From 917b8b814fee2e48f0eef407a5f562263b6204a5 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 19 Aug 2020 19:58:50 +0000 Subject: [PATCH] Fix for RHEL builds With the previous settings, qt5-rpm-macros built on RHEL do no require cmake, and thus do not get cmake-rpm-macros. Although the qt5 packages build, they do not get all regular provides that packages are expecting. Also, there is no qt5 epel build, so that wasn't necessary. --- qt5.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qt5.spec b/qt5.spec index 6ac8aec..c037db9 100644 --- a/qt5.spec +++ b/qt5.spec @@ -1,4 +1,3 @@ - # include qt5,qt5-devel metapackages or not # dropped for f32+ %if 0%{?fedora} < 32 @@ -82,12 +81,7 @@ Requires: qt5-qtxmlpatterns-devel %package rpm-macros Summary: RPM macros for building Qt5 and KDE Frameworks 5 packages Conflicts: qt5-qtbase-devel < 5.6.0-0.23 -%if 0%{?fedora} Requires: cmake >= 3 -%endif -%if 0%{?epel} -Requires: cmake3 -%endif Requires: gcc-c++ %description rpm-macros %{summary}.