Branch 'pykolab-0.4' - 2 commits - configure.ac pykolab.spec.in

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Mon Jul 9 17:39:52 CEST 2012


 configure.ac    |    2 +-
 pykolab.spec.in |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b943d50785124daaaabffe08e70590a55598ed48
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Mon Jul 9 16:13:32 2012 +0100

    Bump release for packaging fix (require cyrus-sasl explicitly)

diff --git a/configure.ac b/configure.ac
index e9ad8ff..bf3a746 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([pykolab], 0.4.14)
-AC_SUBST([RELEASE], 2)
+AC_SUBST([RELEASE], 3)
 
 AC_CONFIG_SRCDIR(pykolab/constants.py.in)
 


commit 9fc394accda48652ed99985eb3918cca17c9d393
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Mon Jul 9 16:11:56 2012 +0100

    Add explicit requirement for cyrus-sasl to kolab-saslauthd

diff --git a/pykolab.spec.in b/pykolab.spec.in
index b7cfe1e..33b8cd0 100644
--- a/pykolab.spec.in
+++ b/pykolab.spec.in
@@ -68,6 +68,7 @@ Summary:            Kolab SASL Authentication Daemon
 Group:              Applications/System
 BuildRequires:      intltool, gettext, python
 Requires:           %{name} = %{version}-%{release}
+Requires:           cyrus-sasl
 Requires:           cyrus-sasl-plain
 
 %description -n kolab-saslauthd





More information about the commits mailing list