[Rpm-metadata] Wrong version string and missing dependency on python-urlgrabber in createrepo.spec file

Gareth Armstrong gareth.armstrong at hp.com
Thu Jun 8 10:01:23 UTC 2006


Hello Folks,

while playing around with createrepo 0.4.4 I noticed a couple of minor 
glitches.

First createrepo returns the wrong version,

createrepo -V
0.4.3

due to an incorrect version string in genpkgmetadata.py
__version__ = '0.4.3'
should be
__version__ = '0.4.4'

Second, the spec file should have a dependency on python-urlgrabber
as urlgrabber in now imported into genpkgmetadata.py.

Hope this helps,

All the best,

Gareth

-- 




More information about the Rpm-metadata mailing list