From f9f847f10c5426158c43af7135ed5e58c408d270 Mon Sep 17 00:00:00 2001 From: liuxu Date: Fri, 12 Jul 2024 12:06:14 +0800 Subject: [PATCH] fix config.patch path Signed-off-by: liuxu --- config.patch | 4 ++-- libcgroup.spec | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config.patch b/config.patch index 4bb89f6..04a0b1c 100644 --- a/config.patch +++ b/config.patch @@ -1,5 +1,5 @@ ---- libcgroup-0.42.2/samples/cgconfig.sysconfig.orig 2019-12-19 11:25:25.547000000 +0800 -+++ libcgroup-0.42.2/samples/cgconfig.sysconfig 2019-12-19 11:26:01.142000000 +0800 +--- libcgroup-2.0.3/samples/cgconfig.sysconfig.orig 2019-12-19 11:25:25.547000000 +0800 ++++ libcgroup-2.0.3/samples/cgconfig.sysconfig 2019-12-19 11:26:01.142000000 +0800 @@ -5,8 +5,5 @@ # controller to limit cpu.shares of this default group and allowing some more # important group take most of the CPU. diff --git a/libcgroup.spec b/libcgroup.spec index 5f0ab3e..3cfc794 100644 --- a/libcgroup.spec +++ b/libcgroup.spec @@ -5,7 +5,7 @@ Summary: Libcgroup is a library that abstracts the control group file system in Linux Name: libcgroup Version: 2.0.3 -Release: 1 +Release: 2 License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -129,6 +129,12 @@ getent group cgred >/dev/null || groupadd -r cgred %attr(0644, root, root) %{_mandir}/man8/* %changelog +* Fri Jul 12 2024 liuxu - 2.0.3-2 +- Type: bugfix +- Id:NA +- SUG:NA +- DESC:fix config.patch path + * Thu Feb 9 2023 hanchao - 2.0.3-1 - Type: upgrade - Id:NA -- Gitee