Packages: added support for Amazon Linux.

This commit is contained in:
Andrei Belov
2018-01-22 16:39:31 +03:00
parent be8df0631a
commit 0c4ec72ca8
12 changed files with 302 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
%%MODULE_DEFINITIONS%%
%if 0%{?rhel} == 7
%if (0%{?rhel} == 7 && 0%{?amzn} == 0)
%define dist .el7
%endif