From f0fe7b3a0937f0c655d6c3ea7cae80d4c1b9930a Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Wed, 21 Aug 2024 16:40:55 +0800 Subject: [PATCH] libcgroup.spec --- libcgroup.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libcgroup.spec b/libcgroup.spec index 7f8f3ef..07e4534 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: 3.1.0 -Release: 4 +Release: 5 License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -33,10 +33,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} @@ -112,6 +109,9 @@ getent group cgred >/dev/null || groupadd -r cgred %attr(0644, root, root) %{_mandir}/man8/* %changelog +* Wed Aug 21 2024 Lin Zhao - 3.1.0-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Jul 12 2024 liuxu - 3.1.0-4 - Type: bugfix - Id:NA -- Gitee