From 45bcf334a7a740533b66980d6eeba1d0ba4455cd Mon Sep 17 00:00:00 2001 From: lixuebing Date: Tue, 20 Aug 2024 16:43:40 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- pesign.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pesign.spec b/pesign.spec index 1f46bbd..8bf6450 100644 --- a/pesign.spec +++ b/pesign.spec @@ -2,7 +2,7 @@ Name: pesign Summary: Signing utility for UEFI binaries Version: 0.113 -Release: 6 +Release: 7 License: GPLv2 URL: https://github.com/vathpela/pesign Source0: https://github.com/rhboot/pesign/archive/113.tar.gz @@ -23,6 +23,7 @@ cryptographic digests of UEFI applications. %package help Summary: This package contains help documents +Buildarch: noarch Requires: %{name} = %{version}-%{release} %description help @@ -82,6 +83,9 @@ exit 0 %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 Xuebing Li - 0.113-7 +- Add 'Buildarch: noarch' to the help subpackage + * Tue May 07 2024 xu_ping <707078654@qq.com> - 0.113-6 - Remove unused i option in authvar -- Gitee