diff --git a/python-ldap-2.4.30.tar.gz b/python-ldap-2.4.30.tar.gz deleted file mode 100644 index 4beb892..0000000 --- a/python-ldap-2.4.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74291ddb2fad75725cac35cf0dabd593e40e71ab9722f4c7ded353d5e4d1ca09 -size 125805 diff --git a/python-ldap-2.4.30.tar.gz.asc b/python-ldap-2.4.30.tar.gz.asc deleted file mode 100644 index 06e9ef2..0000000 --- a/python-ldap-2.4.30.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEQ8hzDoSiDlYHIoBsB9x642qLyTgFAlia6MgACgkQB9x642qL -yTi1FQf/T5A7PQEHh2dxZoCppR1b5WhKFRdjfxUE29enJcs9BCl0FV+RmPSBDWNp -AeOqNEgRVidcN2vFUqlDyhmoEzZe7D6dEpo2K12ug/RGQETOEyVKLjHFTI22el2K -GwDBrpqTwvGjals8g0q2D9d89sIBvKvIEILkpcxh3mPt1l3BQWhARgUlhMf4mmis -9J9OmrZDKU/zUEX+8uo4keWs2niVASJ7jJOqtOoh3Bl1BYERB++kDPpJvBlWgkS+ -USkLRQPfwjx/5jHShvP9vZRtGULnMmeCWL+GC+47Ybp+zzFNIBmhn7zy8DDyFtg/ -IrQF98TOEPkaC2iGTHhAevQ59gvRPw== -=5GgJ ------END PGP SIGNATURE----- diff --git a/python-ldap-2.4.39.tar.gz b/python-ldap-2.4.39.tar.gz new file mode 100644 index 0000000..7b92e16 --- /dev/null +++ b/python-ldap-2.4.39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb75108d27e8091de80dffa2ba3bf45c7a3bdc357e2959006aed52fa58bb2f3 +size 298073 diff --git a/python-ldap-2.4.39.tar.gz.asc b/python-ldap-2.4.39.tar.gz.asc new file mode 100644 index 0000000..d82a0cf --- /dev/null +++ b/python-ldap-2.4.39.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEQ8hzDoSiDlYHIoBsB9x642qLyTgFAlkuuJYACgkQB9x642qL +yTheNwf+NrXzrttle7Hct1bNRijlwVIYqGk9XsYjveGP+2vYWw/UXsAQmODuylEA +3ztwC9OxZFhXMVODInN1XdVCT0QYiN0p5wk17F4RW7AamtuBazhIyLyU+jl2tvj+ +7l06CBCVQ762sF/zrn4EE582GWhGeeQiyrbKpywx+mNb/JB1CUcthQSfcruuFzoj +EBTChXXlvTJisl860qNZVzcpZVRckMWYyGPNFlg20J0jVfokb+FLJFHiXZ8b+jK+ +dCAFHHQSjHfxBoPSp3Hm1HWKiWzcIPdsBYeFaWfQDYo/5cCc5uZRkhdZR6Gosoqb +JsZsEdLNVbhdjKfUplbTEe4MbleBJw== +=c31o +-----END PGP SIGNATURE----- diff --git a/python-ldap.changes b/python-ldap.changes index d909906..5e99e9a 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed May 31 20:03:45 UTC 2017 - michael@stroeder.com + +- update to upstream release 2.4.39 + +------------------------------------------------------------------- +Thu May 18 15:05:14 UTC 2017 - jmatejek@suse.com + +- provide python2-ldap to support singlespec packages + +------------------------------------------------------------------- +Fri Apr 28 09:06:40 UTC 2017 - michael@stroeder.com + +- update to upstream release 2.4.38 + +------------------------------------------------------------------- +Thu Apr 27 08:45:02 UTC 2017 - michael@stroeder.com + +- update to upstream release 2.4.37 + ------------------------------------------------------------------- Wed Feb 8 09:52:17 UTC 2017 - michael@stroeder.com diff --git a/python-ldap.spec b/python-ldap.spec index e646c58..336c485 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -17,7 +17,7 @@ Name: python-ldap -Version: 2.4.30 +Version: 2.4.39 Release: 0 Summary: Python LDAP interface License: Python-2.0 @@ -30,8 +30,11 @@ BuildRequires: cyrus-sasl-devel >= 2.1 BuildRequires: fdupes BuildRequires: krb5-devel BuildRequires: libopenssl-devel >= 0.9.7 +BuildRequires: openldap2 +BuildRequires: openldap2-client BuildRequires: openldap2-devel >= 2.4.11 BuildRequires: python-devel >= 2.3 +BuildRequires: python-setuptools Requires: libldap-2_4-2 >= 2.4.11 Requires: python-pyasn1 Requires: python-pyasn1-modules @@ -40,6 +43,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif +# for singlespec +Provides: python2-ldap + %description python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs