diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index c7b4f42..e8563fa 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -1,6 +1,6 @@ Name: epel-rpm-macros Version: 8 -Release: 2 +Release: 3 Summary: Extra Packages for Enterprise Linux RPM macros Group: System Environment/Base @@ -19,9 +19,10 @@ Requires: redhat-release >= %{version} # For python buildroot macros Requires: python-srpm-macros # Since the RHEL python-devel package doesn't require them, bring them in here -# python3-rpm-macros is brought in by python3X-devel Requires: python-rpm-macros Requires: python2-rpm-macros +# Make sure EPEL8's Python 3 packages use /usr/bin/python3.6 instead of /usr/libexec/platform-python +Requires: (python-modular-rpm-macros if python3-devel) %description This package contains the Extra Packages for Enterprise Linux (EPEL) RPM @@ -47,6 +48,9 @@ install -Dpm 644 %{SOURCE1} \ %changelog +* Mon Oct 21 2019 Miro Hrončok - 8-3 +- Make sure EPEL8's Python 3 packages use /usr/bin/python3.6 instead of /usr/libexec/platform-python + * Mon Sep 30 2019 Miro Hrončok - 8-2 - Define %%python2 and %%python3