From c5ba3dc43eb5065c28f7578f9c91cbccbfd09b24 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 13 Apr 2020 12:08:12 -0500 Subject: [PATCH] %build: -no-relocatable (#1823118) --- qt5-qtbase.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 1f8aae9..d0ac709 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -53,7 +53,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt5-qtbase Summary: Qt5 - QtBase components Version: 5.14.2 -Release: 2%{?dist} +Release: 3%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -474,6 +474,7 @@ export MAKEFLAGS="%{?_smp_mflags}" %{!?examples:-nomake examples} \ %{!?tests:-nomake tests} \ -no-pch \ + -no-relocatable \ -no-rpath \ -no-separate-debug-info \ %{?no_sse2} \ @@ -1041,6 +1042,9 @@ fi %changelog +* Mon Apr 13 2020 Rex Dieter - 5.14.2-3 +- %%build: -no-relocatable (#1823118) + * Wed Apr 08 2020 Than Ngo - 5.14.2-2 - Fixed bz#1801370 - CVE-2015-9541 XML entity expansion vulnerability via a crafted SVG document