Update to 2.2.8.
This commit is contained in:
parent
13935fe23d
commit
7aa569e834
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/modsecurity-crs_2.2.5.tar.gz
|
/modsecurity-crs_2.2.5.tar.gz
|
||||||
/SpiderLabs-owasp-modsecurity-crs-21197fc.tar.gz
|
/SpiderLabs-owasp-modsecurity-crs-21197fc.tar.gz
|
||||||
/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
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
%global git_short 3f85c76
|
|
||||||
%global with_extras 0%{?fedora} || 0%{?rhel} <= 6
|
%global with_extras 0%{?fedora} || 0%{?rhel} <= 6
|
||||||
|
|
||||||
Summary: ModSecurity Rules
|
Summary: ModSecurity Rules
|
||||||
Name: mod_security_crs
|
Name: mod_security_crs
|
||||||
Version: 2.2.6
|
Version: 2.2.8
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.modsecurity.org/
|
URL: http://www.modsecurity.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
# Use the following command to generate the tarball:
|
# Use the following command to generate the tarball:
|
||||||
# wget https://github.com/SpiderLabs/owasp-modsecurity-crs/tarball/GIT_SHORT
|
# wget --content-disposition https://github.com/SpiderLabs/owasp-modsecurity-crs/archive/2.2.8.tar.gz
|
||||||
|
|
||||||
Source: SpiderLabs-owasp-modsecurity-crs-v%{version}-0-g%{git_short}.tar.gz
|
Source: owasp-modsecurity-crs-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: mod_security >= 2.7.0
|
Requires: mod_security >= 2.7.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -31,7 +30,7 @@ This package provides supplementary rules for mod_security.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n SpiderLabs-owasp-modsecurity-crs-%{git_short}
|
%setup -q -n owasp-modsecurity-crs-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -69,7 +68,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CHANGELOG INSTALL LICENSE README.md
|
%doc CHANGES INSTALL LICENSE README.md
|
||||||
%config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/activated_rules/*
|
%config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/activated_rules/*
|
||||||
%config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/modsecurity_crs_10_config.conf
|
%config(noreplace) %{_sysconfdir}/httpd/modsecurity.d/modsecurity_crs_10_config.conf
|
||||||
%{_prefix}/lib/modsecurity.d/base_rules
|
%{_prefix}/lib/modsecurity.d/base_rules
|
||||||
@ -83,6 +82,11 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 02 2013 Athmane Madjoudj <athmane@fedoraproject.org> 2.2.8-1
|
||||||
|
- Update to 2.2.8
|
||||||
|
- Adapt the spec file to new github tarball schema.
|
||||||
|
- Correct bugus date in the spec file.
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-5
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
@ -119,7 +123,7 @@ rm -rf %{buildroot}
|
|||||||
* Wed Jun 20 2012 Peter Vrabec <pvrabec@redhat.com> 2.2.4-3
|
* Wed Jun 20 2012 Peter Vrabec <pvrabec@redhat.com> 2.2.4-3
|
||||||
- "extras" subpackage is not provided on RHEL
|
- "extras" subpackage is not provided on RHEL
|
||||||
|
|
||||||
* Wed May 03 2012 Peter Vrabec <pvrabec@redhat.com> 2.2.4-2
|
* Thu May 03 2012 Peter Vrabec <pvrabec@redhat.com> 2.2.4-2
|
||||||
- fix fedora-review issues (#816975)
|
- fix fedora-review issues (#816975)
|
||||||
|
|
||||||
* Thu Apr 19 2012 Peter Vrabec <pvrabec@redhat.com> 2.2.4-1
|
* Thu Apr 19 2012 Peter Vrabec <pvrabec@redhat.com> 2.2.4-1
|
||||||
|
Loading…
Reference in New Issue
Block a user