From f97c8052c40faa35e9d2a171094f00d89ef38e1b Mon Sep 17 00:00:00 2001 From: yangchunc Date: Tue, 20 Aug 2024 13:53:38 +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 08ed661..547d276 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 -- Gitee