diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-16 13:55:27 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-16 13:55:27 +0100 |
commit | 8dab42441b813631306bc27282288dcd2277bb1c (patch) | |
tree | ceba7b948dcdd1dc08cda06fb466806f9d29d648 /pykolab.spec.in | |
parent | 7a035d583d3c8cd961fb7881c86ce3769bab4e5d (diff) | |
download | pykolab-8dab42441b813631306bc27282288dcd2277bb1c.tar.gz |
Remove requirement on python-ldap >= 2.4, and use any python-ldap available
Diffstat (limited to 'pykolab.spec.in')
-rw-r--r-- | pykolab.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pykolab.spec.in b/pykolab.spec.in index 000af5c..574fa26 100644 --- a/pykolab.spec.in +++ b/pykolab.spec.in @@ -26,7 +26,7 @@ Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch Requires: kolab-cli = %{version}-%{release} -Requires: python-ldap >= 2.4 +Requires: python-ldap Requires(pre): /usr/sbin/useradd Requires(pre): /usr/sbin/usermod Requires(pre): /usr/sbin/groupadd |