2.9.20160414git
This commit is contained in:
parent
52bf38b67d
commit
95e2399b95
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/SpiderLabs-owasp-modsecurity-crs-v2.2.6-0-g3f85c76.tar.gz
|
/SpiderLabs-owasp-modsecurity-crs-v2.2.6-0-g3f85c76.tar.gz
|
||||||
/owasp-modsecurity-crs-2.2.8.tar.gz
|
/owasp-modsecurity-crs-2.2.8.tar.gz
|
||||||
/SpiderLabs-owasp-modsecurity-crs-2.2.9-19-ga57031b.tar.gz
|
/SpiderLabs-owasp-modsecurity-crs-2.2.9-19-ga57031b.tar.gz
|
||||||
|
/owasp-modsecurity-crs-f16e0b1.tar.gz
|
||||||
|
@ -1,19 +1,17 @@
|
|||||||
%global with_extras 0%{?fedora} || 0%{?rhel} <= 6
|
%global with_extras 0%{?fedora} || 0%{?rhel} <= 6
|
||||||
|
|
||||||
%global git_commit a57031b
|
%global commit f16e0b1726c843889b9f024e27fd794147594677
|
||||||
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
Summary: ModSecurity Rules
|
Summary: ModSecurity Rules
|
||||||
Name: mod_security_crs
|
Name: mod_security_crs
|
||||||
Version: 2.2.9.20160219git
|
Version: 2.2.9.20160414git
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project
|
URL: https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
Source: https://github.com/SpiderLabs/owasp-modsecurity-crs/archive/%{commit}/owasp-modsecurity-crs-%{shortcommit}.tar.gz
|
||||||
# Use the following command to generate the tarball:
|
|
||||||
# wget --content-disposition https://github.com/SpiderLabs/owasp-modsecurity-crs/tarball/master
|
|
||||||
|
|
||||||
Source: SpiderLabs-owasp-modsecurity-crs-2.2.9-19-g%{git_commit}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: mod_security >= 2.7.0
|
Requires: mod_security >= 2.7.0
|
||||||
|
|
||||||
@ -31,7 +29,7 @@ This package provides supplementary rules for mod_security.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n SpiderLabs-owasp-modsecurity-crs-%{git_commit}
|
%setup -q -n owasp-modsecurity-crs-%{commit}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -83,6 +81,9 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 29 2016 Athmane Madjoudj <athmane@fedoraproject.org> 2.2.9.20160414git-1
|
||||||
|
- Update to 2.9.20160414git
|
||||||
|
|
||||||
* Tue Mar 08 2016 Athmane Madjoudj <athmane@fedoraproject.org> 2.2.9.20160219git-1
|
* Tue Mar 08 2016 Athmane Madjoudj <athmane@fedoraproject.org> 2.2.9.20160219git-1
|
||||||
- Update to 2.2.9
|
- Update to 2.2.9
|
||||||
- Minor spec cleanup
|
- Minor spec cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user