diff --git a/efibootmgr.spec b/efibootmgr.spec index 86dde058339fdf1ace6b16d5896ef88f0fa69397..b588ac013a2dbc3ed899f642ed73fb974e01ce02 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,5 +1,5 @@ Name: efibootmgr -Release: 5 +Release: 6 Version: 18 Summary: A tool manipulating the EFI Boot Manager License: GPLv2+ @@ -24,11 +24,7 @@ Efibootmgr is a Linux user-space application to modify the Intel Extensible Firm Boot Manager. This application can create and destroy boot entries, change the boot order, change the next running boot option, and more. -%package help -Summary: Documents for efibootmgr - -%description help -Help package contains some readme, man and other related files for efibootmgr. +%package_help %prep %autosetup -S git @@ -52,6 +48,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Mon Aug 19 2024 Chunchun Yang - 18-6 +- Replaced declaration of subpackage with the 'package_help' macro. + * Mon Jun 17 2024 zhangxingrong - 18-5 - Fix the incorrect long parameter in help messages - efibootmgr: delete_bootnext is just a boolean, not an entry id