diff --git a/libcgroup.spec b/libcgroup.spec index 7f8f3ef05cb0e5c6a58b2399a320b3318aa6211a..07e4534eb06f6a84c27b9e34bc88c8d09160dd6b 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