diff --git a/SPECS/annobin.spec b/SPECS/annobin.spec index 28ece02..81c6fda 100644 --- a/SPECS/annobin.spec +++ b/SPECS/annobin.spec @@ -5,7 +5,7 @@ Name: %{?scl_prefix}annobin Summary: Annotate and examine compiled binary files Version: 9.23 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ # ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark # Maintainer: nickc@redhat.com @@ -50,6 +50,7 @@ License: GPLv3+ # of gcc, in which case the undefine below can be temporarily reinstated. # # %%undefine _annotated_build + BuildRequires: %{?scl_prefix}annobin #--------------------------------------------------------------------------------- @@ -357,6 +358,9 @@ fi #--------------------------------------------------------------------------------- %changelog +* Thu Feb 18 2021 Nick Clifton - 9.23-4 +- NVR bump to allow rebuilding against the latest DTS-10 gcc. + * Mon Aug 10 2020 Nick Clifton - 9.23-3 - Improve results when running annobin rpms through annocheck. (#1866825)