From 78eb5316177b5c3ca1d6dcf6b7c63a0f8dc181ae256dc5bc048c06bce428f3a4 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 18 May 2017 15:06:32 +0000 Subject: [PATCH] - provide python2-ldap to support singlespec packages OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=83 --- python-ldap.changes | 5 +++++ python-ldap.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-ldap.changes b/python-ldap.changes index d27889c..89e92e6 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-ldap.spec b/python-ldap.spec index 2d78011..63ca34c 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -43,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