From 75759d82db62f888c9a195dfb1e5f2456b8f2fc98d214bc5f9dd694b516f3123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 7 Dec 2018 09:20:23 +0000 Subject: [PATCH 1/2] - Add this package to SLE wrt fate#325747 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=118 --- python-ldap.changes | 5 +++++ python-ldap.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-ldap.changes b/python-ldap.changes index f15828e..aea5d25 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 7 09:18:38 UTC 2018 - Tomáš Chvátal + +- Add this package to SLE wrt fate#325747 + ------------------------------------------------------------------- Tue Aug 14 07:00:52 UTC 2018 - tchvatal@suse.com diff --git a/python-ldap.spec b/python-ldap.spec index 5db6b1a..7f531fe 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,7 +25,7 @@ License: Python-2.0 Group: Development/Libraries/Python URL: https://www.python-ldap.org/ Source0: https://files.pythonhosted.org/packages/source/p/python-ldap/python-ldap-%{version}.tar.gz -BuildRequires: %{python_module devel >= 2.7} +BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: cyrus-sasl-devel >= 2.1 BuildRequires: fdupes From 9241d70d2d4f0d7f0767f9658c303291b31a84b6d713ed21734967ac2d7a8fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 7 Dec 2018 09:20:41 +0000 Subject: [PATCH 2/2] - Do not add version dependency to devel requirement OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=119 --- python-ldap.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/python-ldap.changes b/python-ldap.changes index aea5d25..b0cf475 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -2,6 +2,7 @@ Fri Dec 7 09:18:38 UTC 2018 - Tomáš Chvátal - Add this package to SLE wrt fate#325747 +- Do not add version dependency to devel requirement ------------------------------------------------------------------- Tue Aug 14 07:00:52 UTC 2018 - tchvatal@suse.com