From 914e9f257f73b083663511961c2cd39a32da58f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E4=B9=A6=E5=9D=A4?= Date: Tue, 20 Aug 2024 13:10:01 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- netpbm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netpbm.spec b/netpbm.spec index decb2e5..1a356a5 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,6 +1,6 @@ Name: netpbm Version: 11.02.00 -Release: 1 +Release: 2 Summary: A library for handling different graphics file formats License: BSD and GPLv2 and IJG and MIT and Public Domain URL: http://netpbm.sourceforge.net/ @@ -49,6 +49,7 @@ Requires: netpbm = %{version}-%{release} The netpbm-devel package provides tools for developing programs which will use the netpbm libraries. %package help +Buildarch: noarch Summary: Help document for the netpbm package Requires: netpbm-progs = %{version}-%{release} Provides: netpbm-doc = %{version}-%{release} @@ -158,6 +159,9 @@ cd - %{_mandir}/man5/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 11.02.00-2 +- Add 'Buildarch: noarch' to the help subpackage + * Wed Apr 19 2023 liyanan - 11.02.00-1 - Update to 11.02.00 -- Gitee