From 11c1dc32089779e55fc126d5d9a71ba8b994bb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Fri, 28 Jun 2024 10:47:12 +0200 Subject: [PATCH] Add the s390x patch only for the s390x package This patch caused a regression in little endian architectures. Apply the patch conditionally as a workaround until a proper fix is available. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2294628 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2294651 --- mesa.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mesa.spec b/mesa.spec index acbc98d..970dc1b 100644 --- a/mesa.spec +++ b/mesa.spec @@ -77,7 +77,9 @@ Source0: https://archive.mesa3d.org/mesa-%{ver}.tar.xz Source1: Mesa-MLAA-License-Clarification-Email.txt Patch: gnome-shell-glthread-disable.patch +%ifarch s390x Patch: fix-egl-on-s390x.patch +%endif BuildRequires: meson >= 1.3.0 BuildRequires: gcc