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

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Wed Aug 1 15:02:36 CEST 2012


 configure.ac    |    2 +-
 pykolab.spec.in |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit b734bcc01d3ce1184b43f7ee0156580525a9c9b0
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Aug 1 11:02:20 2012 +0100

    Bump release

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


commit 795a6e07f0146d86b763af9375035f023b617c70
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Aug 1 11:00:41 2012 +0100

    Add 0%{?epoch}: to version requirements

diff --git a/pykolab.spec.in b/pykolab.spec.in
index cf106d1..078d95a 100644
--- a/pykolab.spec.in
+++ b/pykolab.spec.in
@@ -41,7 +41,7 @@ collaborative environment.
 %package telemetry
 Summary:            Kolab Telemetry Logging Capabilities
 Group:              Applications/System
-Requires:           kolab-cli = %{version}-%{release}
+Requires:           kolab-cli = 0%{?epoch}:%{version}-%{release}
 
 %description telemetry
 Cyrus IMAP Telemetry logging handling capabilities for Kolab Groupware
@@ -64,7 +64,7 @@ Kolab CLI utilities
 Summary:            Kolab SASL Authentication Daemon
 Group:              Applications/System
 BuildRequires:      intltool, gettext, python
-Requires:           pykolab = %{version}-%{release}
+Requires:           pykolab = 0%{?epoch}:%{version}-%{release}
 
 %description -n kolab-saslauthd
 Kolab SASL Authentication Daemon for multi-domain, multi-authn database deployments
@@ -76,7 +76,7 @@ Kolab SASL Authentication Daemon for multi-domain, multi-authn database deployme
 Summary:            Kolab Server implemented in Python
 Group:              Applications/System
 BuildRequires:      intltool, gettext, python
-Requires:           pykolab = %{version}-%{release}
+Requires:           pykolab = 0%{?epoch}:%{version}-%{release}
 
 %description -n kolab-server
 Kolab Server implemented in Python
@@ -89,7 +89,7 @@ Summary:            Kolab SMTP Access Policy for Postfix
 Group:              Applications/System
 BuildRequires:      intltool, gettext, python
 Requires:           postfix
-Requires:           pykolab = %{version}-%{release}
+Requires:           pykolab = 0%{?epoch}:%{version}-%{release}
 Requires:           python-sqlalchemy
 Requires:           MySQL-python
 





More information about the commits mailing list