From da517a503e47cb38e26333baece9a5ff7f1d6bdf Mon Sep 17 00:00:00 2001 From: Ondrej Mosnacek Date: Sun, 14 Nov 2021 10:39:46 +0100 Subject: [PATCH] Do not build qt6 subpackages on s390x for now See the spec file comment for more info. Signed-off-by: Ondrej Mosnacek --- quazip.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quazip.spec b/quazip.spec index 0311c3e..8cb947a 100644 --- a/quazip.spec +++ b/quazip.spec @@ -9,8 +9,15 @@ # Fedora - build everything %bcond_without qt4 %bcond_without qt5 +# qt6 is currently FTBFS and thus excluded on s390x +# https://bugzilla.redhat.com/show_bug.cgi?id=2012824 +# https://bugreports.qt.io/browse/QTBUG-93101 +%ifarch s390x +%bcond_with qt6 +%else %bcond_without qt6 %endif +%endif %bcond_without test