diff --git a/biosdevname.spec b/biosdevname.spec index d635109f65e99e0b2088bbda98a1b4680ede0e32..f844da60a81fce5d6cf61fd391a8e833bccfa6b6 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