steffen: server/kolab-resource-handlers kolab-resource-handlers.spec, 1.69, 1.70

cvs at intevation.de cvs at intevation.de
Thu Nov 18 00:40:42 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab-resource-handlers
In directory doto:/tmp/cvs-serv10098

Modified Files:
	kolab-resource-handlers.spec 
Log Message:
better errorhandling and fixed config file rpm issue

Index: kolab-resource-handlers.spec
===================================================================
RCS file: /kolabrepository/server/kolab-resource-handlers/kolab-resource-handlers.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- kolab-resource-handlers.spec	17 Nov 2004 12:59:58 -0000	1.69
+++ kolab-resource-handlers.spec	17 Nov 2004 23:40:40 -0000	1.70
@@ -8,7 +8,7 @@
 URL:		http://www.kolab.org/
 Packager:	Steffen Hansen <steffen at klaralvdalens-datakonsult.se> (Klaraelvdalens Datakonsult AB)
 Version:	%{V_kolab_reshndl}
-Release:	20041116
+Release:	20041117
 Class:		JUNK
 License:	GPL
 Group:		MAIL
@@ -84,9 +84,9 @@
 		%dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/kolab/www/freebusy/cache \
 		%dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/resmgr \
 		%dir '%defattr(-,%{l_nusr},%{l_ngrp})' %{l_prefix}/var/resmgr/filter \
-		%config %{l_prefix}/etc/resmgr/resmgr.conf \
-		%config %{l_prefix}/etc/resmgr/fbview.conf \
-		%config %{l_prefix}/etc/resmgr/freebusy.conf
+		'%config(noreplace) %{l_prefix}/etc/resmgr/resmgr.conf' \
+		'%config(noreplace) %{l_prefix}/etc/resmgr/fbview.conf' \
+		'%config(noreplace) %{l_prefix}/etc/resmgr/freebusy.conf'
 
 %clean
 	rm -rf $RPM_BUILD_ROOT
@@ -95,4 +95,3 @@
 
 %post
 	cd %{l_prefix}/var/kolab/www/fbview/framework && %{l_prefix}/bin/php install-packages.php --install-dir %{l_prefix}/var/kolab/php/pear
-	%{l_prefix}/sbin/kolabconf > /dev/null 2>&1 || true





More information about the commits mailing list