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=467854 --- Comment #10 from Jon Ciesla <[EMAIL PROTECTED]> 2008-10-28 09:28:36 EDT --- By permissions, I am referring to the permissions of the files owned by the package: %files %defattr(-, root, root, 0755) %doc CHANGELOG COPYING README %{_bindir}/%{name}* %{_mandir}/man8/%{name}.8* What I'm asking is, do you really want parprouted to be executable by root? If not, : %files %defattr(0744, root, root, -) %doc CHANGELOG COPYING README %{_bindir}/%{name}* %{_mandir}/man8/%{name}.8* -- 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 [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
