diff --git a/efibootmgr.spec b/efibootmgr.spec index 08ed661499b35d0b2c4700a24446d689002d7f67..547d2764dd8500cbf8b8db41f63e18f89551d67f 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,5 +1,5 @@ Name: efibootmgr -Release: 2 +Release: 3 Version: 17 Summary: A tool manipulating the EFI Boot Manager License: GPLv2+ @@ -20,11 +20,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 @@ -48,6 +44,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Mon Aug 19 2024 Chunchun Yang - 17-3 +- Replaced declaration of subpackage with the 'package_help' macro. + * Tue Jun 8 2021 hanhui - 17-2 - round community patches fix memory leak