From f8034654d873f49e2e1ce9b71650d2d53b729dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B2=82=E8=85=BE?= Date: Mon, 19 Aug 2024 15:12:32 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- usbutils.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usbutils.spec b/usbutils.spec index 2605f3b..4a4c88f 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,9 @@ Requires: hwdata %description This is a collection of USB tools running on a USB host. -%package help -Summary: Including man files for usbutils +%package_help Requires: man -%description help -This contains man files for the using of usbutils. %prep %autosetup -n %{name}-%{version} -p1 @@ -46,6 +43,9 @@ rm -rf %{buildroot}/%{_libdir}/pkgconfig/usbutils.pc %{_mandir}/*/* %changelog +* Mon Aug 19 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