From c5ae02a79ac8be647ac6bba787c87b7147b9e68e Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 12 Jul 2019 20:13:37 +0300 Subject: [PATCH] Re-enable annobin Signed-off-by: David Abdurachmanov --- macros | 2 +- redhat-rpm-config.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/macros b/macros index 6936efa..a9f65cc 100644 --- a/macros +++ b/macros @@ -214,7 +214,7 @@ print(result) # Add extra information to binary objects created by gcc for Fedora 28: # https://pagure.io/fesco/issue/1780 (accepted on 2017-10-30) # Use "%undefine _annotated_build" to disable. -#_annotated_build 1 +%_annotated_build 1 %_annotated_cflags %{?_annotated_build:%{_annobin_cflags}} # Fail linking if there are undefined symbols. Required for proper diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 88af2ee..1dc0164 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -7,7 +7,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config Version: 137 -Release: 1.1.riscv64%{?dist} +Release: 1.2.riscv64%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -102,7 +102,7 @@ Requires: qt5-srpm-macros Requires: rpm >= 4.11.0 Requires: dwz >= 0.4 Requires: zip -#Requires: (annobin if gcc) +Requires: (annobin if gcc) # for brp-mangle-shebangs Requires: %{_bindir}/find @@ -202,6 +202,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Fri Jul 12 2019 David Abdurachmanov - 137-1.2.riscv64 +- Re-enable annobin + * Fri Jul 12 2019 David Abdurachmanov - 137-1.1.riscv64 - Temporary change, disable annobin