From 538d5c0056e075bde47b22c6fb3aa131bba74ae7 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 16 Nov 2022 10:17:42 +0800 Subject: [PATCH] Change source url --- python-ldap3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-ldap3.spec b/python-ldap3.spec index f558d1a..0532a41 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -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 - 2.8.1-2 +- Change source url + * Mon May 31 2021 liuxin - 2.8.1 - 1 - init package