diff --git a/config.patch b/config.patch index 4bb89f6a856008a161a82693425165ed69173cc6..04a0b1ca7df8a2291b85bf3abdef832d36e8a23b 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 5f0ab3e00bb5a7bf7f5760c0b1eb210dc031dda7..3cfc794de8053210260a841c9bb32240d3ca7865 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