configure.ac pykolab.spec.in

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue May 1 12:55:23 CEST 2012


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

New commits:
commit 8fe7ac01670efa64aa7ae895cd1fec8947d00de8
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue May 1 11:54:57 2012 +0100

    Require python-augeas for kolab-cli package which includes the setup procedures
    Bump pre-release

diff --git a/configure.ac b/configure.ac
index 095c868..757f2f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([pykolab], 0.4)
-AC_SUBST([RELEASE], 0.1)
+AC_SUBST([RELEASE], 0.2)
 
 AC_CONFIG_SRCDIR(pykolab/constants.py.in)
 
diff --git a/pykolab.spec.in b/pykolab.spec.in
index 1094fed..1145888 100644
--- a/pykolab.spec.in
+++ b/pykolab.spec.in
@@ -54,6 +54,7 @@ Summary:            Kolab CLI components
 Group:              Applications/System
 BuildRequires:      intltool, gettext, python
 Requires:           %{name} = %{version}-%{release}
+Requires:           python-augeas
 
 %description -n kolab-cli
 Kolab CLI utilities





More information about the commits mailing list