From 5d2ab3509ec63017be0fc87ee88a6aa1220e0c5a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 5 May 2018 23:42:06 +0200 Subject: [PATCH] Remove Requires: (annobin if gcc) Signed-off-by: David Abdurachmanov --- redhat-rpm-config.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 87dd0ad..291096e 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: 111 -Release: 1.0.riscv64%{?dist} +Release: 1.1.riscv64%{?dist} # No version specified. License: GPL+ Group: Development/System @@ -97,9 +97,7 @@ Requires: qt5-srpm-macros Requires: rpm >= 4.11.0 Requires: dwz >= 0.4 Requires: zip -%ifnarch riscv64 -Requires: (annobin if gcc) -%endif +#Requires: (annobin if gcc) # for brp-mangle-shebangs Requires: %{_bindir}/find @@ -186,6 +184,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Sat May 05 2018 David Abdurachmanov - 111-1.1.riscv64 +- Remove Requires: (annobin if gcc) + * Sat May 05 2018 David Abdurachmanov - 111-1.0.riscv64 - Disable %check for riscv64 - Disable debug packages for riscv64 (still don't have GDB, which is needed