Remove dependency upon libiberty
This commit is contained in:
parent
74ac5654d6
commit
eca718919f
10
annobin.spec
10
annobin.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 12.17
|
Version: 12.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/annobin/
|
URL: https://sourceware.org/annobin/
|
||||||
@ -156,7 +156,7 @@ 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 make
|
BuildRequires: gcc elfutils elfutils-devel elfutils-libelf-devel rpm-devel make
|
||||||
|
|
||||||
%if %{with debuginfod}
|
%if %{with debuginfod}
|
||||||
BuildRequires: elfutils-debuginfod-client-devel
|
BuildRequires: elfutils-debuginfod-client-devel
|
||||||
@ -173,14 +173,13 @@ hardening options.
|
|||||||
%package libannocheck
|
%package libannocheck
|
||||||
Summary: A library for checking the security hardening status of binaries
|
Summary: A library for checking the security hardening status of binaries
|
||||||
|
|
||||||
BuildRequires: gcc elfutils elfutils-devel elfutils-libelf-devel rpm-devel binutils-devel make
|
BuildRequires: gcc elfutils elfutils-devel elfutils-libelf-devel rpm-devel make
|
||||||
|
|
||||||
%if %{with debuginfod}
|
%if %{with debuginfod}
|
||||||
BuildRequires: elfutils-debuginfod-client-devel
|
BuildRequires: elfutils-debuginfod-client-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: %{name}-docs = %{version}-%{release}
|
Requires: %{name}-docs = %{version}-%{release}
|
||||||
Requires: binutils-devel
|
|
||||||
|
|
||||||
%description libannocheck
|
%description libannocheck
|
||||||
Installs the libannocheck library which uses the notes generated by the
|
Installs the libannocheck library which uses the notes generated by the
|
||||||
@ -525,6 +524,9 @@ make check
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 29 2023 Nick Clifton <nickc@redhat.com> - 12.18-1
|
||||||
|
- Annocheck: Remove dependency upon binutils-devel.
|
||||||
|
|
||||||
* Thu Jun 29 2023 Nick Clifton <nickc@redhat.com> - 12.17-1
|
* Thu Jun 29 2023 Nick Clifton <nickc@redhat.com> - 12.17-1
|
||||||
- Annocheck: Add detection of known parts of libstdc++-nonshared.a that contain gaps. (#2217864)
|
- Annocheck: Add detection of known parts of libstdc++-nonshared.a that contain gaps. (#2217864)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-12.17.tar.xz) = be1ae36ebca5890b5aa0affb2ae2462febe14f1d5734be6056ba74220e73937b515e783a549c9c26b38c73d698b14843e0e38e21e5363df2aebcd7a1b89a46b2
|
SHA512 (annobin-12.18.tar.xz) = 580c3b24103c9e9e262c156ae2d472addfe3c1d65c343677d0de2b706b15e8368fad67e62bf2a5308eb4dc197a56bd01497861cbd300660158990ed9bf746c78
|
||||||
|
Loading…
Reference in New Issue
Block a user