From ee1a763c6818be031203694eba6d7ef5f8b78990 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 9 May 2022 09:57:35 -0400 Subject: [PATCH] Add el7 to alternat squashfs name --- imgutil/confluent_imgutil.spec.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/imgutil/confluent_imgutil.spec.tmpl b/imgutil/confluent_imgutil.spec.tmpl index 268b63f6..16ab1114 100644 --- a/imgutil/confluent_imgutil.spec.tmpl +++ b/imgutil/confluent_imgutil.spec.tmpl @@ -13,9 +13,13 @@ Requires: squashfs-tools %if "%{dist}" == ".el9" Requires: squashfs-tools %else +%if "%{dist}" == ".el7" +Requires: squashfs-tools +%else Requires: squashfs %endif %endif +%endif %description