diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index 2e2b506..50c2438 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -1,6 +1,6 @@ Name: epel-rpm-macros Version: 8 -Release: 8 +Release: 9 Summary: Extra Packages for Enterprise Linux RPM macros Group: System Environment/Base @@ -58,6 +58,9 @@ install -Dpm 644 %{SOURCE3} \ %changelog +* Fri Apr 03 2020 Troy Dawson - 8-9 +- Add %qt5_qtwebengine_arches to macros + * Thu Nov 21 2019 Troy Dawson - 8-8 - Bump release to be in sync with playground build. diff --git a/macros.epel-rpm-macros b/macros.epel-rpm-macros index 7aea262..7d3b5fa 100644 --- a/macros.epel-rpm-macros +++ b/macros.epel-rpm-macros @@ -22,3 +22,7 @@ # gpgverify verifies signed sources. There is documentation in the script. %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