[mod_security_crs] Remove the patch since we're requiring mod_security >= 2.7.0

Athmane Madjoudj athmane at fedoraproject.org
Wed Oct 17 15:11:54 UTC 2012


commit 63fe8ad42454304a89f2a3757c557a8145546e7d
Author: Athmane Madjoudj <athmane at fedoraproject.org>
Date:   Wed Oct 17 16:10:26 2012 +0100

    Remove the patch since we're requiring mod_security >= 2.7.0

 mod_security_crs.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/mod_security_crs.spec b/mod_security_crs.spec
index 3b1962b..b4aacda 100644
--- a/mod_security_crs.spec
+++ b/mod_security_crs.spec
@@ -3,7 +3,7 @@
 Summary: ModSecurity Rules
 Name: mod_security_crs
 Version: 2.2.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: ASL 2.0
 URL: http://www.modsecurity.org/
 Group: System Environment/Daemons
@@ -13,9 +13,8 @@ Group: System Environment/Daemons
 
 Source: SpiderLabs-owasp-modsecurity-crs-v%{version}-0-g%{git_short}.tar.gz
 BuildArch: noarch
-Requires: mod_security >= 2.6.5
+Requires: mod_security >= 2.7.0
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0: %{name}-fix-incompatible-rules.patch
 
 %description
 This package provides the base rules for mod_security.
@@ -30,7 +29,6 @@ This package provides supplementary rules for mod_security.
 
 %prep
 %setup -q -n SpiderLabs-owasp-modsecurity-crs-%{git_short}
-%patch0 -p1
 
 %build
 
@@ -73,6 +71,10 @@ rm -rf %{buildroot}
 %{_prefix}/lib/modsecurity.d/slr_rules
 
 %changelog
+* Wed Oct 17 2012 Athmane Madjoudj <athmane at fedoraproject.org> 2.2.6-3
+- Remove the patch since we're requiring mod_security >= 2.7.0
+- Require mod_security >= 2.7.0
+
 * Mon Oct 01 2012 Athmane Madjoudj <athmane at fedoraproject.org> 2.2.6-2
 - Add a patch to fix incompatible rules.
 - Update to new git release


More information about the scm-commits mailing list