From b1d14ad0c15693235b157d6f0f1a441e9a1518c4 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:50:12 +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 2605f3b..0f033fb 100644 --- a/usbutils.spec +++ b/usbutils.spec @@ -1,6 +1,6 @@ Name: usbutils Version: 017 -Release: 1 +Release: 2 Summary: Linux utilities for USB device License: GPLv2+ URL: http://www.linux-usb.org/ @@ -16,12 +16,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 @@ -46,6 +41,9 @@ rm -rf %{buildroot}/%{_libdir}/pkgconfig/usbutils.pc %{_mandir}/*/* %changelog +* Wed Aug 21 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 017-2 +- Replaced declaration of help subpackage with the 'package_help' macro + * Wed Jan 31 2024 zhanghongtao - 017-1 - update package to usbutils-017 - lsusb: add fallback names for 'lsusb -v' output -- Gitee