From 9ac543cd9e97604c476707065272d59194bd5c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B2=82=E8=85=BE?= Date: Wed, 21 Aug 2024 15:47:43 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- usbutils.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/usbutils.spec b/usbutils.spec index 5774ddd..de45602 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -1,6 +1,6 @@ Name: usbutils Version: 014 -Release: 3 +Release: 4 Summary: Linux utilities for USB device License: GPLv2+ URL: http://www.linux-usb.org/ @@ -19,12 +19,7 @@ Requires: hwdata %description This is a collection of USB tools running on a USB host. -%package help -Summary: Including man files for usbutils -Requires: man - -%description help -This contains man files for the using of usbutils. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -48,6 +43,9 @@ install -D -m 644 %{SOURCE2} %{buildroot}%{_defaultlicensedir}/%{name}/GPL-3.0.t %{_mandir}/*/* %changelog +* Wed Aug 21 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 014-4 +- Replaced declaration of help subpackage with the 'package_help' macro + * Sun Jun 25 2023 zhanghongtao - 014-3 - Fix 'lsusb -h' returns an error -- Gitee