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=543840 --- Comment #5 from Jussi Lehtola <jussi.lehtola@xxxxxx> 2009-12-03 17:34:21 EDT --- rpmlint output: udis86.src: W: strange-permission udis86-1.7.tar.gz 0600 udis86.x86_64: W: no-documentation udis86-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/udis86-1.7/libudis86/input.c udis86-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/udis86-1.7/libudis86/types.h udis86-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/udis86-1.7/libudis86/syn-att.c udis86-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/udis86-1.7/libudis86/udis86.c udis86-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/udis86-1.7/libudis86/syn-intel.c udis86-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/udis86-1.7/libudis86/decode.c udis86-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/udis86-1.7/udcli/udcli.c udis86-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/udis86-1.7/libudis86/syn.c udis86-debuginfo.x86_64: W: spurious-executable-perm /usr/src/debug/udis86-1.7/libudis86/syn.h 4 packages and 0 specfiles checked; 0 errors, 11 warnings. The first warning is caused by you having odd permissions on the source tarball when you have built the srpm. The debuginfo warnings are caused by odd permissions in the files within the tarball, and they can be fixed e.g. by adding find -name *.c -exec chmod 644 {} \; find -name *.h -exec chmod 644 {} \; in %prep, after %setup. Fix these. -- 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