diff --git a/imgutil/confluent_imgutil.spec.tmpl b/imgutil/confluent_imgutil.spec.tmpl index 76862999..268b63f6 100644 --- a/imgutil/confluent_imgutil.spec.tmpl +++ b/imgutil/confluent_imgutil.spec.tmpl @@ -8,12 +8,12 @@ Source: confluent_imgutil.tar.xz BuildArch: noarch BuildRoot: /tmp/ %if "%{dist}" == ".el8" -Requires squashfs-tools +Requires: squashfs-tools %else %if "%{dist}" == ".el9" -Requires squashfs-tools +Requires: squashfs-tools %else -Requires squashfs +Requires: squashfs %endif %endif