Re: 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 again, thanks for patching the stuff really fast. I was wondering when you were thinking of rolling 0.4.5 or is that a ways off? All the best, Gareth seth vidal wrote: > 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 > > > _______________________________________________ > Rpm-metadata mailing list > [email protected] > https://lists.dulug.duke.edu/mailman/listinfo/rpm-metadata > --