Branch 'pykolab-0.2' - configure.ac pykolab.spec.in

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Mon Apr 16 16:55:09 CEST 2012


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

New commits:
commit b45df02978830a329cecc171e1883d6218ead209
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Mon Apr 16 15:53:26 2012 +0100

    Bump epoch in order to obsolete any installed packages that are version 0.3+
    
    These do not work without python-ldap 2.4+, which does not work without openldap 2.4+, which originally requires bdb 4.4+, and even if that is reverted does not work with bdb 4.3 (explicitly excluded).

diff --git a/configure.ac b/configure.ac
index 994c60d..e67ecdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([pykolab], 0.2.6)
-AC_SUBST([RELEASE], 1)
+AC_SUBST([RELEASE], 2)
 
 AC_CONFIG_SRCDIR(pykolab/constants.py.in)
 
diff --git a/pykolab.spec.in b/pykolab.spec.in
index d2ceb9d..cf106d1 100644
--- a/pykolab.spec.in
+++ b/pykolab.spec.in
@@ -17,6 +17,7 @@
 
 Summary:            Kolab Groupware Solution
 Name:               pykolab
+Epoch:              1
 Version:            @VERSION@
 Release:            @RELEASE@%{?dist}
 License:            GPLv3+





More information about the commits mailing list