Use Suggests for python36-rpm-macros

epel9
Troy Dawson 4 years ago
parent 07f430f860
commit 307b3330c0

@ -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 <tdawson@redhat.com> - 8-13
- Use Suggests for python36-rpm-macros
* Sun Jun 07 2020 Miro Hrončok <mhroncok@redhat.com> - 8-12
- Backport %%py_shebang_fix, %%pytest, %%py_provides
- Allow to combine %%pycached with other macros (e.g. %%exclude or %%ghost) (#1838992)

Loading…
Cancel
Save