[freeipa/f22] Add missing sssd python dependencies

Petr Vobornik pvoborni at fedoraproject.org
Wed Mar 4 15:29:26 UTC 2015


commit cbd7ec726ebb4310f81f8e860d78062489c8f212
Author: Petr Vobornik <pvoborni at redhat.com>
Date:   Wed Mar 4 16:27:14 2015 +0100

    Add missing sssd python dependencies
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1197218

 freeipa.spec | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/freeipa.spec b/freeipa.spec
index 6478bd2..d75df52 100644
--- a/freeipa.spec
+++ b/freeipa.spec
@@ -25,7 +25,7 @@
 
 Name:           freeipa
 Version:        %{VERSION}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -122,6 +122,7 @@ Requires: mod_auth_kerb >= 5.4-16
 Requires: mod_nss >= 1.0.8-26
 Requires: python-ldap >= 2.4.15
 Requires: python-krbV
+Requires: python-sssdconfig
 Requires: acl
 Requires: python-pyasn1
 Requires: memcached
@@ -200,6 +201,10 @@ Requires: samba >= %{samba_version}
 Requires: samba-winbind
 Requires: libsss_idmap
 Requires: libsss_nss_idmap-python
+%if (0%{?fedora} >= 22)
+Requires: python-sss
+%endif
+Requires: libsss_nss_idmap-python
 # 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
@@ -234,6 +239,7 @@ Requires: wget
 Requires: libcurl >= 7.21.7-2
 Requires: xmlrpc-c >= 1.27.4
 Requires: sssd >= 1.12.3
+Requires: python-sssdconfig
 Requires: certmonger >= 0.76.8
 Requires: nss-tools
 Requires: bind-utils
@@ -292,6 +298,10 @@ 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: libsss_nss_idmap-python
 Requires: wget
 Requires: dbus-python
 
@@ -930,6 +940,10 @@ fi
 %endif # ONLY_CLIENT
 
 %changelog
+* Wed Mar 04 2015 Petr Vobornik <pvoborni at redhat.com> - 4.1.3-2
+- Add missing sssd python dependencies
+- https://bugzilla.redhat.com/show_bug.cgi?id=1197218
+
 * Wed Feb 18 2015 Petr Vobornik <pvoborni at redhat.com> - 4.1.3-1
 - Update to upstream 4.1.3 - see http://www.freeipa.org/page/Releases/4.1.3
 


More information about the scm-commits mailing list