diff --git a/policycoreutils.spec b/policycoreutils.spec index 1d1afa315cbf083e77dd8c267ad4234255829afc..bb073e10ef7489910beea536037bbae4a6e1ff23 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -3,7 +3,7 @@ Name: policycoreutils Version: 3.5 -Release: 3 +Release: 4 Summary: Policy core utilities of selinux License: GPLv2 URL: https://github.com/SELinuxProject @@ -89,9 +89,10 @@ Requires: openbox It contains sandbox utilities for selinux %endif -%package help -Summary: Including man files for selinux -Requires: man +%package help +Summary: Including man files for selinux +Buildarch: noarch +Requires: man %description help This contains man files for the using of selinux. @@ -258,6 +259,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \ %{_mandir}/* %changelog +* Tue Aug 20 2024 Xuebing Li - 3.5-4 +- Add 'Buildarch: noarch' to the help subpackage + * Tue Apr 16 2024 zhangzikang - 3.5-3 - add BuildRequires python3-wheel, fix compilation error