From 3a46837d6fb0509764e2dc653c31d60abccd6fa9 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Nov 20 2017 18:43:08 +0000 Subject: Correct non-existent macro %{x86_64} to x86_64 (#1312748) --- diff --git a/syslinux.spec b/syslinux.spec index 335a938..c550168 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux Version: 6.04 %define tarball_version 6.04-pre1 -Release: 0.5%{?dist} +Release: 0.6%{?dist} License: GPLv2+ Group: Applications/System URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project @@ -99,7 +99,7 @@ linux host. It also includes a tool, MEMDISK, which loads legacy operating systems from media. %endif -%ifarch %{x86_64} +%ifarch x86_64 %package efi64 Summary: SYSLINUX binaries and modules for 64-bit UEFI systems Group: System/Boot @@ -119,7 +119,7 @@ git am %{patches} - 6.04-0.6 +- Correct non-existent macro %%{x86_64} to x86_64 (#1312748) + * Thu Aug 03 2017 Fedora Release Engineering - 6.04-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild