From cfd926fe897027a199f52d0d8344c81893511cd2 Mon Sep 17 00:00:00 2001 From: wangbowen Date: Mon, 19 Aug 2024 15:13:46 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- libinput.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libinput.spec b/libinput.spec index b240d7f..59a1387 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/ @@ -29,11 +29,8 @@ Requires: python3-evdev python3-pyudev %description utils The %{name}-utils package provide tools for debuging. -%package help -Summary: document files for %{name} +%package_help Requires: %{name} = %{version}-%{release} -%description help -The %{name}-doc package contains document files. %global udevdir /usr/lib/udev/ @@ -84,6 +81,9 @@ The %{name}-doc package contains document files. %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 wangbowen - 1.19.2-3 +- Replace declaration of help subpackage with the 'package_help' macro + * Tue Jun 7 2022 zhouwenpei - 1.19.2-2 - fix CVE-2022-1215 -- Gitee