From 418b28b7567727abba578f5cf9a21e262f96a234 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 14:55:03 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- libuninameslist.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuninameslist.spec b/libuninameslist.spec index ea3ad70..60bcc28 100644 --- a/libuninameslist.spec +++ b/libuninameslist.spec @@ -1,6 +1,6 @@ Name: libuninameslist Version: 20211114 -Release: 1 +Release: 2 Summary: Unicode character names and annotations library License: BSD URL: https://github.com/fontforge/libuninameslist @@ -20,6 +20,7 @@ The package is development files contain static libraries and head files for lib %package help Summary: Documentation for libuninameslist package +Buildarch: noarch %description help Documentation for libuninameslist package. @@ -53,6 +54,9 @@ automake --foreign -Wall %changelog +* Tue Aug 20 2024 dongzhenshu - 20211114-2 +- Add 'Buildarch: noarch' to the help subpackage + * Thu Jun 16 2022 SimpleUpdate Robot - 20211114-1 - Upgrade to version 20211114 -- Gitee