|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: epel-rpm-macros
|
|
|
|
|
Version: 8
|
|
|
|
|
Release: 16
|
|
|
|
|
Release: 17
|
|
|
|
|
Summary: Extra Packages for Enterprise Linux RPM macros
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
@ -28,6 +28,8 @@ BuildArch: noarch
|
|
|
|
|
Requires: redhat-release >= %{version}
|
|
|
|
|
# For FPC buildroot macros
|
|
|
|
|
Requires: 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
|
|
|
|
@ -83,6 +85,9 @@ install -Dpm 755 %{SOURCE24} \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 8 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 8-17
|
|
|
|
|
- Add a Requires for lua-srpm-macros
|
|
|
|
|
|
|
|
|
|
* Thu Jul 30 2020 Neal Gompa <ngompa13@gmail.com> - 8-16
|
|
|
|
|
- Use legacy behavior for cmake-configure
|
|
|
|
|
|
|
|
|
|