From 6448c3fa0ef1dc3aeec20f80b6a83ccf919d71a9 Mon Sep 17 00:00:00 2001 From: radek Date: Thu, 25 Nov 2004 10:26:07 +0000 Subject: [PATCH] - unified macros Changed files: apache-mod_security.spec -> 1.6 --- apache-mod_security.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-mod_security.spec b/apache-mod_security.spec index f3cb678..5541ea8 100644 --- a/apache-mod_security.spec +++ b/apache-mod_security.spec @@ -1,5 +1,5 @@ %define mod_name security -%define apxs %{_sbindir}/apxs +%define apxs /usr/sbin/apxs Summary: Apache module: securing web applications Summary(pl): Modu³ do apache: ochrona aplikacji WWW Name: apache-mod_%{mod_name} @@ -16,7 +16,7 @@ Requires: apache 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.43.0