diff --git a/efibootmgr.spec b/efibootmgr.spec index 647fbac8c997aa94fb56790bcf3add041b8a95be..960cd7afe47fd8d0068a184e6d6b6dc631bd1fed 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+ @@ -21,11 +21,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 @@ -49,6 +45,9 @@ rm -rf %{buildroot} %{_mandir}/*/*.?.gz %changelog +* Mon Aug 19 2024 Chunchun Yang - 17-3 +- Replaced declaration of subpackage with the 'package_help' macro. + * Fri Apr 22 2022 xu_ping - 17-2 - Support loongarch