Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=466496 --- Comment #6 from Fabian Affolter <fabian@xxxxxxxxxxxxxxxxx> 2008-10-27 17:48:01 EDT --- You released a new version, .0.3.2 . This is a good point in time to bump the release of you spec file. After every change on your spec file you should bump the release. (-> https://fedoraproject.org/wiki/Packaging/Guidelines#Changelogs ) I think that '--record=INSTALLED_FILES' is no longer needed because you are using 'globs' in the %files section now. I was able to build your packages but rpmlint complains... Source RPM: [rpm@laptop024 SRPMS]$ rpmlint -i python-suds* python-suds.src: E: no-cleaning-of-buildroot %install You should clean $RPM_BUILD_ROOT in the %clean section and just after the beginning of %install section. Use "rm -Rf $RPM_BUILD_ROOT". 1 packages and 0 specfiles checked; 1 errors, 0 warnings. RPM: [rpm@laptop024 noarch]$ rpmlint -i python-suds* python-suds.noarch: W: incoherent-version-in-changelog 0.3.1-1 0.3.1-2.fc9 The last entry in %changelog contains a version identifier that is not coherent with the epoch:version-release tuple of the package. 1 packages and 0 specfiles checked; 0 errors, 1 warnings. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review