diff options
Diffstat (limited to 'pkg/rpm/unit.module.spec.in')
-rw-r--r-- | pkg/rpm/unit.module.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in index d49d079f..c222a0f1 100644 --- a/pkg/rpm/unit.module.spec.in +++ b/pkg/rpm/unit.module.spec.in @@ -3,7 +3,7 @@ %%MODULE_DEFINITIONS%% -%if 0%{?rhel} == 7 +%if (0%{?rhel} == 7 && 0%{?amzn} == 0) %define dist .el7 %endif |