Changes of Revision 8
[-] | Changed | mod_security.spec |
x 1
2 Summary: Security module for the Apache HTTP Server 3 Name: mod_security 4 Version: 2.1.3 5 -Release: 1%{?dist} 6 +Release: 1 7 License: GPLv2 8 URL: http://www.modsecurity.org/ 9 Group: System Environment/Daemons 10 -Source: http://www.modsecurity.org/download/modsecurity-apache_%{version}.tar.gz 11 +Source: modsecurity-apache_2.1.3.tar.gz 12 Source1: mod_security.conf 13 Source2: modsecurity_localrules.conf 14 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 15 -Requires: libxml2 pcre httpd httpd-mmn = %([ -a %{_includedir}/httpd/.mmn ] && cat %{_includedir}/httpd/.mmn || echo missing) 16 +BuildRoot: %{_tmppath}/%{name}-%{version}-root 17 +Requires: libxml2 pcre httpd httpd-mmn 18 BuildRequires: httpd-devel libxml2-devel pcre-devel 19 20 %description 21 |