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 #12 from Paulo Roma Cavalcanti <roma@xxxxxxxxxxx> 2008-10-28 11:50:32 EDT --- (In reply to comment #10) > By permissions, I am referring to the permissions of the files owned by the > package: > > %files > %defattr(-, root, root, 0755) I suppose this statement means: files: (-) keep original file permissions (mode) owner: root group: root directories: 755 (default permission or "mode" for directories) http://rpm5.org/docs/max-rpm.pdf (page 192) > %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, -) This statement would set 744 for all files of the package. Therefore, all files would have the execution bit on for root (the owner). Am I missing something? -- 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