diff --git a/libcgroup.spec b/libcgroup.spec index 1a2a1643a658799cb9147a0cf6f27d09d4006355..c9064e81363974a4d9c7ecf4f8d44f5972c46625 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