Re: Wrong version string and missing dependency on python-urlgrabber in createrepo.spec file
seth vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <1149861112.8221.20.camel@cutter> |
On Thu, 2006-06-08 at 12:01 +0200, Gareth Armstrong wrote: > 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, > 1. thanks for opening the bug. 2. both items are fixed in cvs. thanks -sv