diff --git a/mod_security.spec b/mod_security.spec index 58e902a..7b01d43 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -10,7 +10,7 @@ Summary: Security module for the Apache HTTP Server Name: mod_security Version: 2.7.6 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: http://www.modsecurity.org/ Group: System Environment/Daemons @@ -19,6 +19,8 @@ Source1: mod_security.conf Source2: 10-mod_security.conf Requires: httpd httpd-mmn = %{_httpd_mmn} BuildRequires: httpd-devel libxml2-devel pcre-devel curl-devel lua-devel +# Autogen issue reporte to upstream: issue #621 +BuildRequires: autoconf automake libtool %description ModSecurity is an open source intrusion detection and prevention engine @@ -110,6 +112,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Dec 17 2013 Athmane Madjoudj 2.7.6-2 +- Add autotools deps + * Tue Dec 17 2013 Athmane Madjoudj 2.7.6-1 - Update to 2.7.6 - Fix spec since upstream will only provide tarball via Github