https://bugzilla.redhat.com/show_bug.cgi?id=786636 --- Comment #11 from Ken Dreyer <ktdreyer@xxxxxxxxxxxx> --- Hi Guillermo, I've pushed a couple more patches to Git: 15. use gem_docdir macro. This commit uses the gem_docdir macro in the %files list instead of manually specifying the same thing. 16. add missing dependency on rack. When testing this on an EL6 box, I found that I needed to have rubygem-rack installed. This commit adds the rack gem to Requires. 17. require rubygems during binary invocation. I found that I needed to have "require 'rubygems'" to make unicorn work properly on EL6. 18. add macros for el6. On RHEL 6 prior to 6.5, many of the modern Ruby and Gem RPM macros are not available. This commit conditionally defines these macros if they happen to be missing. 19. add EL6 conditionals. This commit allows the RPM to be built for EL6. It uses the ruby_sitearch technique I described in comment 6. With this commit, I can successfully run /usr/bin/unicorn on EL6. Git repo: http://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/log/ -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review