From 9b79fe0e6e464ffd750bc0133350aa47d24de93a Mon Sep 17 00:00:00 2001 From: yangchunc Date: Tue, 20 Aug 2024 11:29:03 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- efibootmgr.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/efibootmgr.spec b/efibootmgr.spec index 86dde05..b588ac0 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 -- Gitee