import annobin-10.29-2.el8
This commit is contained in:
parent
6b7bbae39c
commit
4452d48d37
@ -2,7 +2,7 @@
|
|||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 10.29
|
Version: 10.29
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
# Maintainer: nickc@redhat.com
|
# Maintainer: nickc@redhat.com
|
||||||
@ -155,11 +155,11 @@ of the resulting files.
|
|||||||
%package annocheck
|
%package annocheck
|
||||||
Summary: A tool for checking the security hardening status of binaries
|
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}
|
%if %{with debuginfod}
|
||||||
BuildRequires: elfutils-debuginfod-client-devel
|
BuildRequires: elfutils-debuginfod-client-devel
|
||||||
BuildRequires: make
|
|
||||||
%endif
|
%endif
|
||||||
|
Requires: cpio rpm
|
||||||
|
|
||||||
%description annocheck
|
%description annocheck
|
||||||
Installs the annocheck program which uses the notes generated by annobin to
|
Installs the annocheck program which uses the notes generated by annobin to
|
||||||
@ -319,6 +319,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 24 2022 Nick Clifton <nickc@redhat.com> - 10.29-2
|
||||||
|
- Spec File: Add "Requires: rpm cpio" to annocheck sub-package. (#2043474)
|
||||||
|
|
||||||
* Tue Nov 30 2021 Nick Clifton <nickc@redhat.com> - 10.28-1
|
* Tue Nov 30 2021 Nick Clifton <nickc@redhat.com> - 10.28-1
|
||||||
- gcc-plugin: Fix bug creating empty attachments. (#2026944)
|
- gcc-plugin: Fix bug creating empty attachments. (#2026944)
|
||||||
- Annocheck: Change MAYB result to SKIP for DT_RPATH. (#2026300)
|
- Annocheck: Change MAYB result to SKIP for DT_RPATH. (#2026300)
|
||||||
|
Loading…
Reference in New Issue
Block a user