From f67c8acc03051a37d82b3ed198a370676b0f9518 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 13 Dec 2023 10:42:59 +0800 Subject: [PATCH] rebuild --- python-kdcproxy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-kdcproxy.spec b/python-kdcproxy.spec index aff3b63..7053d66 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 -- Gitee