- Update to 2.2.9
- Minor spec cleanup
This commit is contained in:
parent
be364f7f19
commit
52bf38b67d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/SpiderLabs-owasp-modsecurity-crs-21197fc.tar.gz
|
||||
/SpiderLabs-owasp-modsecurity-crs-v2.2.6-0-g3f85c76.tar.gz
|
||||
/owasp-modsecurity-crs-2.2.8.tar.gz
|
||||
/SpiderLabs-owasp-modsecurity-crs-2.2.9-19-ga57031b.tar.gz
|
||||
|
@ -1,20 +1,21 @@
|
||||
%global with_extras 0%{?fedora} || 0%{?rhel} <= 6
|
||||
|
||||
%global git_commit a57031b
|
||||
|
||||
Summary: ModSecurity Rules
|
||||
Name: mod_security_crs
|
||||
Version: 2.2.8
|
||||
Release: 5%{?dist}
|
||||
Version: 2.2.9.20160219git
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: http://www.modsecurity.org/
|
||||
URL: https://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project
|
||||
Group: System Environment/Daemons
|
||||
|
||||
# Use the following command to generate the tarball:
|
||||
# wget --content-disposition https://github.com/SpiderLabs/owasp-modsecurity-crs/archive/2.2.8.tar.gz
|
||||
# wget --content-disposition https://github.com/SpiderLabs/owasp-modsecurity-crs/tarball/master
|
||||
|
||||
Source: owasp-modsecurity-crs-%{version}.tar.gz
|
||||
Source: SpiderLabs-owasp-modsecurity-crs-2.2.9-19-g%{git_commit}.tar.gz
|
||||
BuildArch: noarch
|
||||
Requires: mod_security >= 2.7.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
This package provides the base rules for mod_security.
|
||||
@ -30,7 +31,7 @@ This package provides supplementary rules for mod_security.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n owasp-modsecurity-crs-%{version}
|
||||
%setup -q -n SpiderLabs-owasp-modsecurity-crs-%{git_commit}
|
||||
|
||||
%build
|
||||
|
||||
@ -82,6 +83,10 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 08 2016 Athmane Madjoudj <athmane@fedoraproject.org> 2.2.9.20160219git-1
|
||||
- Update to 2.2.9
|
||||
- Minor spec cleanup
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user