- New upstream release
- Trivial spec tweaks
This commit is contained in:
parent
7b6fc8ccb8
commit
572f234413
@ -1 +1 @@
|
|||||||
modsecurity-apache-1.9.2.tar.gz
|
modsecurity-apache_1.9.3.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Summary: Security module for the Apache HTTP Server
|
Summary: Security module for the Apache HTTP Server
|
||||||
Name: mod_security
|
Name: mod_security
|
||||||
Version: 1.9.2
|
Version: 1.9.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.modsecurity.org/
|
URL: http://www.modsecurity.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://www.modsecurity.org/download/modsecurity-apache-%{version}.tar.gz
|
Source: http://www.modsecurity.org/download/modsecurity-apache_%{version}.tar.gz
|
||||||
Source1: mod_security.conf
|
Source1: mod_security.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: httpd httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing)
|
Requires: httpd httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing)
|
||||||
@ -18,7 +18,7 @@ as a powerful umbrella - shielding web applications from attacks.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n modsecurity-apache-%{version}
|
%setup -q -n modsecurity-apache_%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
/usr/sbin/apxs -Wc,"%{optflags}" -c apache2/mod_security.c
|
/usr/sbin/apxs -Wc,"%{optflags}" -c apache2/mod_security.c
|
||||||
@ -37,9 +37,13 @@ rm -rf %{buildroot}
|
|||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
%doc CHANGES LICENSE INSTALL README httpd* util doc
|
%doc CHANGES LICENSE INSTALL README httpd* util doc
|
||||||
%{_libdir}/httpd/modules/mod_security.so
|
%{_libdir}/httpd/modules/mod_security.so
|
||||||
%config(noreplace) /etc/httpd/conf.d/mod_security.conf
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_security.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 11 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9.3-1
|
||||||
|
- New upstream release
|
||||||
|
- Trivial spec tweaks
|
||||||
|
|
||||||
* Wed Mar 1 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9.2-3
|
* Wed Mar 1 2006 Michael Fleming <mfleming+rpm@enlartenment.com> 1.9.2-3
|
||||||
- Bump for FC5
|
- Bump for FC5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user