From 7be3f457809a78d8c8a7a376d4fa1c063a62a586 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 0a67bfd..a045de5 100644 --- a/libinput.spec +++ b/libinput.spec @@ -3,7 +3,7 @@ # Name: libinput Version: 1.15.6 -Release: 3 +Release: 4 Summary: Input device management and event handling library License: MIT URL: https://www.freedesktop.org/wiki/Software/libinput/ @@ -36,6 +36,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. @@ -89,6 +91,9 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3') %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 Bowen Wang - 1.15.6-4 +- Added 'Buildarch: noarch' to the help subpackage + * Tue Jun 7 2022 zhouwenpei - 1.15.6-3 - fix CVE-2022-1215 -- Gitee