From 79ddd40239217dae86ffa90af9c3ff7d1688ed54 Mon Sep 17 00:00:00 2001 From: lihuanyu Date: Wed, 21 Aug 2024 14:12:46 +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 42340fe..177a636 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,6 +1,6 @@ Name: pciutils Version: 3.8.0 -Release: 1 +Release: 2 Summary: PCI bus related utilities License: GPLv2+ URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml @@ -41,12 +41,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 @@ -105,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/hwdata/pci.ids* rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 21 2024 Huanyu Li - 3.8.0-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Fri Oct 28 2022 liusirui - 3.8.0-1 - update to v3.8.0 -- Gitee