From 854262ad669a9898f2ae5c6eb9bb5160767fa66f 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:24:00 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- vala.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vala.spec b/vala.spec index e5b8722..9baf361 100644 --- a/vala.spec +++ b/vala.spec @@ -5,7 +5,7 @@ Name: vala Version: 0.56.14 -Release: 1 +Release: 2 Summary: Compiler Using the GObject Type System License: LGPLv2+ and BSD URL: https://wiki.gnome.org/Projects/Vala @@ -38,6 +38,7 @@ Library and and head file for vala compiler. %package help Summary: Help documents for vala +Buildarch: noarch Requires: %{name} = %{version}-%{release} devhelp %description help @@ -128,6 +129,9 @@ make check %doc %{_datadir}/devhelp/books/vala-%{api_ver} %changelog +* Wed Aug 21 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 0.56.14-2 +- Add Buildarch: noarch' to the help subpackage. + * Mon Nov 20 2023 lwg - 0.56.14-1 - update to version 0.56.14 -- Gitee