SPECS: apache1-mod_suid.spec - fix wrong sysconfdir; rel 3

glen glen at pld-linux.org
Wed Dec 28 21:58:53 CET 2005


Author: glen                         Date: Wed Dec 28 20:58:53 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix wrong sysconfdir; rel 3

---- Files affected:
SPECS:
   apache1-mod_suid.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/apache1-mod_suid.spec
diff -u SPECS/apache1-mod_suid.spec:1.10 SPECS/apache1-mod_suid.spec:1.11
--- SPECS/apache1-mod_suid.spec:1.10	Mon Dec 12 14:44:44 2005
+++ SPECS/apache1-mod_suid.spec	Wed Dec 28 21:58:47 2005
@@ -5,7 +5,7 @@
 Summary(pl):	Moduł do apache: wykonywanie skryptów pod wskazanym uidem
 Name:		apache1-mod_%{mod_name}
 Version:	1.1
-Release:	2
+Release:	3
 License:	GPL
 Group:		Networking/Daemons
 Source0:	http://www.jdimedia.nl/igmar/mod_%{mod_name}/files/mod_%{mod_name}-%{version}.tar.gz
@@ -19,7 +19,8 @@
 Obsoletes:	apache-mod_%{mod_name} <= %{version}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_pkglibdir	%(%{apxs} -q LIBEXECDIR)
+%define		_pkglibdir	%(%{apxs} -q LIBEXECDIR 2>/dev/null)
+%define		_sysconfdir	%(%{apxs} -q SYSCONFDIR 2>/dev/null)
 
 %description
 Apache module: execution of scripts under their own uids per-vhost.
@@ -75,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2005/12/28 20:58:47  glen
+- fix wrong sysconfdir; rel 3
+
 Revision 1.10  2005/12/12 13:44:44  glen
 - adapterized (sorted %verify attrs)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache1-mod_suid.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list