From f5196e4a0732a0e9cfa1cf2848db2f613af1f135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 10:40:53 +0800 Subject: [PATCH 1/2] Added Buildarch:noarch to the help subpackage --- gnulib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnulib.spec b/gnulib.spec index c5e20e3..30d34a9 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -1,6 +1,6 @@ Name: gnulib Version: 0 -Release: 31.20180720git +Release: 32.20180720git Summary: The GNU Portability Library License: Public Domain and BSD and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2 and LGPLv2+ and LGPLv3+ URL: https://www.gnu.org/software/gnulib @@ -27,6 +27,7 @@ This package contains development files for gnulib. %package help Summary: Provides documentation for gnulib modules License: GFDL and GPLv2+ +Buildarch: noarch Requires(post): info Requires(preun): info Requires: gnulib-devel = %{version}-%{release} @@ -123,6 +124,9 @@ fi %license doc/COPYINGv2 %changelog +* Wed Aug 21 2024 Min Zhang - 0-32.20180720git +- 'Added 'Buildarch:noarch' to the help subpackage + * Sat May 06 2023 yangchenguang - 0-31.20180720git - add loongarch64 support -- Gitee From 3e8de18c35374ccfc48219a0ea2286b07694dbe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=95=8F?= Date: Wed, 21 Aug 2024 13:57:16 +0800 Subject: [PATCH 2/2] Added Buildarch:noarch to the help subpackage --- gnulib.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnulib.spec b/gnulib.spec index 30d34a9..faf3edf 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -124,12 +124,14 @@ fi %license doc/COPYINGv2 %changelog +<<<<<<< HEAD * Wed Aug 21 2024 Min Zhang - 0-32.20180720git - 'Added 'Buildarch:noarch' to the help subpackage * Sat May 06 2023 yangchenguang - 0-31.20180720git - add loongarch64 support + * Wed Nov 30 2022 caodongxia - 0-30.20180720git - Add the compilation dependency java-1.8.0-openjdk-devel -- Gitee