|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: epel-rpm-macros
|
|
|
|
|
Version: 8
|
|
|
|
|
Release: 13
|
|
|
|
|
Release: 14
|
|
|
|
|
Summary: Extra Packages for Enterprise Linux RPM macros
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
@ -18,6 +18,8 @@ Source9: GPL
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: redhat-release >= %{version}
|
|
|
|
|
# For FPC buildroot macros
|
|
|
|
|
Requires: fpc-srpm-macros
|
|
|
|
|
# For python buildroot macros
|
|
|
|
|
Requires: python-srpm-macros
|
|
|
|
|
# Since the RHEL python-devel package doesn't require them, bring them in here
|
|
|
|
@ -60,6 +62,9 @@ install -Dpm 644 %{SOURCE3} \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 28 2020 Artur Iwicki <fedora@svgames.pl> - 8-14
|
|
|
|
|
- Add a Requires for fpc-srpm-macros
|
|
|
|
|
|
|
|
|
|
* Fri Jun 19 2020 Troy Dawson <tdawson@redhat.com> - 8-13
|
|
|
|
|
- Use Suggests for python36-rpm-macros
|
|
|
|
|
|
|
|
|
|