From 35205d392ed9cd9fb76c4ea0fc35d771e5c48e4c Mon Sep 17 00:00:00 2001 From: jackeyji Date: Thu, 31 Oct 2024 16:25:59 +0800 Subject: [PATCH] Optimize the tarball address path Signed-off-by: jackeyji --- python-requests-gssapi.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-requests-gssapi.spec b/python-requests-gssapi.spec index 1809c17..a03b77f 100644 --- a/python-requests-gssapi.spec +++ b/python-requests-gssapi.spec @@ -4,10 +4,10 @@ Summary: A GSSAPI/SPNEGO authentication handler for python-requests Name: python-%{sname} Version: 1.2.3 -Release: 7%{?dist} +Release: 8%{?dist} License: ISC URL: https://github.com/pythongssapi/%{sname} -Source0: %{url}/releases/download/v%{version}/%{sname}-%{version}.tar.gz +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{sname}-%{version}.tar.gz BuildRequires: git-core python3-devel python3-gssapi python3-requests python3-setuptools BuildArch: noarch @@ -44,6 +44,10 @@ shim for requests-kerberos. %{python3_sitelib}/%{s_name}* %changelog +* Thu Oct 31 2024 jackeyji - 1.2.3-8 +- [Type] other +- [DESC] Optimize the tarball address path + * Thu Sep 26 2024 OpenCloudOS Release Engineering - 1.2.3-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream -- Gitee