From d0b251fd0ce29c72e7e08ac582b5c18d9370da3a5e298407f1b5b5d85c23f3a4 Mon Sep 17 00:00:00 2001 From: Howard Guo Date: Tue, 27 Feb 2018 09:36:30 +0000 Subject: [PATCH] - Remove package descriptions for the python 2 packages that are no longer distributed: * python-ipa_hbac * python-sss-murmur * python-sss_nss_idmap * python-sssd-config - Correct python version dependency of tools package. (bsc#1082108) OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=193 --- sssd.changes | 11 +++++++++++ sssd.spec | 41 ++++------------------------------------- 2 files changed, 15 insertions(+), 37 deletions(-) diff --git a/sssd.changes b/sssd.changes index fbeb324..c13e891 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 27 09:24:46 UTC 2018 - hguo@suse.com + +- Remove package descriptions for the python 2 packages that are + no longer distributed: + * python-ipa_hbac + * python-sss-murmur + * python-sss_nss_idmap + * python-sssd-config +- Correct python version dependency of tools package. (bsc#1082108) + ------------------------------------------------------------------- Mon Dec 4 10:03:59 UTC 2017 - hguo@suse.com diff --git a/sssd.spec b/sssd.spec index eb2d420..c5690b2 100644 --- a/sssd.spec +++ b/sssd.spec @@ -173,7 +173,6 @@ License: GPL-3.0+ and LGPL-3.0+ Group: System/Management Requires: python3-sssd-config = %version Requires: sssd = %version -%py_requires %description tools The packages contains commandline tools for managing users and groups using @@ -321,73 +320,41 @@ Supplements: packageand(sudo:sssd-client) %description -n libsss_sudo A utility library to allow communication between sudo and SSSD. -%package -n python-ipa_hbac -Summary: Python bindings for the FreeIPA HBAC Evaluator library -License: LGPL-3.0+ -Group: Development/Libraries/Python - -%description -n python-ipa_hbac -The python-ipa_hbac package contains the bindings so that libipa_hbac -can be used by Python applications. - %package -n python3-ipa_hbac Summary: Python bindings for the FreeIPA HBAC Evaluator library License: LGPL-3.0+ Group: Development/Libraries/Python +Requires: python3 %description -n python3-ipa_hbac The python-ipa_hbac package contains the bindings so that libipa_hbac can be used by Python applications. -%package -n python-sss-murmur -Summary: Python2 bindings for SSSD Murmur hash function -License: LGPL-3.0+ -Group: Development/Libraries/Python - -%description -n python-sss-murmur -This subpackage provides the python2 module for calculating the -Murmur hash version 3. - %package -n python3-sss-murmur Summary: Python3 bindings for SSSD Murmur hash function License: LGPL-3.0+ Group: Development/Libraries/Python +Requires: python3 %description -n python3-sss-murmur This subpackage provides the python3 module for calculating the Murmur hash version 3. -%package -n python-sss_nss_idmap -Summary: Python bindings for libsss_nss_idmap -License: LGPL-3.0+ -Group: Development/Libraries/Python - -%description -n python-sss_nss_idmap -The libsss_nss_idmap-python contains the bindings so that -libsss_nss_idmap can be used by Python applications. - %package -n python3-sss_nss_idmap Summary: Python bindings for libsss_nss_idmap License: LGPL-3.0+ Group: Development/Libraries/Python +Requires: python3 %description -n python3-sss_nss_idmap The libsss_nss_idmap-python contains the bindings so that libsss_nss_idmap can be used by Python applications. -%package -n python-sssd-config -Summary: Python API for configuring sssd -License: GPL-3.0+ and LGPL-3.0+ -Group: Development/Libraries/Python - -%description -n python-sssd-config -Provide python module to access and manage configuration of the System -Security Services Daemon (sssd). - %package -n python3-sssd-config Summary: Python API for configuring sssd License: GPL-3.0+ and LGPL-3.0+ Group: Development/Libraries/Python +Requires: python3 %description -n python3-sssd-config Provide python module to access and manage configuration of the System