From f8faae81a358a8f26e5a1584d5ea6154d261f642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B2=82=E8=85=BE?= Date: Wed, 21 Aug 2024 17:12:34 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- uuid.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uuid.spec b/uuid.spec index b1a5094..7a55222 100644 --- a/uuid.spec +++ b/uuid.spec @@ -1,6 +1,6 @@ Name: uuid Version: 1.6.2 -Release: 47 +Release: 48 Summary: Universally Unique Identifier library License: MIT URL: http://www.ossp.org/pkg/lib/uuid/ @@ -72,6 +72,7 @@ This package provides DCE development files for UUID library. %package help Summary: Help documentation for UUID +Buildarch: noarch Requires: %{name} = %{version}-%{release} %description help @@ -176,6 +177,9 @@ popd %{_mandir}/man3/* %changelog +* Wed Aug 21 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 1.6.2-48 +- Add Buildarch: noarch' to the help subpackage. + * Fri Oct 29 2021 Chenxi Mao - 1.6.2-47 - Add chrpath to BuildRequires -- Gitee