From bddb41760d3da705681b910a09e8424fb568687a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 15 Jul 2022 11:10:18 +0200 Subject: [PATCH] move the baseline arch to z13 for s390x in F-38+ https://fedoraproject.org/wiki/Changes/z13BaselineForIBMZ --- macros | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros b/macros index d10fa49..734863f 100644 --- a/macros +++ b/macros @@ -134,7 +134,7 @@ print(result) %__cflags_arch_x86_64 %[0%{?rhel} >= 9 ? "-march=x86-64-v2" : ""] # Also used for s390. -%__cflags_arch_s390x %[0%{?rhel} >= 9 ? "-march=z14 -mtune=z15" : "-march=zEC12 -mtune=z13"] +%__cflags_arch_s390x %[0%{?rhel} >= 9 ? "-march=z14 -mtune=z15" : "-march=z13 -mtune=z14"] %__cflags_arch_ppc64le %[0%{?rhel} >= 9 ? "-mcpu=power9 -mtune=power9" : "-mcpu=power8 -mtune=power8"] diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index fcbbe69..313dea7 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -4,7 +4,7 @@ # 2) When making changes, increment the version (in baserelease) by 1. # rpmdev-bumpspec and other tools update the macro below, which is used # in Version: to get the desired effect. -%global baserelease 228 +%global baserelease 229 Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config @@ -221,6 +221,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Fri Aug 26 2022 Dan HorĂ¡k - 229-1 +- Move the baseline s390x arch to z13 for F-38+ + * Mon Aug 8 2022 Maxwell G - 228-1 - Add macros.shell-completions