Tests: Fix obsoleted syntax in plans/ci.fmf
Resolves: RHEL-12194
This commit is contained in:
parent
a6ad7a6e6b
commit
b9e86e0c6d
26
annobin.spec
26
annobin.spec
@ -1,9 +1,9 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 12.12
|
||||
Version: 12.28
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
|
||||
# Maintainer: nickc@redhat.com
|
||||
# Web Page: https://sourceware.org/annobin/
|
||||
# Watermark Protocol: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||
@ -366,6 +366,28 @@ exit $res
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Oct 09 2023 Nick Clifton <nickc@redhat.com> - 12.28-1
|
||||
- Tests: Fix obsoleted syntax in plans/ci.fmf (RHEL-12194)
|
||||
- Spec File: Use SPDX licensing.
|
||||
- GCC Plugin: Record settings of -Wstrict-flex-arrays and -fstrict-flex-arrays
|
||||
- Annobin: Add future test of these options.
|
||||
- GCC Plugin: Record settings of -Wimplicit-int and -Wimplicit-function-declaration.
|
||||
- Annobin: Add test for these warnings.
|
||||
- LLVM Plugin: Fix building with LLVM version 17.
|
||||
- GCC Plugin: Enable string note format by default.
|
||||
- Annocheck: Change GO FIPS test to look for CGO_ENABLED markers.
|
||||
- Annocheck: Add test for FIPS compliant GO binaries.
|
||||
- Annocheck: Fix double free. (#2226749)
|
||||
- Annocheck: Ignore AArch64 $x and $d symbols. (#2221192)
|
||||
- GCC Plugin: Suppress active checks for fortran sources. Improve scanning of COLLECT_GCC_OPTIONS.
|
||||
- Annocheck: Remove dependency upon binutils-devel.
|
||||
- Annocheck: Add detection of known parts of libstdc++-nonshared.a that contain gaps. (#2217864)
|
||||
- Annocheck: Ignore weak/undef function symbols when checking to see if a binary contains code. (#2217840)
|
||||
- Annocheck: Add --suppress-version-warnings option.
|
||||
- Annocheck: Do not ignore separate debuginfo files that do not contain any DWARF. (#2144553)
|
||||
- Annocheck: Ignore /dev/null filename in string notes.
|
||||
- Annocheck: More tweaks to glibc detection heuristics. (#2215968)
|
||||
|
||||
* Wed Jun 14 2023 Nick Clifton <nickc@redhat.com> - 12.12-1
|
||||
- Rebuild against LLVM-16. (#2212739)
|
||||
- Annocheck: Check for string notes in separate debug info files. (#2211694)
|
||||
|
@ -1,6 +1,5 @@
|
||||
summary: CI Gating Plan
|
||||
discover:
|
||||
how: fmf
|
||||
directory: tests
|
||||
execute:
|
||||
how: beakerlib
|
||||
how: tmt
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-12.12.tar.xz) = ea26a6aa26ee50314c980e75e09979c549d302665c2312107b4cbb8a1cd1d62634b6662a719c77667274f1e99afb70ee5db1d6913ec6802a494b32e8b6559196
|
||||
SHA512 (annobin-12.28.tar.xz) = 624373d1eba36bc7a0804e0b33dfcb9a8c2415047329c5b96fd6cc2d88cbc9a355bd36ecb00214c4928f6fb4968ec910d76c8ca361b1c13584d4a06f3ee97b05
|
||||
|
Loading…
Reference in New Issue
Block a user