[rubygem-actionpack/f16] Fix the wrongly named patches.

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri Mar 16 07:05:01 UTC 2012


commit 620f0e1d5c35c981327b4e30b27247d6dd26b411
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Fri Mar 16 08:04:52 2012 +0100

    Fix the wrongly named patches.

 rubygem-actionpack.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/rubygem-actionpack.spec b/rubygem-actionpack.spec
index 4a4b43c..73c3229 100644
--- a/rubygem-actionpack.spec
+++ b/rubygem-actionpack.spec
@@ -10,7 +10,7 @@ Summary: Web-flow and rendering framework putting the VC in MVC
 Name: rubygem-%{gemname}
 Epoch: 1
 Version: 3.0.10
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -40,18 +40,18 @@ Patch2: actionpack-tests-fix.patch
 Patch3: actionpack-downgrade-dependencies.patch
 
 # Fixes RHBZ #755006
-Patch4: actionpack-CVE-2011-4319-XSS-flaw-fix.patch
+Patch4: actionpack-CVE-2011-4319-XSS-flaw.patch
 
 # Fixes tests failing with Ruby-1.8.7.p357
 Patch5: actionpack-%{version}-fix-tests-failing-with-ruby-1.8.7.p357.patch
 
 # Fixes CVE-2012-1098
 # https://bugzilla.redhat.com/show_bug.cgi?id=799275
-Patch6: actionpack-CVE-2012-1098-safe-buffer-slice-fix.patch
+Patch6: actionpack-CVE-2012-1098-safe-buffer-slice.patch
 
 # Fixes CVE-2012-1099
 # https://bugzilla.redhat.com/show_bug.cgi?id=799276
-Patch7: actionpack-CVE-2012-1099-select-options-XSS-fix.patch
+Patch7: actionpack-CVE-2012-1099-select-options-XSS.patch
 
 Requires: rubygems
 Requires: rubygem(activesupport) = %{version}
@@ -185,6 +185,9 @@ rake test --trace
 
 
 %changelog
+* Fri Mar 16 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.0.10-5
+- Fix the wrongly named patches.
+
 * Fri Mar 16 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:3.0.10-4
 - The CVE patches names now contain the CVE id.
 


More information about the scm-commits mailing list