From e5d5442e583ac037a081348cbb805b72438fc028 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 9 Feb 2022 17:26:40 -0500 Subject: [PATCH] Re-enable annocheck Signed-off-by: Robbie Harwood --- pesign.spec | 6 +++++- rpminspect.yaml | 3 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pesign.spec b/pesign.spec index bbbc565..b39ba42 100644 --- a/pesign.spec +++ b/pesign.spec @@ -3,7 +3,7 @@ Name: pesign Summary: Signing utility for UEFI binaries Version: 114 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-only URL: https://github.com/rhboot/pesign @@ -165,6 +165,10 @@ certutil -d %{_sysconfdir}/pki/pesign/ -X -L > /dev/null %{python3_sitelib}/mockbuild/plugins/pesign.* %changelog +* Wed Feb 09 2022 Robbie Harwood - 114-3 +- Rebuild; no code changes +- Resolves: #2049320 + * Wed Feb 09 2022 Robbie Harwood - 114-2 - Fix build on aarch64 - Resolves: #2049320 diff --git a/rpminspect.yaml b/rpminspect.yaml index 4c08189..b65f4b4 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -8,6 +8,3 @@ inspections: filesize: off patches: off upstream: off - - # https://bugzilla.redhat.com/show_bug.cgi?id=2010936 - annocheck: off