From 939126e0ca33d7355f8f89570d2f3d66b3d80f8f Mon Sep 17 00:00:00 2001 From: lixuebing Date: Tue, 20 Aug 2024 16:41:01 +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 e0bb438..0f60951 100644 --- a/pesign.spec +++ b/pesign.spec @@ -2,7 +2,7 @@ Name: pesign Summary: Signing utility for UEFI binaries Version: 116 -Release: 4 +Release: 5 License: GPLv2 URL: https://github.com/rhboot/pesign Source0: https://github.com/rhboot/pesign/archive/refs/tags/116.tar.gz @@ -30,6 +30,7 @@ cryptographic digests of UEFI applications. %package help Summary: This package contains help documents +Buildarch: noarch Requires: %{name} = %{version}-%{release} %description help @@ -100,6 +101,9 @@ exit 0 %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 Xuebing Li - 116-5 +- Add 'Buildarch: noarch' to the help subpackage + * Tue May 07 2024 xu_ping <707078654@qq.com> - 116-4 - Remove unused i option in authvar -- Gitee