- Update to 3.0.0
- Clean up the spec
This commit is contained in:
parent
170f2ae5cd
commit
887ce1a4ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/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
|
/owasp-modsecurity-crs-f16e0b1.tar.gz
|
||||||
|
/owasp-modsecurity-crs-3.0.0.tar.gz
|
||||||
|
@ -1,17 +1,13 @@
|
|||||||
%global with_extras 0%{?fedora} || 0%{?rhel} <= 6
|
%global with_extras 0%{?fedora} || 0%{?rhel} <= 6
|
||||||
|
|
||||||
%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.20160414git
|
Version: 3.0.0
|
||||||
Release: 2%{?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
|
Source: https://github.com/SpiderLabs/owasp-modsecurity-crs/archive/v%{version}/owasp-modsecurity-crs-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: mod_security >= 2.7.0
|
Requires: mod_security >= 2.7.0
|
||||||
|
|
||||||
@ -29,7 +25,7 @@ This package provides supplementary rules for mod_security.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n owasp-modsecurity-crs-%{commit}
|
%autosetup -q -n
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -81,6 +77,10 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 22 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 3.0.0-1
|
||||||
|
- Update to 3.0.0
|
||||||
|
- Clean up the spec
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9.20160414git-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.9.20160414git-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user