From 1bdf49fd9b2023974decbc83c65f1796a07e3cc4 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 29 Jan 2021 10:28:33 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/qt5-qtbase.git#c699625b6cc20c439d3b083e5d495927a5ee9bfb --- qt5-qtbase.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 9cf3638..d18895f 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -12,7 +12,7 @@ # workaround https://bugzilla.redhat.com/show_bug.cgi?id=1668865 # for current stable releases -%if 0%{?fedora} && 0%{?fedora} < 30 +%if 0%{?fedora} < 30 || 0%{?rhel} > 6 %global no_feature_statx -no-feature-statx %global no_feature_renameat2 -no-feature-renameat2 %endif @@ -42,6 +42,7 @@ %endif %global journald -journald +BuildRequires: make BuildRequires: pkgconfig(libsystemd) %global examples 1 @@ -51,7 +52,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt5-qtbase Summary: Qt5 - QtBase components Version: 5.15.2 -Release: 6%{?dist} +Release: 8%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -1051,6 +1052,12 @@ fi %changelog +* Fri Jan 29 2021 Jan Grulich - 5.15.2-8 +- Disable statx and renameat2 on RHEL + +* Wed Jan 27 2021 Fedora Release Engineering - 5.15.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Dec 19 2020 Rex Dieter - 5.15.2-6 - rebuild (gcc11)