rpms/rsyslog/devel rsyslog.spec,1.66,1.67

Tomas Heinrich theinric at fedoraproject.org
Mon Feb 8 15:42:48 UTC 2010


Author: theinric

Update of /cvs/extras/rpms/rsyslog/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7049

Modified Files:
	rsyslog.spec 
Log Message:
redefine _libdir as it doesn't use _exec_prefix



Index: rsyslog.spec
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/devel/rsyslog.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- rsyslog.spec	17 Dec 2009 15:43:08 -0000	1.66
+++ rsyslog.spec	8 Feb 2010 15:42:48 -0000	1.67
@@ -1,9 +1,10 @@
-%define _exec_prefix /
+%global _exec_prefix /
+%global _libdir %{_exec_prefix}/%{_lib}
 
 Summary: Enhanced system logging and kernel message trapping daemons
 Name: rsyslog
 Version: 4.4.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
 URL: http://www.rsyslog.com/
@@ -197,6 +198,9 @@ fi	
 %{_libdir}/rsyslog/lmnsd_gtls.so
 
 %changelog
+* Mon Feb 08 2010 Tomas Heinrich <theinric at redhat.com> 4.4.2-4
+- redefine _libdir as it doesn't use _exec_prefix
+
 * Thu Dec 17 2009 Tomas Heinrich <theinric at redhat.com> 4.4.2-3
 - change exec-prefix to /
 



More information about the scm-commits mailing list