From ae64e828225c6fe1b42df415a11b174bfa40cf76 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Nov 25 2013 11:49:16 +0000 Subject: spec: don't BR g77 also for aarch64 Version: 1.14-4 Resolves: #1034154 --- 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 - 1.14-4 +- %%{arm} is not aarch64, #1034154 + * Tue Nov 05 2013 Pavel Raiskup - 1.14-3 - don't BR g77 in arm and RHEL build roots (#994910)