From 65963d2934e6a7b3390f9ef5360977e3c1b4023c Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 19 2017 13:41:19 +0000 Subject: Python 2 binary package renamed to python2-ldap --- diff --git a/python-ldap.spec b/python-ldap.spec index 1f1ace7..3aad57b 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -2,7 +2,7 @@ Name: python-ldap Version: 2.4.25 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 0 License: Python Group: System Environment/Libraries @@ -15,9 +15,7 @@ Source0: http://pypi.python.org/packages/source/p/python-ldap/python-ldap-%{vers Patch0: python-ldap-2.4.16-dirs.patch ### Dependencies ### -Requires: openldap # LDAP controls, extop, syncrepl require pyasn1 -Requires: python-pyasn1, python-pyasn1-modules ### Build Dependencies ### BuildRequires: openldap-devel @@ -31,12 +29,22 @@ BuildRequires: cyrus-sasl-devel %filter_setup } -%description -python-ldap provides an object-oriented API for working with LDAP within -Python programs. It allows access to LDAP directory servers by wrapping the -OpenLDAP 2.x libraries, and contains modules for other LDAP-related tasks +%global _description\ +python-ldap provides an object-oriented API for working with LDAP within\ +Python programs. It allows access to LDAP directory servers by wrapping the\ +OpenLDAP 2.x libraries, and contains modules for other LDAP-related tasks\ (including processing LDIF, LDAPURLs, LDAPv3 schema, etc.). +%description %_description + +%package -n python2-ldap +Summary: %summary +Requires: openldap +Requires: python-pyasn1, python-pyasn1-modules +%{?python_provide:%python_provide python2-ldap} + +%description -n python2-ldap %_description + %prep %setup -q -n python-ldap-%{version} %patch0 -p1 -b .dirs @@ -55,7 +63,7 @@ sed -i 's|#! python|#!/usr/bin/python|g' Demo/simplebrowse.py %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT -%files +%files -n python2-ldap %defattr(-,root,root,-) %doc LICENCE CHANGES README TODO Demo %{python_sitearch}/_ldap.so @@ -66,6 +74,10 @@ sed -i 's|#! python|#!/usr/bin/python|g' Demo/simplebrowse.py %{python_sitearch}/python_ldap-%{version}-*.egg-info %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0:2.4.25-7 +- Python 2 binary package renamed to python2-ldap + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0:2.4.25-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild