From c9a6bf4d2eecd95aa73df918a9ee19060246728f Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Wed, 10 May 2017 08:53:08 +0200 Subject: [PATCH] update rules --- apache-security/apache-security.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache-security/apache-security.spec b/apache-security/apache-security.spec index 449efce2b5..fa2ce398f0 100644 --- a/apache-security/apache-security.spec +++ b/apache-security/apache-security.spec @@ -24,7 +24,7 @@ # package version %define V_major 2.8 %define V_minor 0 -%define V_rules 3.0.0 +%define V_rules 3.0.1 # package information Name: apache-security @@ -37,11 +37,11 @@ Class: EVAL Group: Web License: Open Source Version: %{V_major}.%{V_minor} -Release: 20160306 +Release: 20170510 # list of sources Source0: https://github.com/SpiderLabs/ModSecurity/releases/download/v%{V_major}.%{V_minor}/modsecurity-%{V_major}.%{V_minor}.tar.gz -Source1: https://github.com/SpiderLabs/owasp-modsecurity-crs/archive/%{V_rules}.tar.gz +Source1: https://github.com/SpiderLabs/owasp-modsecurity-crs/archive/v%{V_rules}.tar.gz Source2: apache-security.conf Patch0: apache-security.patch @@ -105,7 +105,7 @@ PreReq: apache, apr, libxml, pcre, curl, lua51 # install core rule sets %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/etc/apache-security - cp -rp rules/[a-z]*rules* \ + cp -rp rules/rules/* \ $RPM_BUILD_ROOT%{l_prefix}/etc/apache-security/ # create directories for logs and data storages