Branch '2.3-stable' - 2 commits - openpkg/kolab.patch release-notes.txt

Git Service User git at kolabsys.com
Thu Apr 14 13:26:07 CEST 2011


 openpkg/kolab.patch |   28 +++++++++++++++++++++++++++-
 release-notes.txt   |    6 ++++++
 2 files changed, 33 insertions(+), 1 deletion(-)

New commits:
commit 6330a4603181201eba8991a54b554feec6531ecf
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Thu Apr 14 13:25:25 2011 +0200

    release-notes.txt: Update for openpkg commit

diff --git a/release-notes.txt b/release-notes.txt
index 6687478..7b53a11 100644
--- a/release-notes.txt
+++ b/release-notes.txt
@@ -37,6 +37,12 @@ Changes between 2.3-alpha and 2.3.0:
 
 	Update to 2.4.23
 
+    - openpkg-20071227-20071227_kolab3
+
+	kolab/issue4531 (/etc/init.d/kolab needs LSB headers)
+	kolab/issue4693 (Kolab 2.3-alpha install error on Debian squeeze)
+	kolab/issue4677 (Kolab server 2.2.4 fails to build on Ubuntu natty) 
+
     - php-5.3.5-20110301
 
 	Update to 5.3.5


commit 7b17e2acd3211e54f3780db80b5bf3b86edad324
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Thu Apr 14 13:21:25 2011 +0200

    openpkg: kolab/issue4531 (/etc/init.d/kolab needs LSB headers)

diff --git a/openpkg/kolab.patch b/openpkg/kolab.patch
index 3d6e732..14aaa3d 100644
--- a/openpkg/kolab.patch
+++ b/openpkg/kolab.patch
@@ -17,7 +17,7 @@ diff -urN openpkg/openpkg.spec openpkg-kolab/openpkg.spec
  
  #   the package version/release
  %define       V_openpkg  20071227
-+%define       V_release  20071227_kolab2
++%define       V_release  20071227_kolab3
  
  #   the used software versions
  %define       V_rpm      4.2.1
@@ -39,6 +39,32 @@ diff -urN openpkg/openpkg.spec openpkg-kolab/openpkg.spec
  
  #   list of sources
  Source0:      ftp://alpha.gnu.org/gnu/patch/patch-%{V_patch}.tar.gz
+@@ -1950,6 +1949,25 @@
+                           echo "##  openpkg-${name} -- startup/shutdown transfer script for OpenPKG ${prefix} hierarchy"
+                           echo "##"
+                           echo ""
++                          echo "# chkconfig:   99 00"
++                          echo "# description: Kolab is a Groupware Solution for Emails, Appointments,\"
++                          echo "#              Contacts and more."
++                          echo "# config:      ${prefix}/etc/kolab/kolab.conf"
++                          echo ""
++                          echo "### BEGIN INIT INFO"
++                          echo "# Provides:          kolab spamassassin amavisd apache httpd clamav imapd postfix sasl saslauthd openldap MTA"
++                          echo "# Required-Start:    $local_fs $network $remote_fs $named"
++                          echo "# Required-Stop:     $local_fs $network $remote_fs"
++                          echo "# Should-Start:      $syslog"
++                          echo "# Should-Stop:       $syslog"
++                          echo "# Default-Start:     2 3 4 5"
++                          echo "# Default-Stop:      0 1 6"
++                          echo "# Short-Description: Startup/Shutdown script for OpenPKG ${prefix} hierarchy"
++                          echo "# Description:       Kolab is a Groupware Solution for Emails, Appointments,"
++                          echo "#                    Contacts and more. This script starts/stops the OpenPKG"
++                          echo "#                    ${prefix} hierarchy."
++                          echo "### END INIT INFO"
++                          echo ""
+                           echo "depend() {"
+                           echo "    after *"
+                           echo "}"
 diff -urN openpkg/rpmtool openpkg-kolab/rpmtool
 --- openpkg/rpmtool	2007-10-11 22:40:43.000000000 +0200
 +++ openpkg-kolab/rpmtool	2009-09-23 15:45:25.946152864 +0200





More information about the commits mailing list