diff --git a/macros b/macros index d10fa49..31069cc 100644 --- a/macros +++ b/macros @@ -313,7 +313,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 f88f5ec..8d78314 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%{?dist} +Release: 1.0.riscv64%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -115,8 +115,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 @@ -219,6 +219,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Wed Aug 03 2022 David Abdurachmanov - 226-1.0.riscv64 +- Disable annobin (new GCC) + * Wed Jun 22 2022 Timm Bäder - 226-1 - Move llvm_compile_lto_to_elf before __debug_install_post