From 4236f9998493b43b1c509993f600bf16f1729953 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 15 May 2024 13:44:42 +0800 Subject: [PATCH] Update source url Signed-off-by: Zhao Hang --- libcgroup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcgroup.spec b/libcgroup.spec index ca28489..807ccd8 100644 --- a/libcgroup.spec +++ b/libcgroup.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with tests Name: libcgroup @@ -7,7 +7,7 @@ Release: %{anolis_release}%{?dist} Summary: iLibrary to control and monitor control groups License: LGPLv2+ URL: http://libcg.sourceforge.net/ -Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/%{name}/%{name}/archive/v3.0/%{name}-%{version}.tar.gz Source1: cgconfig.service Patch0001: 0001-libcgroup-0.37-chmod.patch @@ -173,6 +173,9 @@ make -C tests/gunit check %doc README README_systemd %changelog +* Wed May 15 2024 Zhao Hang - 3.0.0-2 +- Update source url + * Wed Apr 12 2023 Guyu Wang - 3.0.0-1 - Update to 3.0.0 -- Gitee