From 696febef499f52664d5a3a34523ab4c75b01e507 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jun 2021 16:31:12 +0200 Subject: [PATCH] disable firebird on s390x --- php.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/php.spec b/php.spec index c011ccf..45cc625 100644 --- a/php.spec +++ b/php.spec @@ -36,7 +36,13 @@ %if 0%{?fedora} # Enabled by default on Fedora %bcond_without zts +%ifarch s390x +# https://bugzilla.redhat.com/show_bug.cgi?id=1969393 +# firebird have ExcludeArch: s390x +%bcond_with firebird +%else %bcond_without firebird +%endif %bcond_without freetds %bcond_without sodium %bcond_without pspell