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.
This commit is contained in:
Troy Dawson 2020-08-19 19:58:50 +00:00
parent fe6f9f0485
commit 917b8b814f

View File

@ -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}.