Use Suggests for python36-rpm-macros

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

@ -1,6 +1,6 @@
Name: epel-rpm-macros Name: epel-rpm-macros
Version: 8 Version: 8
Release: 12 Release: 13
Summary: Extra Packages for Enterprise Linux RPM macros Summary: Extra Packages for Enterprise Linux RPM macros
Group: System Environment/Base Group: System Environment/Base
@ -25,8 +25,8 @@ Requires: python-rpm-macros
Requires: python2-rpm-macros Requires: python2-rpm-macros
# Make sure EPEL8's Python 3 packages use /usr/bin/python3.6 or python3.8 # Make sure EPEL8's Python 3 packages use /usr/bin/python3.6 or python3.8
# instead of /usr/libexec/platform-python # instead of /usr/libexec/platform-python
Requires: (python36-rpm-macros if python36-devel) Requires: (python-modular-rpm-macros if python3-devel)
Requires: (python38-rpm-macros if python38-devel) Suggests: python36-rpm-macros
%description %description
This package contains the Extra Packages for Enterprise Linux (EPEL) RPM This package contains the Extra Packages for Enterprise Linux (EPEL) RPM
@ -60,6 +60,9 @@ install -Dpm 644 %{SOURCE3} \
%changelog %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 * Sun Jun 07 2020 Miro Hrončok <mhroncok@redhat.com> - 8-12
- Backport %%py_shebang_fix, %%pytest, %%py_provides - Backport %%py_shebang_fix, %%pytest, %%py_provides
- Allow to combine %%pycached with other macros (e.g. %%exclude or %%ghost) (#1838992) - Allow to combine %%pycached with other macros (e.g. %%exclude or %%ghost) (#1838992)

Loading…
Cancel
Save