diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index f02234e..4a0b518 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -1,6 +1,6 @@ Name: epel-rpm-macros Version: 8 -Release: 12 +Release: 13 Summary: Extra Packages for Enterprise Linux RPM macros Group: System Environment/Base @@ -25,8 +25,8 @@ Requires: python-rpm-macros Requires: python2-rpm-macros # Make sure EPEL8's Python 3 packages use /usr/bin/python3.6 or python3.8 # instead of /usr/libexec/platform-python -Requires: (python36-rpm-macros if python36-devel) -Requires: (python38-rpm-macros if python38-devel) +Requires: (python-modular-rpm-macros if python3-devel) +Suggests: python36-rpm-macros %description This package contains the Extra Packages for Enterprise Linux (EPEL) RPM @@ -60,6 +60,9 @@ install -Dpm 644 %{SOURCE3} \ %changelog +* Fri Jun 19 2020 Troy Dawson - 8-13 +- Use Suggests for python36-rpm-macros + * Sun Jun 07 2020 Miro HronĨok - 8-12 - Backport %%py_shebang_fix, %%pytest, %%py_provides - Allow to combine %%pycached with other macros (e.g. %%exclude or %%ghost) (#1838992)