From aa53cf0bcaf608b9d2c90d97db7896fe6ba63469 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 13 Sep 2021 12:20:50 +0200 Subject: [PATCH] Skip s390x because of QTBUG-93101 --- qt6-qtdeclarative.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qt6-qtdeclarative.spec b/qt6-qtdeclarative.spec index e37d270..1b8ad61 100644 --- a/qt6-qtdeclarative.spec +++ b/qt6-qtdeclarative.spec @@ -1,3 +1,7 @@ +# FIXME: qt6-qtdeclarative doesn't build on S390x +# BUG: https://bugreports.qt.io/browse/QTBUG-93101 +ExcludeArch: s390x + %global qt_module qtdeclarative # definition borrowed from qtbase