From a2cc88de2ec2ba81d49f72f18ae63efde83a4056 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 12 Jul 2019 13:59:43 +0300 Subject: [PATCH] Disable annobin (temporary) We need to bootstrap new version of annobin (depends on RPM) 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 a9f65cc..6936efa 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 d9a62f5..88af2ee 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.0.riscv64%{?dist} +Release: 1.1.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.1.riscv64 +- Temporary change, disable annobin + * Wed Jul 10 2019 David Abdurachmanov - 137-1.0.riscv64 - Disable perl_default_subpackage_tests (test suite subpackage for perl packages) - Disable %check for riscv64