Add a Requires for lua-srpm-macros

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 4 years ago committed by salimma
parent fc1c4ad75b
commit d08dbfe8a0

@ -1,6 +1,6 @@
Name: epel-rpm-macros Name: epel-rpm-macros
Version: 8 Version: 8
Release: 16 Release: 17
Summary: Extra Packages for Enterprise Linux RPM macros Summary: Extra Packages for Enterprise Linux RPM macros
Group: System Environment/Base Group: System Environment/Base
@ -28,6 +28,8 @@ BuildArch: noarch
Requires: redhat-release >= %{version} Requires: redhat-release >= %{version}
# For FPC buildroot macros # For FPC buildroot macros
Requires: fpc-srpm-macros Requires: fpc-srpm-macros
# For Lua SRPM macros
Requires: lua-srpm-macros
# For python buildroot macros # For python buildroot macros
Requires: python-srpm-macros Requires: python-srpm-macros
# Since the RHEL python-devel package doesn't require them, bring them in here # Since the RHEL python-devel package doesn't require them, bring them in here
@ -83,6 +85,9 @@ install -Dpm 755 %{SOURCE24} \
%changelog %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 * Thu Jul 30 2020 Neal Gompa <ngompa13@gmail.com> - 8-16
- Use legacy behavior for cmake-configure - Use legacy behavior for cmake-configure

Loading…
Cancel
Save