From 94f1eee51b47a71734f96c60e2d8a3e1ae1f41e7 Mon Sep 17 00:00:00 2001 From: WangFengTu Date: Thu, 5 May 2022 16:18:31 +0800 Subject: [PATCH] update version to 0.42.2-2 Signed-off-by: WangFengTu (cherry picked from commit 0587120bd139de880a41d3c8f3cec4fed232daed) --- libcgroup.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libcgroup.spec b/libcgroup.spec index 5cde35a..db4f850 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: 0.42.2 -Release: 1 +Release: 2 License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-v%{version}.tar.gz @@ -134,6 +134,12 @@ getent group cgred >/dev/null || groupadd -r cgred %attr(0644, root, root) %{_mandir}/man8/* %changelog +* Thu May 5 2022 wangfengtu - 0.42.2-2 +- Type: upgrade +- Id:NA +- SUG:NA +- DESC:update release version + * Wed Nov 4 2020 leizhongkai - 0.42.2-1 - Type: upgrade - Id:NA -- Gitee