diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-04 15:32:38 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-04 15:32:38 +0100 |
commit | eaacd018f6334ad78b81bc0896cc99d3cd681e94 (patch) | |
tree | ec78a377974167f6414c7bdb42e3467bb766c9dc | |
parent | ca6a5430187c09e2c000caadc701a2db96a0d7c7 (diff) | |
download | pykolab-eaacd018f6334ad78b81bc0896cc99d3cd681e94.tar.gz |
Bump release to rebuild without dependency on kolab-python
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | pykolab.spec.in | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ea9bb48..68cb90e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([pykolab], 0.1) -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 215930a..31388de 100644 --- a/pykolab.spec.in +++ b/pykolab.spec.in @@ -10,7 +10,6 @@ URL: http://kolab.org/ Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -Requires: kolab-python = %{version}-%{release} %description Kolab enables you to easily build a groupware server as part of a |