From c53c5783da038d1164280e5bbd0c90c2dc5c6c5f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 10 Jan 2022 09:16:01 +0000 Subject: [PATCH] NVR bump and disable annobin during build --- annobin.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/annobin.spec b/annobin.spec index 844a83d..e9c17c5 100644 --- a/annobin.spec +++ b/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 10.44 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ # Maintainer: nickc@redhat.com # Web Page: https://sourceware.org/annobin/ @@ -53,7 +53,7 @@ License: GPLv3+ # uncommenting the lines below will result in annocheck not passing the rpminspect # tests.... # %%if %%{without plugin_rebuild} -# %%undefine _annotated_build +%undefine _annotated_build # %%endif #---------------------------------------------------------------------------------