[mod_evasive] Removed sbindir from apxs patch.

Ján ONDREJ ondrejj at fedoraproject.org
Thu Mar 29 17:47:14 UTC 2012


commit c103c26b3a579f33f33c8cd0bec59c5a1cb4c1ce
Author: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date:   Thu Mar 29 19:46:52 2012 +0200

    Removed sbindir from apxs patch.

 mod_evasive.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mod_evasive.spec b/mod_evasive.spec
index 44e2d65..3013c22 100644
--- a/mod_evasive.spec
+++ b/mod_evasive.spec
@@ -1,6 +1,6 @@
 Name:           mod_evasive
 Version:        1.10.1
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Denial of Service evasion module for Apache
 
 Group:          System Environment/Daemons
@@ -27,7 +27,7 @@ reports abuses via email and syslog facilities.
 
 
 %build
-%{_sbindir}/apxs -Wc,"%{optflags}" -c mod_evasive20.c
+apxs -Wc,"%{optflags}" -c mod_evasive20.c
 
 
 %install
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 29 2012 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1.10.1-12
+- apxs moved to bindir, do not use sbindir macro
+
 * Tue Mar 27 2012 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1.10.1-11
 - Rebuild for new httpd-mmn
 


More information about the scm-commits mailing list