Created attachment 1248455 [details] Patch for RSpec3 compatiblity Description of problem: The package is using RSpec2 for tests. However actually RSpec3 might be better. So, I uploaded a patch for that. Latest upstream rack-protection was being merged to sinatra as version 2 beta. And it is using RSpec3 for tests. But there is no good patch for our spec file. So, I created a patch by myself as modification is simple. Version-Release number of selected component (if applicable): rubygem-rack-protection-1.5.3-3 I like it will be merged.
I checked below things. - License check: ok - rpmlint check: ok - Install check: ok
I noticed there is a typo in .spec file: s/proection/protection/ Otherwise the patch looks good. I approved your ACL, so feel free to apply the patch.
Thanks! I applied fixing the typo, and doing rebase.