Check in python-ldap version 2.4.17

Fixes: #995545, #1122486
This commit is contained in:
Petr Spacek 2014-09-29 16:37:44 +02:00
parent f4657ad6a1
commit 59002b60fb
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ python-ldap-2.3.10.tar.gz
/python-ldap-2.3.12.tar.gz
/python-ldap-2.4.6.tar.gz
/python-ldap-2.4.16.tar.gz
/python-ldap-2.4.17.tar.gz

View File

@ -1,7 +1,7 @@
### Abstract ###
Name: python-ldap
Version: 2.4.16
Version: 2.4.17
Release: 1%{?dist}
Epoch: 0
License: Python
@ -17,7 +17,7 @@ Patch0: python-ldap-2.4.16-dirs.patch
### Dependencies ###
Requires: openldap
# LDAP controls, extop, syncrepl require pyasn1
Requires: python-pyasn1
Requires: python-pyasn1, python-pyasn1-modules
### Build Dependencies ###
BuildRequires: openldap-devel
@ -66,6 +66,10 @@ sed -i 's|#! python|#!/usr/bin/python|g' Demo/simplebrowse.py
%{python_sitearch}/python_ldap-%{version}-*.egg-info
%changelog
* Mon Sep 29 2014 Petr Spacek <pspacek@redhat.com> - 0:2.4.17-1
- New upstream release adds features required in bug 1122486
- Dependency on pyasn1-modules was added to fix bug 995545
* Thu Sep 25 2014 Petr Spacek <pspacek@redhat.com> - 0:2.4.16-1
- New upstream release fixes bug 1007820
- Dependency on pyasn1 was added to fix bug 995545

View File

@ -1 +1 @@
75549bad7eaaf4949f6adf80334f0acc python-ldap-2.4.16.tar.gz
298e0cebe2a256dc9efb00d5d1138d12 python-ldap-2.4.17.tar.gz