From 480db62831d85cab4d287276c22365a5254d9a71 Mon Sep 17 00:00:00 2001 From: lixuebing Date: Wed, 21 Aug 2024 09:14:49 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- policycoreutils.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 1d1afa3..bb073e1 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 -- Gitee