Fix configuring annocheck without gcc-plugin.
- Annocheck: Better reporting of debuginfod problems. - Tests: Fix bugs in debuginfod test.
This commit is contained in:
parent
ab631794b6
commit
0c5b1fec47
17
annobin.spec
17
annobin.spec
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 10.15
|
||||
Version: 10.16
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# Maintainer: nickc@redhat.com
|
||||
@ -37,7 +37,7 @@ License: GPLv3+
|
||||
# checking logic or when building on RHEL-7 or earlier.
|
||||
%global with_hard_gcc_version_requirement 1
|
||||
|
||||
%bcond_with plugin_rebuild
|
||||
%bcond_without plugin_rebuild
|
||||
# Allow the building of annobin without using annobin itself.
|
||||
# This is because if we are bootstrapping a new build environment we can have
|
||||
# a new version of gcc installed, but without a new of annobin installed.
|
||||
@ -464,10 +464,10 @@ fi
|
||||
%doc %{_datadir}/doc/annobin-plugin/annotation.proposal.txt
|
||||
%{_infodir}/annobin.info*
|
||||
%{_mandir}/man1/annobin.1*
|
||||
%{_mandir}/man1/built-by.1*
|
||||
%{_mandir}/man1/check-abi.1*
|
||||
%{_mandir}/man1/hardened.1*
|
||||
%{_mandir}/man1/run-on-binaries-in.1*
|
||||
%exclude %{_mandir}/man1/built-by.1*
|
||||
%exclude %{_mandir}/man1/check-abi.1*
|
||||
%exclude %{_mandir}/man1/hardened.1*
|
||||
%exclude %{_mandir}/man1/run-on-binaries-in.1*
|
||||
|
||||
%if %{with llvmplugin}
|
||||
%files plugin-llvm
|
||||
@ -495,6 +495,11 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Oct 14 2021 Nick Clifton <nickc@redhat.com> - 10.16-1
|
||||
- Fix configuring annocheck without gcc-plugin.
|
||||
- Annocheck: Better reporting of debuginfod problems.
|
||||
- Tests: Fix bugs in debuginfod test.
|
||||
|
||||
* Wed Oct 13 2021 Nick Clifton <nickc@redhat.com> - 10.15-1
|
||||
- Annocheck: Add tests based upon recent bug fixes.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-10.15.tar.xz) = b0a8de5b9527e11d2ad60b1ca552772f524c3a1b1ba9591a5366403d54170211da13463dc13a52f829cd9375d91e4da92dadaf2d7a78f95cc3e6ea90aaf605ce
|
||||
SHA512 (annobin-10.16.tar.xz) = 34c4d33c774a088ed8f9065322d9f7125639e0c113cf6ffe724d54bcd83d3fda69550dcd234cc0efe5134f460914323eb981910b4faa3b42bc9b90a60b7d1abc
|
||||
|
Loading…
Reference in New Issue
Block a user