From b8766a97fba4a06f85cf8cfdbd429f358976467f Mon Sep 17 00:00:00 2001 From: lihuanyu Date: Tue, 20 Aug 2024 17:24:28 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- pciutils.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pciutils.spec b/pciutils.spec index ca4abcf..a881850 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,6 +1,6 @@ Name: pciutils Version: 3.10.0 -Release: 2 +Release: 3 Summary: PCI bus related utilities License: GPLv2+ URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml @@ -42,12 +42,7 @@ Obsoletes: %{name}-devel-static This package contains the files that are necessary for software development using the PCI utilities. -%package help -Summary: Including man files for pciutils -Requires: man - -%description help -This contains man files for the using of pciutils. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -106,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/hwdata/pci.ids* rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 20 2024 Huanyu Li - 3.10.0-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Mar 21 2024 luofeng - 3.10.0-2 - Support specify CC -- Gitee