From 252f85409ef16e3ebe6fd583f331177037ab69ba Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 27 2022 04:52:20 +0000 Subject: import annobin-10.29-2.el8 --- diff --git a/SPECS/annobin.spec b/SPECS/annobin.spec index be3f80f..19abf50 100644 --- a/SPECS/annobin.spec +++ b/SPECS/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 10.29 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ # ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark # Maintainer: nickc@redhat.com @@ -155,11 +155,11 @@ of the resulting files. %package annocheck Summary: A tool for checking the security hardening status of binaries -BuildRequires: gcc elfutils elfutils-devel elfutils-libelf-devel rpm-devel binutils-devel +BuildRequires: gcc elfutils elfutils-devel elfutils-libelf-devel rpm-devel binutils-devel make %if %{with debuginfod} BuildRequires: elfutils-debuginfod-client-devel -BuildRequires: make %endif +Requires: cpio rpm %description annocheck Installs the annocheck program which uses the notes generated by annobin to @@ -319,6 +319,9 @@ fi #--------------------------------------------------------------------------------- %changelog +* Mon Jan 24 2022 Nick Clifton - 10.29-2 +- Spec File: Add "Requires: rpm cpio" to annocheck sub-package. (#2043474) + * Tue Nov 30 2021 Nick Clifton - 10.28-1 - gcc-plugin: Fix bug creating empty attachments. (#2026944) - Annocheck: Change MAYB result to SKIP for DT_RPATH. (#2026300)