marcus: server/kolabd/kolabd ChangeLog, 1.96, 1.97 kolabd.spec.in, 1.8, 1.9

cvs at kolab.org cvs at kolab.org
Thu Jun 21 16:48:26 CEST 2007


Author: marcus

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv22581

Modified Files:
	ChangeLog kolabd.spec.in 
Log Message:
removed "rm -rf $RPM_BUILD_ROOT" from the %install section as this opens a possible race condition (see http://lists.opensuse.org/opensuse-packaging/2007-02/msg00005.html for more information)

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- ChangeLog	21 Jun 2007 14:37:34 -0000	1.96
+++ ChangeLog	21 Jun 2007 14:48:24 -0000	1.97
@@ -5,6 +5,12 @@
 	fixed kolab/issue1805 (Uncleaned files in kolabd source package)
 	Added missing Makefile dependencies (pointed out by Peter Eisentraut)
 
+	* kolabd.spec.in:
+
+	removed "rm -rf $RPM_BUILD_ROOT" from the %install section as this opens
+	a possible race condition (see http://lists.opensuse.org/opensuse-packaging/2007-02/msg00005.html
+	for more information)
+
 2007-05-11  Gunnar Wrobel  <p at rdus.de>
 
 	* templates/saslauthd.conf.template.in (ldap_bind_pw): 

Index: kolabd.spec.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabd.spec.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- kolabd.spec.in	20 Apr 2007 14:56:10 -0000	1.8
+++ kolabd.spec.in	21 Jun 2007 14:48:24 -0000	1.9
@@ -92,7 +92,6 @@
     %{l_make} %{l_mflags}
 
 %install
-    rm -rf $RPM_BUILD_ROOT
 
     #   install package
     %{l_make} %{l_mflags} install \





More information about the commits mailing list