diff --git a/annobin.spec b/annobin.spec index 0d5dbc7..edfd4ca 100644 --- a/annobin.spec +++ b/annobin.spec @@ -9,7 +9,7 @@ BuildRequires: scl-utils-build Name: %{?scl_prefix}annobin Summary: Annotate and examine compiled binary files Version: 12.32 -Release: 1%{?dist} +Release: 2%{?dist} 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 URL: https://sourceware.org/annobin/ # Maintainer: nickc@redhat.com @@ -529,9 +529,16 @@ make check GCC=%gcc_for_annobin %if %{with gccplugin} %files plugin-gcc %dir %{ANNOBIN_GCC_PLUGIN_DIR} + %{ANNOBIN_GCC_PLUGIN_DIR}/annobin.so +%verify(owner) %{ANNOBIN_GCC_PLUGIN_DIR}/annobin.so + %{ANNOBIN_GCC_PLUGIN_DIR}/annobin.so.0 +%verify(owner) %{ANNOBIN_GCC_PLUGIN_DIR}/annobin.so.0 + %{ANNOBIN_GCC_PLUGIN_DIR}/annobin.so.0.0.0 +%verify(owner) %{ANNOBIN_GCC_PLUGIN_DIR}/annobin.so.0.0.0 + %{ANNOBIN_GCC_PLUGIN_DIR}/%{aver} %{annobin_source_dir}/latest-annobin.tar.xz %endif @@ -550,6 +557,9 @@ make check GCC=%gcc_for_annobin #--------------------------------------------------------------------------------- %changelog +* Tue Nov 28 2023 Nick Clifton - 12.32-2 +- GCC Plugin: Add %%verify tokens to show that the default plugin names are symbolic links. (RHEL-17505) + * Mon Nov 27 2023 Nick Clifton - 12.32-1 - LLVM Plugin: Fix building with LLVM version 17. (RHEL-17311) - GCC Plugin: Add support for -fhardended.