Add %qt5_qtwebengine_arches to macros

epel9
Troy Dawson 5 years ago
parent 55df88613e
commit 7d7c796f7b

@ -1,6 +1,6 @@
Name: epel-rpm-macros Name: epel-rpm-macros
Version: 8 Version: 8
Release: 8 Release: 9
Summary: Extra Packages for Enterprise Linux RPM macros Summary: Extra Packages for Enterprise Linux RPM macros
Group: System Environment/Base Group: System Environment/Base
@ -58,6 +58,9 @@ install -Dpm 644 %{SOURCE3} \
%changelog %changelog
* Fri Apr 03 2020 Troy Dawson <tdawson@redhat.com> - 8-9
- Add %qt5_qtwebengine_arches to macros
* Thu Nov 21 2019 Troy Dawson <tdawson@redhat.com> - 8-8 * Thu Nov 21 2019 Troy Dawson <tdawson@redhat.com> - 8-8
- Bump release to be in sync with playground build. - Bump release to be in sync with playground build.

@ -22,3 +22,7 @@
# gpgverify verifies signed sources. There is documentation in the script. # gpgverify verifies signed sources. There is documentation in the script.
%gpgverify %{_rpmconfigdir}/gpgverify %gpgverify %{_rpmconfigdir}/gpgverify
# qt5 macro removed from RHEL8 but needed to ensure qtwebengine, and
# it's dependencies build on supported arches.
%qt5_qtwebengine_arches %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el

Loading…
Cancel
Save