fix rpm-macros for RHEL builds

This commit is contained in:
Troy Dawson 2020-08-19 20:43:34 +00:00
parent 097ae318f4
commit 0658ed3bcb

View File

@ -1,4 +1,3 @@
# include qt5,qt5-devel metapackages or not
# dropped for f32+
%if 0%{?fedora} < 32
@ -82,7 +81,12 @@ 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} || 0%{?rhel} >= 8
Requires: cmake >= 3
%endif
%if 0%{?rhel} && 0%{?rhel} < 8
Requires: cmake3
%endif
Requires: gcc-c++
%description rpm-macros
%{summary}.
@ -138,7 +142,7 @@ echo "- Qt5 devel meta package" > %{buildroot}%{_docdir}/qt5-devel/README
%changelog
* Wed Aug 19 2020 Troy Dawson <tdawson@redhat.com> - 5.14.2-5
- rpm-macros always requires cmake
- fix rpm-macros for RHEL builds
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.14.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild