diff --git a/libcgroup.spec b/libcgroup.spec index 7bfd4bee36c4b39f1d4aa8c422144262a4e765aa..8c99240d14acf7588803d3fc7ce11a65537a57bc 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: 4 +Release: 5 License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-v%{version}.tar.gz @@ -39,10 +39,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} @@ -142,6 +139,9 @@ getent group cgred >/dev/null || groupadd -r cgred %attr(0644, root, root) %{_mandir}/man8/* %changelog +* Mon Aug 19 2024 Lin Zhao - 0.42.2-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Oct 24 2023 wanfeng - 0.42.2-4 - Type:bugfix - CVE:NA