Wrong version string and missing dependency on python-urlgrabber in createrepo.spec file
Gareth Armstrong <[email protected]>
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
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 --