From f5c2bd2d80a2c69fa7e0f3e5bcda6b16493bf958 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 17 Aug 2022 10:32:01 +0200 Subject: [PATCH] Re-enable s390x builds It builds fine again after latest fixes. --- firefox.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/firefox.spec b/firefox.spec index 26bd17a..9d407b3 100644 --- a/firefox.spec +++ b/firefox.spec @@ -28,11 +28,6 @@ %global build_with_clang 0 %endif -# There are still build problems on s390x, see -# https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351 -# https://bugzilla.redhat.com/show_bug.cgi?id=1897522 -ExcludeArch: s390x - %ifarch armv7hl %global create_debuginfo 0 @@ -1071,6 +1066,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - Drop unused patches - Use build_ldflags - Drop hardened_build option +- Re-enable s390x builds * Tue Aug 23 2022 Jan Horak - 104.0-4 - Rebuild due to ppc64le fixes