From d1f06e7cfa319ba521df45790382a912af470ea8 Mon Sep 17 00:00:00 2001 From: zbyniu Date: Tue, 30 Nov 2004 22:36:34 +0000 Subject: [PATCH] - unified macros Changed files: apache1-mod_security.spec -> 1.4 --- apache1-mod_security.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache1-mod_security.spec b/apache1-mod_security.spec index cf650e3..b9912d8 100644 --- a/apache1-mod_security.spec +++ b/apache1-mod_security.spec @@ -1,5 +1,5 @@ %define mod_name security -%define apxs %{_sbindir}/apxs1 +%define apxs /usr/sbin/apxs1 Summary: Apache module: securing web applications Summary(pl): Modu³ do apache: ochrona aplikacji WWW Name: apache1-mod_%{mod_name} @@ -16,7 +16,7 @@ Requires: apache1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _pkglibdir %(%{apxs} -q LIBEXECDIR) -%define _sysconfdir /etc/httpd +%define _sysconfdir %(%{apxs} -q SYSCONFDIR) %description ModSecurity is an open source intrusion detection and prevention -- 2.44.0