From ecb1f52dd91379efaaa27af141439b2876a38c33 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Tue, 26 Dec 2023 11:13:25 +0800 Subject: [PATCH] fix the source url error --- python-linux-procfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec index 30d1246..0c949cd 100644 --- a/python-linux-procfs.spec +++ b/python-linux-procfs.spec @@ -1,11 +1,11 @@ -%define anolis_release 1 +%define anolis_release 2 Name: python-linux-procfs Version: 0.7.1 Release: %{anolis_release}%{?dist} License: GPLv2 Summary: Linux /proc abstraction classes -Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.gz +Source0: https://cdn.kernel.org/pub/software/libs/python/python-linux-procfs/older/python-linux-procfs-0.7.1.tar.gz URL: https://rt.wiki.kernel.org/index.php/Tuna BuildArch: noarch BuildRequires: python3-devel @@ -48,6 +48,9 @@ rm -rf %{buildroot} %changelog +* Tue Dec 26 2023 happy_orange - 0.7.1-2 +- fix the source url error + * Mon Jan 16 2023 mgb01105731 - 0.7.1-1 - update to version 0.7.1 -- Gitee