diff --git a/macros b/macros index afbb5d6..b9dccf1 100644 --- a/macros +++ b/macros @@ -323,7 +323,7 @@ print(result) # ...except on armv7hl, which has an issue whose root-cause isn't # clear yet: https://bugzilla.redhat.com/show_bug.cgi?id=1951492 # Use "%undefine _annotated_build" to disable. -#%_annotated_build 1 +%_annotated_build 1 %_annobin_gcc_plugin -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 # The annobin plugin is not built for clang yet %_annobin_clang_plugin %dnl-fplugin=/usr/lib64/clang/`clang -dumpversion`/lib/annobin.so diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 5d29b13..9b791fd 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -9,7 +9,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: %{baserelease} -Release: 1.2.riscv64%{?dist} +Release: 1.0.riscv64%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -117,8 +117,8 @@ Requires: ansible-srpm-macros Requires: rpm >= 4.11.0 Requires: dwz >= 0.4 Requires: zip -#Requires: (annobin-plugin-gcc if gcc) -#Requires: (gcc-plugin-annobin if gcc) +Requires: (annobin-plugin-gcc if gcc) +Requires: (gcc-plugin-annobin if gcc) # for brp-mangle-shebangs Requires: %{_bindir}/find