Packages: fixed dependency tracking for Go and Java modules on RHEL7.

This commit is contained in:
Andrei Belov
2021-10-19 12:20:36 +03:00
parent 39adb292d5
commit 314ca5c8c9

View File

@@ -1,12 +1,12 @@
# distribution specific definitions
%define bdir %{_builddir}/%{name}-%{version}
%%MODULE_DEFINITIONS%%
%if (0%{?rhel} == 7 && 0%{?amzn} == 0)
%define dist .el7
%endif
%%MODULE_DEFINITIONS%%
%if 0%{?rhel}%{?fedora}
BuildRequires: gcc
%if 0%{?amzn2}