diff --git a/biosdevname.spec b/biosdevname.spec index 175caa82a7f20b42cdc42be4a2d1ea1b2b3ed2b7..2124c0df5e29af246fe6cd1f2f6b0cdedf10631f 100644 --- a/biosdevname.spec +++ b/biosdevname.spec @@ -1,6 +1,6 @@ Name: biosdevname Version: 0.7.3 -Release: 3 +Release: 4 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,5 +36,8 @@ autoreconf -fvi %{_mandir}/man1/%{name}.1* %changelog +* Mon Aug 19 2024 Pan Zhang - 0.7.3-4 +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon Mar 3 2020 Chen Dingxiao - 0.7.3-3 - Package init