From ba36d1c24bed4a36c437a2e01a950b13e0c8c682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=87=E5=93=B2?= Date: Mon, 29 Apr 2024 07:13:18 +0000 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李宇哲 (cherry picked from commit f8ee5091ce323a9e05792c760e9c96fe5d19196b) --- libuser.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuser.spec b/libuser.spec index b6a086a..8f86648 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.63 -Release: 5 +Release: 6 Summary: A user and group account administration library License: LGPLv2+ URL: https://pagure.io/libuser @@ -43,6 +43,7 @@ and group accounts. %package help Summary: Documents files for %{name} +Buildarch: noarch Requires: man, info %description help @@ -104,6 +105,9 @@ python3 -c "import libuser" %{_mandir}/man5/* %changelog +* Mon Apr 29 2024 liyuzhe - 0.63-6 +- Added 'Buildarch: noarch' to the help subpackage + * Wed Oct 19 2022 fuanan - 0.63-5 - DESC:optimize compilation by running make in parallel -- Gitee