[Yum] yum daily 2.0.X branch - "I broke my promise"
seth vidal
skvidal at phy.duke.edu
Tue Feb 24 03:50:48 UTC 2004
> I have a slightly different implementation of the same feature and it
> works just fine, including getting rpms from the main repository (not
> updates) - I didn't have the time to test new yum version yet - so in
> theory it should work ok. I also noticed that hdr files end up being
> different but it had no impact on functionality.
> There is one thing that I suspect needs to be done in order to get full
> file info in headers. I think I added the following because I noticed
> that by default headers picked out of the hdlist will not have list of
> files in the rpm. This forces expansion (and usually makes resultant
> .hdr file much bigger).
> --- clientStuff.py.change 2004-02-23 02:13:17.000000000 -0500
> +++ clientStuff.py 2004-02-23 17:50:47.000000000 -0500
> @@ -879,6 +879,7 @@
> del fd2
>
> for hdr in hdrlist:
> + hdr.fullFilelist()
> hdrobj = rpmUtils.Header_Work(hdr)
> (n,e,v,r,a) = hdrobj.nevra()
> e = hdrobj.fixedEpoch()
I tried this as well as expandFileList() to know avail. I'm going to up
the rpm debug level and see if it can tell me what's happening.
-sv
More information about the Yum
mailing list