diff --git a/macros b/macros index e13596a..bd5be55 100644 --- a/macros +++ b/macros @@ -134,8 +134,7 @@ print(result) # Architecture-specific support. Internal. Do not use directly. # Also used for s390. -%__cflags_arch_s390x \ -%[0%{?rhel} >= 8 ? "-march=z13 -mtune=z13" : "-march=zEC12 -mtune=z13"] +%__cflags_arch_s390x %[0%{?rhel} >= 8 ? "-march=z13 -mtune=z13" : "-march=zEC12 -mtune=z13"] #============================================================================== # ---- configure and makeinstall. diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index da88583..7d1453c 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 174 +Version: 175 Release: 1%{?dist} # No version specified. License: GPL+ @@ -213,7 +213,7 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %{_rpmconfigdir}/macros.d/macros.kmp %changelog -* Mon Oct 5 2020 Florian Weimer - 174-1 +* Mon Oct 5 2020 Florian Weimer - 175-1 - s390x: Switch Fedora ELN to z13 baseline * Fri Sep 11 2020 Miro HronĨok - 172-1