mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
This commit is contained in:
parent
e152836047
commit
6ce47d86db
@ -195,6 +195,9 @@ Requires: samba >= %{samba_version}
|
|||||||
Requires: samba-winbind
|
Requires: samba-winbind
|
||||||
Requires: libsss_idmap
|
Requires: libsss_idmap
|
||||||
Requires: libsss_nss_idmap-python
|
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
|
# We use alternatives to divert winbind_krb5_locator.so plugin to libkrb5
|
||||||
# on the installes where server-trust-ad subpackage is installed because
|
# 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
|
# 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-pyasn1
|
||||||
Requires: python-dateutil
|
Requires: python-dateutil
|
||||||
Requires: python-yubico
|
Requires: python-yubico
|
||||||
|
%if (0%{?fedora} >= 22)
|
||||||
|
Requires: python-sss-murmur
|
||||||
|
%endif
|
||||||
Requires: wget
|
Requires: wget
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user