From 10383a76fa49c068a025687169b0a63934fb8f71 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Sat, 17 Aug 2024 11:13:34 +0800 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- spice-gtk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spice-gtk.spec b/spice-gtk.spec index bc4d3e1..87ac70f 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -1,6 +1,6 @@ Name: spice-gtk Version: 0.38 -Release: 3 +Release: 4 Summary: A GIMP Toolkit (GTK+) widget for SPICE clients License: LGPLv2+ URL: https://www.spice-space.org/spice-gtk.html @@ -36,6 +36,7 @@ for the spice-gtk library. %package help Summary: This package contains help documents Requires: %{name} = %{version}-%{release} +Buildarch: noarch %description help Files for help with spice-gtk. @@ -90,6 +91,9 @@ Files for help with spice-gtk. %{_mandir}/man1/spice-client.1* %changelog +* Tue Aug 20 2024 Jiuwang He - 0.38-4 +- Add Buildarch: noarch to the help subpackage + * Tue Feb 08 2022 caodongxia - 0.38-3 - Fix python module pyparsing not found due to pyparsing update -- Gitee