From 9622a00279b473cfd5a4d154b543f2b017e4d91b Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 27 Jul 2021 19:09:51 +0200 Subject: [PATCH] Disable sql-ibase temporary (firebird build failed on s390x, bz#1969393) --- qt5-qtbase.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index acd5cb0..67fd76c 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt5-qtbase Summary: Qt5 - QtBase components Version: 5.15.2 -Release: 19%{?dist} +Release: 20%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details @@ -241,6 +241,9 @@ Requires: %{name}-common = %{version}-%{release} %global tds -no-sql-tds %endif +# disable sql-ibase temporary (firebird build failed on s390x, bz#1969393) +%global ibase -no-sql-ibase + # workaround gold linker bug(s) by not using it # https://bugzilla.redhat.com/1458003 # https://sourceware.org/bugzilla/show_bug.cgi?id=21074 @@ -1063,6 +1066,9 @@ fi %changelog +* Tue Jul 27 2021 Than Ngo - 5.15.2-20 +- Disable sql-ibase temporary (firebird build failed on s390x, bz#1969393) + * Fri Jul 23 2021 Fedora Release Engineering - 5.15.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild