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=566598 --- Comment #6 from Germán Racca <gracca@xxxxxxxxx> 2010-03-25 16:48:42 EDT --- Get ride of "rm -rf $RPM_BUILD_ROOT" in the %install section and then take a look at the output of rpmlint command: [german@skytux i686]$ rpmlint -i cover-thumbnailer-0.7.2-1.fc12.i686.rpm cover-thumbnailer.i686: E: no-binary The package should be of the noarch architecture because it doesn't contain any binaries. cover-thumbnailer.i686: W: non-conffile-in-etc /etc/gconf/schemas/cover-thumbnailer.schemas A non-executable file in your package is being installed in /etc, but is not a configuration file. All non-executable files in /etc should be configuration files. Mark the file as %config in the spec file. So you are missing "BuildArch: noarch" in your spec file. Hope this helps you! -- 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. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review