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=800867 Jason Corley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jason Corley <[email protected]> 2012-04-13 10:26:58 EDT --- not sure how much this matters to you but if you change the find in %setup from: find . -type f -executable -not -path '*/bin/*' | xargs chmod -x to: find . -type f -perm /a+x -not -path '*/bin/*' | xargs chmod -x this package will build on EL5 -- 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 [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
