From b2e41cabba07f5638664e00b9d0dbc915a09767a 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 fe52857..d42edbe 100644 --- a/libinput.spec +++ b/libinput.spec @@ -1,6 +1,6 @@ Name: libinput Version: 1.24.0 -Release: 1 +Release: 2 Summary: Input device management and event handling library License: MIT URL: https://gitlab.freedesktop.org/libinput/libinput/-/releases @@ -31,6 +31,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. @@ -83,6 +85,9 @@ The %{name}-doc package contains document files. %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 Bowen Wang - 1.24.0-2 +- Added 'Buildarch: noarch' to the help subpackage + * Tue Feb 06 2024 taoyuxiang - 1.24.0-1 - update to 1.24.0 -- Gitee