From e7b99ab3652b3ef9484b64dc5303dc3f69956826 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 19 Aug 2024 17:19:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20PR?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biosdevname.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/biosdevname.spec b/biosdevname.spec index d635109..f844da6 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,6 +1,6 @@ Name: biosdevname Version: 0.7.3 -Release: 4 +Release: 5 Summary: A Udev tool give BIOS-given name for device License: GPLv2 URL: http://linux.dell.com/files/biosdevname @@ -14,11 +14,7 @@ In its simplest form, biosdevname takes a kernel device name as an argument, giv name it "should" be. This is necessary on systems where the BIOS name for a given device (e.g. labeled "Gb1" on the chassis) doesn't map directly and obviously to the kernel name (e.g. eth0). -%package help -Summary: Help documents for biosdevname - -%description help -This package contains help documents for biosdevname +%package_help %prep %autosetup -p1 -n biosdevname-0.7.3 @@ -40,6 +36,9 @@ autoreconf -fvi %{_mandir}/man1/%{name}.1* %changelog +* Mon Aug 19 2024 Pan Zhang - 0.7.3-5 +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon May 31 2021 baizhonggui - 0.7.3-4 - Fix configure: error: no acceptable C compiler found in $PATH - Add gcc in BuildRequires -- Gitee