From e9c4113480f28a213f02093d44311ed312e2e3a484d786d8b133c229518464bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Apr 2018 08:28:13 +0000 Subject: [PATCH] - Use real URL, not some inventive lies OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=16 --- python-ldap3.changes | 5 +++++ python-ldap3.spec | 9 +++++---- ldap3-2.5.tar.gz => v2.5.tar.gz | 0 3 files changed, 10 insertions(+), 4 deletions(-) rename ldap3-2.5.tar.gz => v2.5.tar.gz (100%) diff --git a/python-ldap3.changes b/python-ldap3.changes index c6b9dfa..4c3482b 100644 --- a/python-ldap3.changes +++ b/python-ldap3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 16 08:25:44 UTC 2018 - tchvatal@suse.com + +- Use real URL, not some inventive lies + ------------------------------------------------------------------- Sun Apr 15 16:59:21 UTC 2018 - michael@stroeder.com diff --git a/python-ldap3.spec b/python-ldap3.spec index 03446ae..d90dbe0 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -21,10 +21,10 @@ Name: python-ldap3 Version: 2.5 Release: 0 Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client -License: LGPL-3.0 +License: LGPL-3.0-only Group: Development/Languages/Python -Url: https://github.com/cannatag/ldap3 -Source: https://github.com/cannatag/ldap3/archive/ldap3-%{version}.tar.gz +URL: https://github.com/cannatag/ldap3 +Source: https://github.com/cannatag/ldap3/archive/v%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module nose} BuildRequires: %{python_module pyasn1 >= 0.1.8} @@ -58,7 +58,8 @@ sed -i 's/\r$//' COPYING.LESSER.txt COPYING.txt README.rst LICENSE.txt %python_exec %{_bindir}/nosetests -s test || : %files %{python_files} -%doc COPYING.LESSER.txt COPYING.txt LICENSE.txt README.rst +%license COPYING.LESSER.txt COPYING.txt LICENSE.txt +%doc README.rst %{python_sitelib}/ldap3 %{python_sitelib}/ldap3-%{version}-py*.egg-info diff --git a/ldap3-2.5.tar.gz b/v2.5.tar.gz similarity index 100% rename from ldap3-2.5.tar.gz rename to v2.5.tar.gz