From d3bcb0d66172647a4526daca135ed9af04a0e5b8 Mon Sep 17 00:00:00 2001 From: wangbowen Date: Tue, 20 Aug 2024 15:24:54 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- libinput.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libinput.spec b/libinput.spec index b240d7f..cb7f185 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,6 +1,6 @@ Name: libinput Version: 1.19.2 -Release: 2 +Release: 3 Summary: Input device management and event handling library License: MIT URL: https://www.freedesktop.org/wiki/Software/libinput/ @@ -32,6 +32,8 @@ The %{name}-utils package provide tools for debuging. %package help Summary: document files for %{name} Requires: %{name} = %{version}-%{release} +Buildarch: noarch + %description help The %{name}-doc package contains document files. @@ -84,6 +86,9 @@ The %{name}-doc package contains document files. %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 Bowen Wang - 1.19.2-3 +- Added 'Buildarch: noarch' to the help subpackage + * Tue Jun 7 2022 zhouwenpei - 1.19.2-2 - fix CVE-2022-1215 -- Gitee