Make sure EPEL8's Python 3 packages use /usr/bin/python3.6 instead of /usr/libexec/platform-python

epel9
Miro Hrončok 5 years ago
parent 77c53c7dc6
commit c32cf91d2e

@ -1,6 +1,6 @@
Name: epel-rpm-macros Name: epel-rpm-macros
Version: 8 Version: 8
Release: 2 Release: 3
Summary: Extra Packages for Enterprise Linux RPM macros Summary: Extra Packages for Enterprise Linux RPM macros
Group: System Environment/Base Group: System Environment/Base
@ -19,9 +19,10 @@ Requires: redhat-release >= %{version}
# For python buildroot macros # For python buildroot macros
Requires: python-srpm-macros Requires: python-srpm-macros
# Since the RHEL python-devel package doesn't require them, bring them in here # 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: python-rpm-macros
Requires: python2-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 %description
This package contains the Extra Packages for Enterprise Linux (EPEL) RPM This package contains the Extra Packages for Enterprise Linux (EPEL) RPM
@ -47,6 +48,9 @@ install -Dpm 644 %{SOURCE1} \
%changelog %changelog
* Mon Oct 21 2019 Miro Hrončok <mhroncok@redhat.com> - 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 <mhroncok@redhat.com> - 8-2 * Mon Sep 30 2019 Miro Hrončok <mhroncok@redhat.com> - 8-2
- Define %%python2 and %%python3 - Define %%python2 and %%python3

Loading…
Cancel
Save