From b45d4b1dd49f5dc9cc19227ef0f78a3dc2dc18ca Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 24 Sep 2018 10:57:20 -0500 Subject: [PATCH] use bundled minizip on f30+ (#1632196) --- qt5-qtwebengine.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 5e4b92c..996acae 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -165,13 +165,10 @@ BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(zlib) -# make sure we get the right minizip -# this conditional should only be temporary, see also: -# https://bugzilla.redhat.com/show_bug.cgi?id=1630448 -%if 0%{?fedora} > 29 -BuildRequires: minizip-compat-devel -%else +%if 0%{?fedora} && 0%{?fedora} < 30 BuildRequires: pkgconfig(minizip) +%else +Provides: bundled(minizip) = 1.2 %endif BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xi) @@ -586,6 +583,9 @@ done %changelog +* Mon Sep 24 2018 Rex Dieter - 5.11.1-8 +- use bundled minizip on f30+ (#1632196) + * Fri Sep 21 2018 Jan Grulich - 5.11.1-7 - rebuild (qt5)