- Update to final 2.9.1

- Minor spec fix.
This commit is contained in:
Athmane Madjoudj 2016-03-09 22:17:06 +01:00
parent df763cc51e
commit 9cd9429826
2 changed files with 8 additions and 10 deletions

View File

@ -10,11 +10,11 @@
Summary: Security module for the Apache HTTP Server Summary: Security module for the Apache HTTP Server
Name: mod_security Name: mod_security
Version: 2.9.1 Version: 2.9.1
Release: 0.1.rc1%{?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
Source: https://www.modsecurity.org/tarball/%{version}/modsecurity-%{version}.tar.gz Source: https://github.com/SpiderLabs/ModSecurity/releases/download/v%{version}/modsecurity-%{version}.tar.gz
Source1: mod_security.conf Source1: mod_security.conf
Source2: 10-mod_security.conf Source2: 10-mod_security.conf
Source3: modsecurity_localrules.conf Source3: modsecurity_localrules.conf
@ -69,8 +69,6 @@ make %{_smp_mflags}
#make test-regression #make test-regression
%install %install
rm -rf %{buildroot}
install -d %{buildroot}%{_sbindir} install -d %{buildroot}%{_sbindir}
install -d %{buildroot}%{_bindir} install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_httpd_moddir} install -d %{buildroot}%{_httpd_moddir}
@ -104,11 +102,8 @@ install -m0755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load
install -m0644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/mlogc.conf install -m0644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/mlogc.conf
%endif %endif
%clean
rm -rf %{buildroot}
%files %files
%defattr (-,root,root)
%doc CHANGES LICENSE README.TXT NOTICE %doc CHANGES LICENSE README.TXT NOTICE
%{_httpd_moddir}/mod_security2.so %{_httpd_moddir}/mod_security2.so
%config(noreplace) %{_httpd_confdir}/*.conf %config(noreplace) %{_httpd_confdir}/*.conf
@ -123,7 +118,6 @@ rm -rf %{buildroot}
%if %with_mlogc %if %with_mlogc
%files -n mlogc %files -n mlogc
%defattr (-,root,root)
%doc mlogc/INSTALL %doc mlogc/INSTALL
%attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/mlogc.conf %attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/mlogc.conf
%attr(0755,root,root) %dir %{_localstatedir}/log/mlogc %attr(0755,root,root) %dir %{_localstatedir}/log/mlogc
@ -133,7 +127,11 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Tue Mar 08 2016 Athmane Madjoudj <athmane@fedoraproject.org> 2.9.1-1.rc1 * Wed Mar 09 2016 Athmane Madjoudj <athmane@fedoraproject.org> 2.9.1-1
- Update to final 2.9.1
- Minor spec fix.
* Tue Mar 08 2016 Athmane Madjoudj <athmane@fedoraproject.org> 2.9.1-0.1.rc1
- Add workaround for el6 - Add workaround for el6
* Tue Mar 08 2016 Athmane Madjoudj <athmane@fedoraproject.org> 2.9.1-0.rc1 * Tue Mar 08 2016 Athmane Madjoudj <athmane@fedoraproject.org> 2.9.1-0.rc1

View File

@ -1 +1 @@
82fb3b3da9a2ba848a04d2a2a350d5f2 modsecurity-2.9.1.tar.gz 0fa92b852abc857a20b9e24f83f814cf modsecurity-2.9.1.tar.gz