Annocheck: Improve heuristic used to detect binaries without code.
Resolves: #2144533
This commit is contained in:
parent
fa38621aaf
commit
1eba60d353
18
annobin.spec
18
annobin.spec
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 10.94
|
||||
Version: 10.96
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# Maintainer: nickc@redhat.com
|
||||
@ -313,12 +313,10 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
# Change the following line to "make check || :" on RHEL7 or if you need to see the
|
||||
# test suite logs in order to diagnose a test failure.
|
||||
make -k check CLANG_TESTS="check-pre-clang-13"
|
||||
if [ -f tests/test-suite.log ]; then
|
||||
cat tests/test-suite.log
|
||||
fi
|
||||
make check CLANG_TESTS="check-pre-clang-13" || :
|
||||
res=$?
|
||||
cat tests/*.log
|
||||
exit $res
|
||||
%endif
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
@ -363,6 +361,12 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed Dec 14 2022 Nick Clifton <nickc@redhat.com> - 10.96-1
|
||||
- Annocheck: Improve heuristic used to detect binaries without code. (#2144533)
|
||||
|
||||
* Mon Dec 12 2022 Nick Clifton <nickc@redhat.com> - 10.95-1
|
||||
- Annocheck: Avoid using debug filename when parsing notes in a debuginfo file. (#2152280)
|
||||
|
||||
* Wed Dec 07 2022 Nick Clifton <nickc@redhat.com> - 10.94-1
|
||||
- Rebase to 10.94. (#2151308)
|
||||
- Annocheck: Better detection of binaries which do not contain code. (#2144533)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-10.94.tar.xz) = da6cee60c5640ed30ee8c359e0f0450cafd41164a0136144350216403347de90e8ed417b370007f444eba202dcd45e13639c4defcf4e6da90337d4d65f3e2187
|
||||
SHA512 (annobin-10.96.tar.xz) = b2629aa48004db79d9a69812df63bee8c2b1b0d5ab04140b253b94f4a607962693b43e0dc9d933b1a9b21163c64b2b20b836c22085bf844a3a72d763aeea9492
|
||||
|
Loading…
Reference in New Issue
Block a user