summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-02-27 20:43:38 +0100
committerTomas Babej <tbabej@redhat.com>2015-03-18 13:13:58 +0100
commit6ce47d86db77373b15bb62a92b22dd2accc74b37 (patch)
tree2ea9418d9179ce9c6a46b3dfd06b1f261674064e /freeipa.spec.in
parente152836047d33720e372c405c453e1c8666f35f2 (diff)
downloadfreeipa-6ce47d86db77373b15bb62a92b22dd2accc74b37.tar.gz
freeipa-6ce47d86db77373b15bb62a92b22dd2accc74b37.tar.xz
freeipa-6ce47d86db77373b15bb62a92b22dd2accc74b37.zip
SPEC: Require python2 version of sssd bindings
Python modules pysss and pysss_murmur was part of package sssd-common. Fedora 22 tries to get rid of python2 and therefore these modules were extracted from package sssd-common to separate packages python-sss and python-sss-murmur and python3 version of packages python3-sss python3-sss-murmur git grep "pysss" | grep import ipalib/plugins/trust.py: import pysss_murmur #pylint: disable=F0401 ipaserver/dcerpc.py:import pysss ipaserver/dcerpc.py is pacakged in freeipa-server-trust-ad palib/plugins/trust.py is packaged in freeipa-python Resolves: https://fedorahosted.org/freeipa/ticket/4929 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 9513f45c6..7a1ff8b50 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -195,6 +195,9 @@ Requires: samba >= %{samba_version}
Requires: samba-winbind
Requires: libsss_idmap
Requires: libsss_nss_idmap-python
+%if (0%{?fedora} >= 22)
+Requires: python-sss
+%endif
# We use alternatives to divert winbind_krb5_locator.so plugin to libkrb5
# on the installes where server-trust-ad subpackage is installed because
# IPA AD trusts cannot be used at the same time with the locator plugin
@@ -288,6 +291,9 @@ Requires: python-qrcode-core >= 5.0.0
Requires: python-pyasn1
Requires: python-dateutil
Requires: python-yubico
+%if (0%{?fedora} >= 22)
+Requires: python-sss-murmur
+%endif
Requires: wget
Requires: dbus-python