<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Richard Hughes wrote:
<blockquote
 cite="mid:15e53e180708300433s2333230if21bc898139b9820@mail.gmail.com"
 type="cite">
  <pre wrap="">On 30/08/2007, Tim Lauridsen <a class="moz-txt-link-rfc2396E" href="mailto:tla@rasmil.dk">&lt;tla@rasmil.dk&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have changed the yum backend to use package instead of data on
download, but not on installation/update/remove, because the package
information is not available on
deletion and cleanup (the second part of the update, there removes
leftovers from the updated package).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Sure, could you still use Package please, and only fill in the details
that are known, for instance:

package&lt;tab&gt;1&lt;tab&gt;gnome-keyring-manager;;;&lt;tab&gt; then even if we can't
display "Removing GNOME Keyring Manager" we can still display
"Removing gnome-keyring-manager"</pre>
</blockquote>
I will do that.<br>
<blockquote
 cite="mid:15e53e180708300433s2333230if21bc898139b9820@mail.gmail.com"
 type="cite">
  <pre wrap="">.

  </pre>
  <blockquote type="cite">
    <pre wrap="">I also changed the yum backend to update the percentage more resent on
download / install / remove / update, but it need the latest upstream
yum git code to work.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
No problem, I'm running and building yum from git.

  </pre>
  <blockquote type="cite">
    <pre wrap="">(yum &gt;= 3.2.5), it will not break is using yum-3.2.4, but will not give
the extra percentage output.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Sure, we can just up the deps on the srpm - but is there a way of
finding the yum version at configure time? does yum install a
pkgconfig file?
  </pre>
</blockquote>
this command will return the yum version installed on the system<br>
python -c "import yum; print yum.__version__"<br>
<br>
Tim<br>
</body>
</html>