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