<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Tim Lauridsen wrote:
<blockquote cite="mid:47257B04.1080004@rasmil.dk" type="cite">
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
Richard Hughes wrote:
  <blockquote cite="mid:1193613079.5433.13.camel@hughsie-laptop"
 type="cite">
    <pre wrap="">On Sun, 2007-10-28 at 23:48 +0100, Adrien BUSTANY wrote:
  </pre>
    <blockquote type="cite">
      <pre wrap="">Richard Hughes a écrit :
    </pre>
      <blockquote type="cite">
        <pre wrap="">Hmm, I never thought of this. Maybe we need an explicit enum "cleanup"
rather than "removing" when yum is updating. Can yum distinguish the
difference between removing a package, and removing an old version due
to an upgrade?
  
      </pre>
      </blockquote>
      <pre wrap="">Yes, the prefix is Cleanup (before the progress bar)
    </pre>
    </blockquote>
    <pre wrap=""><!---->
Cool, then we should emit "cleanup" to mean "removing old version of
package as part of upgrade" but still do "removing" for genuine
removals.

Yum dudes - is this okay?

Richard.

  </pre>
  </blockquote>
Sounds fine, i will add it<br>
  <br>
Tim<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
PackageKit mailing list
<a class="moz-txt-link-abbreviated" href="mailto:PackageKit@lists.freedesktop.org">PackageKit@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/packagekit">http://lists.freedesktop.org/mailman/listinfo/packagekit</a>
  </pre>
</blockquote>
I have reworked to yum backend to emit the right states when processing
the transactions<br>
i have added some new signals<br>
<br>
package signal:<br>
INFO_CLEANUP = "cleanup"<br>
INFO_OBSOLETE = "obsoleting"<br>
<br>
status signal:<br>
STATE_CLEANUP = "cleanup"<br>
STATE_OBSOLETE = "obsolete"<br>
<br>
Tim<br>
<br>
</body>
</html>