Accepting request 580522 from network:ldap
- 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/request/show/580522 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sssd?expand=0&rev=86
This commit is contained in:
commit
6cfba6b41c
11
sssd.changes
11
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
|
||||
|
||||
|
41
sssd.spec
41
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
|
||||
|
Loading…
Reference in New Issue
Block a user