From f60166f3a4c338a9edfeb296af371ef7916d370b Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Mon, 29 Apr 2024 16:06:58 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage (cherry picked from commit 3845c46f97ed493039ba872de9cfdf26429a5ef4) --- libuser.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuser.spec b/libuser.spec index a0d2a40..54589b9 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.62 -Release: 23 +Release: 24 Summary: A user and group account administration library License: LGPLv2+ URL: https://pagure.io/libuser @@ -61,6 +61,7 @@ and group accounts. %package help Summary: Documents files for %{name} +Buildarch: noarch Requires: man, info %description help @@ -159,6 +160,9 @@ LC_ALL=C.UTF-8 python3 -c "import libuser" %{_mandir}/man5/* %changelog +* Mon Apr 29 2024 fuanan - 0.62-24 +- Added 'Buildarch: noarch' to the help subpackage + * Thu Feb 09 2023 fuanan - 0.62-23 - enable make check -- Gitee