|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: epel-rpm-macros
|
|
|
|
|
Version: 9
|
|
|
|
|
Release: 6%{dist}
|
|
|
|
|
Release: 7%{dist}
|
|
|
|
|
Summary: Extra Packages for Enterprise Linux RPM macros
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
@ -26,6 +26,11 @@ Recommends: fpc-srpm-macros
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2001034
|
|
|
|
|
Requires: (pyproject-rpm-macros if python3-rpm-macros)
|
|
|
|
|
Requires: ansible-srpm-macros
|
|
|
|
|
# Provides backports from Fedora's go-rpm-macros and fixes critical
|
|
|
|
|
# bugs in RHEL's go-rpm-macros.
|
|
|
|
|
# Just like in Fedora, only the minimal -srpm-macros are needed in the buildroot.
|
|
|
|
|
# The rest of the macros are pulled in dynamically.
|
|
|
|
|
Requires: go-srpm-macros-epel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This package contains the Extra Packages for Enterprise Linux (EPEL) RPM
|
|
|
|
@ -55,6 +60,9 @@ install -Dpm 644 %{SOURCE3} \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Sep 02 2022 Maxwell G <gotmax@e.email> - 9-7
|
|
|
|
|
- Add go-srpm-macros-epel to the buildroot
|
|
|
|
|
|
|
|
|
|
* Thu Sep 01 2022 Maxwell G <gotmax@e.email> - 9-6
|
|
|
|
|
- Backport macros.shell-completions from Fedora
|
|
|
|
|
|
|
|
|
|