diff --git a/policycoreutils.spec b/policycoreutils.spec index c1ef009a7dfe7aa12c4394d0d3544ff4e89a7369..6405f91c96916c0a08c4c4b99dd8b029146d9a74 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -3,7 +3,7 @@ Name: policycoreutils Version: 3.3 -Release: 11 +Release: 12 Summary: Policy core utilities of selinux License: GPLv2 URL: https://github.com/SELinuxProject @@ -110,13 +110,7 @@ Requires: openbox It contains sandbox utilities for selinux %endif -%package help -Summary: Including man files for selinux -Requires: man - -%description help -This contains man files for the using of selinux. - +%package_help %prep %autosetup -p 1 -n selinux-policycoreutils-%{version} @@ -278,6 +272,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \ %{_mandir}/* %changelog +* Mon Aug 19 2024 Xuebing Li -3.3-12 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Mar 20 2024 yixiangzhike -3.3-11 - backport patch from upstream to avoid unsigned integer underflow