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 <jason.cor...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason.cor...@gmail.com

--- Comment #3 from Jason Corley <jason.cor...@gmail.com> 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
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to