diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index aff3b638646b5492e4588bb1eab28d77b0e3cd11..7053d66ccd822ef7d8e02c84f42c97ea32ca92bc 100644 --- a/python-kdcproxy.spec +++ b/python-kdcproxy.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global realname kdcproxy Name: python-%{realname} @@ -8,7 +8,7 @@ Summary: MS-KKDCP (kerberos proxy) WSGI module License: MIT URL: https://github.com/latchset/%{realname} -Source0: https://github.com/latchset/%{realname}/archive/%{realname}-%{version}.tar.gz +Source0: https://github.com/latchset/%{realname}/releases/download/v%{version}/%{realname}-%{version}.tar.gz Patch0: Drop-coverage-from-tests.patch @@ -56,5 +56,8 @@ minimal configuration. %{python3_sitelib}/%{realname}-%{version}-*.egg-info %changelog +* Wed Dec 13 2023 mgb01105731 - 1.0.0-2 +- rebuild + * Sun Apr 23 2023 Funda Wang - 1.0.0-1 - Import package for anolis 23