From 87def105c3de992fb7bd2b5a355941b75d390556 Mon Sep 17 00:00:00 2001 From: hejiuwang Date: Wed, 21 Aug 2024 05:13:34 +0000 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 2f2bd84..fdbbe76 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -1,6 +1,6 @@ Name: spice-gtk Version: 0.42 -Release: 1 +Release: 2 Summary: A GIMP Toolkit (GTK+) widget for SPICE clients License: LGPLv2+ URL: https://www.spice-space.org/spice-gtk.html @@ -37,6 +37,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. @@ -87,6 +88,9 @@ Files for help with spice-gtk. %{_mandir}/man1/spice-client.1* %changelog +* Wed Aug 21 2024 Jiuwang He - 0.42-2 +- Add Buildarch: noarch to the help subpackage + * Tue Sep 05 2023 wulei - 0.42-1 - Update to 0.42 -- Gitee