From 386c63bdbf07f0fb01ef1871d464cd43c82c240d Mon Sep 17 00:00:00 2001 From: lixuebing Date: Wed, 21 Aug 2024 09:16:15 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- policycoreutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index c1ef009..0bfe5dc 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 @@ -112,6 +112,7 @@ It contains sandbox utilities for selinux %package help Summary: Including man files for selinux +Buildarch: noarch Requires: man %description help @@ -278,6 +279,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \ %{_mandir}/* %changelog +* Tue Aug 20 2024 Xuebing Li -3.3-12 +- Add 'Buildarch: noarch' to the help subpackage + * Wed Mar 20 2024 yixiangzhike -3.3-11 - backport patch from upstream to avoid unsigned integer underflow -- Gitee