martin: server/kolab Makefile, 1.7, 1.7.2.1 kolab.spec, 1.22.2.17, 1.22.2.18

cvs at intevation.de cvs at intevation.de
Mon May 3 18:09:57 CEST 2004


Author: martin

Update of /kolabrepository/server/kolab
In directory doto:/tmp/cvs-serv3049

Modified Files:
      Tag: KOLAB_1_0
	Makefile kolab.spec 
Log Message:
Martin K.: New version 1.0.20 fixes bug from last release (1.0.15) which dissallowed maintainers and admins to change attributes of users


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab/Makefile,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- Makefile	18 May 2003 15:49:14 -0000	1.7
+++ Makefile	3 May 2004 16:09:54 -0000	1.7.2.1
@@ -2,7 +2,7 @@
 	cd kolab && tar cvzf ../kolab-1.0.tar.gz *
 	rpm -ba kolab.spec
 binary:
-	rpm -bB kolab.spec
+	rpm -bb kolab.spec
 	
 release:
 	cd kolab && tar cvzf ../kolab-1.0.tar.gz *

Index: kolab.spec
===================================================================
RCS file: /kolabrepository/server/kolab/kolab.spec,v
retrieving revision 1.22.2.17
retrieving revision 1.22.2.18
diff -u -d -r1.22.2.17 -r1.22.2.18
--- kolab.spec	27 Apr 2004 17:58:47 -0000	1.22.2.17
+++ kolab.spec	3 May 2004 16:09:54 -0000	1.22.2.18
@@ -16,7 +16,7 @@
 Group:        core
 License:      GPL
 Version:      %{V_kolab}
-Release:      1.0.15
+Release:      1.0.20
 
 #   list of sources
 Source0:      ftp://ftp.kde.org/pub/kde/unstable/server/kolab/kolab-current/kolab-%{version}.tar.gz
@@ -121,12 +121,10 @@
     chown %{l_nusr}:%{l_ngrp} %{l_prefix}/var/kolab/www/locks
     chmod 0600 %{l_prefix}/etc/kolab/kolab.conf
 
-
+    echo 
     echo "For a fresh install please initialize Kolab and run
 '%{l_prefix}/etc/kolab/kolab_bootstrap -b' as user root."
-    echo 
     echo "If you upgraded from a previous version simply refresh Kolab and run '%{l_prefix}/etc/kolab/kolab -o -v' as user root."
-    echo
     echo "In every case execute '%{l_prefix}/etc/rc.d/rc.kolab restart' as user root."
 
 %files -f files





More information about the commits mailing list