[automake] spec: don't BR g77 also for aarch64

Pavel Raiskup praiskup at fedoraproject.org
Mon Nov 25 11:49:41 UTC 2013


commit ae64e828225c6fe1b42df415a11b174bfa40cf76
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Mon Nov 25 12:48:43 2013 +0100

    spec: don't BR g77 also for aarch64
    
    Version: 1.14-4
    Resolves: #1034154

 automake.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/automake.spec b/automake.spec
index d7973e4..7693d21 100644
--- a/automake.spec
+++ b/automake.spec
@@ -6,7 +6,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake
 Version:    %{api_version}
-Release:    3%{?dist}
+Release:    4%{?dist}
 
 # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
 License:    GPLv2+ and GFDL and Public Domain and MIT
@@ -49,7 +49,7 @@ BuildRequires: libtool gettext-devel flex bison texinfo-tex texlive-dvips
 BuildRequires: java-devel-openjdk gcc-gfortran
 # /usr/bin/g77 is not in RHEL7
 %if !0%{?rhel}
-%ifnarch %{arm}
+%ifnarch %{arm} aarch64
 # g77 is also not present on arm systems
 BuildRequires: /usr/bin/g77
 %endif
@@ -125,6 +125,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Mon Nov 25 2013 Pavel Raiskup <praiskup at redhat.com> - 1.14-4
+- %%{arm} is not aarch64, #1034154
+
 * Tue Nov 05 2013 Pavel Raiskup <praiskup at redhat.com> - 1.14-3
 - don't BR g77 in arm and RHEL build roots (#994910)
 


More information about the scm-commits mailing list