- Update release to 9

- lua-srpm-macros and python-srpm-macros already pulled in by redhat-rpm-macros
- python2-rpm-macros - not in RHEL9
- python-rpm-macros and python3-rpm-macros pulled n by python-devel/python3-devel
- fpc-srpm-macros - buildroot only, set to recommends for now

Signed-off-by: Troy Dawson <tdawson@redhat.com>
epel9
Troy Dawson 3 years ago
parent deb0434a27
commit ec361e3258

@ -1,6 +1,6 @@
Name: epel-rpm-macros Name: epel-rpm-macros
Version: 8 Version: 9
Release: 24 Release: 1
Summary: Extra Packages for Enterprise Linux RPM macros Summary: Extra Packages for Enterprise Linux RPM macros
Group: System Environment/Base Group: System Environment/Base
@ -21,18 +21,7 @@ Source150: macros.build-constraints
BuildArch: noarch BuildArch: noarch
Requires: redhat-release >= %{version} Requires: redhat-release >= %{version}
# For FPC buildroot macros # For FPC buildroot macros
Requires: fpc-srpm-macros Recommends: fpc-srpm-macros
# For Lua SRPM macros
Requires: lua-srpm-macros
# For python buildroot macros
Requires: python-srpm-macros
# Since the RHEL python-devel package doesn't require them, bring them in here
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: (python-modular-rpm-macros if python3-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
@ -72,6 +61,9 @@ install -Dpm 644 %{SOURCE150} \
%changelog %changelog
* Mon Oct 25 2021 Troy Dawson <tdawson@redhat.com> - 9-1
- Make an initial macro set for 9
* Wed Sep 1 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 8-24 * Wed Sep 1 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 8-24
- Fix macros.build-constraints' %%limit_build - Fix macros.build-constraints' %%limit_build
- number of CPUs will never be set to less than 1 - number of CPUs will never be set to less than 1

Loading…
Cancel
Save