Change source url

This commit is contained in:
wk333 2022-11-16 10:17:42 +08:00
parent ec4aa2080e
commit 538d5c0056

View File

@ -5,12 +5,12 @@ ldap3 is a strictly RFC 4510 conforming LDAP V3 pure Python client library.
Name: python-%{pypi_name}
Version: 2.8.1
Release: 1
Release: 2
Summary: Strictly RFC 4510 conforming LDAP V3 pure Python client library.
License: LGPLv2+
URL: https://github.com/cannatag/ldap3
Source0: https://github.com/cannatag/ldap3/archive/refs/tags/%{pypi_name}-%{version}.tar.gz
Source0: https://github.com/cannatag/ldap3/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
@ -45,5 +45,8 @@ rm -vf %{pypi_name}/utils/ordDict.py
%{python3_sitelib}/%{pypi_name}/
%changelog
* Wed Nov 16 2022 wangkai <wangkai385@h-partners.com> - 2.8.1-2
- Change source url
* Mon May 31 2021 liuxin<liuxin264@huawei.com> - 2.8.1 - 1
- init package