|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: epel-rpm-macros
|
|
|
|
|
Version: 9
|
|
|
|
|
Release: 1
|
|
|
|
|
Release: 2%{dist}
|
|
|
|
|
Summary: Extra Packages for Enterprise Linux RPM macros
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
@ -23,7 +23,7 @@ Requires: redhat-release >= %{version}
|
|
|
|
|
Recommends: fpc-srpm-macros
|
|
|
|
|
# pyproject-rpm-macros in CRB thus not required by python3-devel or python3-rpm-macros
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2001034
|
|
|
|
|
Requires: pyproject-rpm-macros if python3-rpm-macros
|
|
|
|
|
Requires: (pyproject-rpm-macros if python3-rpm-macros)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This package contains the Extra Packages for Enterprise Linux (EPEL) RPM
|
|
|
|
@ -51,6 +51,10 @@ install -Dpm 644 %{SOURCE1} \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 25 2021 Troy Dawson <tdawson@redhat.com> - 9-2
|
|
|
|
|
- Add %dist to Release:
|
|
|
|
|
- Fix pyproject-rpm-macros typo
|
|
|
|
|
|
|
|
|
|
* Mon Oct 25 2021 Troy Dawson <tdawson@redhat.com> - 9-1
|
|
|
|
|
- Make an initial macro set for 9
|
|
|
|
|
|
|
|
|
|