From 5ea2f15bcb8a5e007d289bd9870eb72bf6e2e369 Mon Sep 17 00:00:00 2001 From: Michael Fleming Date: Sat, 9 Jul 2005 12:57:50 +0000 Subject: [PATCH] Join busted Requires line. Sorry. --- mod_security.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mod_security.spec b/mod_security.spec index c172a43..0d6dea3 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -8,8 +8,7 @@ Group: System Environment/Daemons Source: http://www.modsecurity.org/download/modsecurity-%{version}.tar.gz Source1: mod_security.conf 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) BuildRequires: httpd-devel %description @@ -43,7 +42,7 @@ rm -rf %{buildroot} %changelog * Sat Jul 9 2005 Michael Fleming 1.8.7-4 - Add Requires: httpd-mmn to get the appropriate "module magic" version - (thanks Ville Skyttä) + (thanks Ville Skyttä) - Disabled an overly-agressive rule or two.. * Sat Jul 9 2005 Michael Fleming 1.8.7-3