Package 3.0.0b3
This commit is contained in:
parent
ccbb65807e
commit
3a67b7a656
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ python-ldap-2.3.10.tar.gz
|
||||
/python-ldap-2.4.25.tar.gz
|
||||
/python-ldap-3.0.0b1.tar.gz
|
||||
/python-ldap-3.0.0b2.tar.gz
|
||||
/python-ldap-3.0.0b3.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
### Abstract ###
|
||||
%global prerelease b2
|
||||
%global prerelease b3
|
||||
|
||||
# Fix for https://bugzilla.redhat.com/show_bug.cgi?id=1520990
|
||||
# openldap does not re-register nss shutdown callbacks after nss_Shutdown is
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: python-ldap
|
||||
Version: 3.0.0
|
||||
Release: 0.2.%{prerelease}%{?dist}
|
||||
Release: 0.3.%{prerelease}%{?dist}
|
||||
License: Python
|
||||
Group: System Environment/Libraries
|
||||
Summary: An object-oriented API to access LDAP directory servers
|
||||
@ -80,8 +80,6 @@ Provides: python3-pyldap%{?_isa} = %{version}-%{release}
|
||||
%prep
|
||||
%setup -qc
|
||||
|
||||
sed -i 's|#! python|#!/usr/bin/python|g' %{name}-%{version}%{prerelease}/Demo/simplebrowse.py
|
||||
|
||||
mv %{name}-%{version}%{prerelease} python3
|
||||
cp -a python{3,2}
|
||||
|
||||
@ -151,6 +149,9 @@ popd
|
||||
%{python3_sitearch}/python_ldap-%{version}%{prerelease}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Dec 20 2017 Christian Heimes <cheimes@redhat.com> - 3.0.0-0.3.b3
|
||||
- New upstream release 3.0.0b3 (RHBZ #1496470)
|
||||
|
||||
* Mon Dec 11 2017 Christian Heimes <cheimes@redhat.com> - 3.0.0-0.2.b2
|
||||
- New upstream release 3.0.0b2 (RHBZ #1496470)
|
||||
- Require OpenLDAP with fix for NSS issue (see #1520990)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-ldap-3.0.0b2.tar.gz) = f1dcd14d785301dfa0f28c908fcb699e3c75204fdd179333fdc492b4ba77d8fda9135de4008937fd609cabfbece05da958daa3962ada011fa32041e2f65fab78
|
||||
SHA512 (python-ldap-3.0.0b3.tar.gz) = eb450fe6ed17cfa5be23d1abcdea14ead5263f00c457739166fbf7b6d41ce00c8d0574b56b7ecf838d72c66b313f431bc4e61abbc2d74c7ea6b2eeb1a6465cb1
|
||||
|
Loading…
Reference in New Issue
Block a user