From 26f3ee539f6751052ebd44be82e1cbe928995df6 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 10 Jun 2025 13:01:08 -0400 Subject: [PATCH] Add el10 to imgutil spec --- imgutil/confluent_imgutil.spec.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgutil/confluent_imgutil.spec.tmpl b/imgutil/confluent_imgutil.spec.tmpl index f7dea7a7..5d49bbad 100644 --- a/imgutil/confluent_imgutil.spec.tmpl +++ b/imgutil/confluent_imgutil.spec.tmpl @@ -10,7 +10,7 @@ BuildRoot: /tmp/ %if "%{dist}" == ".el8" Requires: squashfs-tools cpio %else -%if "%{dist}" == ".el9" +%if "%{dist}" == ".el9" || "${dist}" == ".el10" Requires: squashfs-tools cpio %else %if "%{dist}" == ".el7"