From 51eb1da313dcd17713a42fed97c66ee5427d24d4 Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Wed, 21 Aug 2024 16:10:34 +0800 Subject: [PATCH] libcgroup.spec --- libcgroup.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libcgroup.spec b/libcgroup.spec index 1a2a164..c9064e8 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: 2 +Release: 3 License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -34,10 +34,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Devel provides API for creating,deleting and modifying cgroup nodes.It allows the creation of cgroups' configuration and provides scripts for managing it. -%package help -Summary: It provides helpful information for libcgroup -%description help -It provides helpful information for libcgroup-pam,libcgroup-devel,libcgroup-tools and libcgroup. +%package_help %prep %setup -q -n %{name}-%{version} @@ -129,6 +126,9 @@ getent group cgred >/dev/null || groupadd -r cgred %attr(0644, root, root) %{_mandir}/man8/* %changelog +* Wed Aug 21 2024 Lin Zhao - 2.0.3-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Jun 12 2023 leizhongkai - 2.0.3-2 - Type: upgrade - Id:NA -- Gitee