2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-12 02:52:30 +00:00

Remove EL7, add EL10 to the spec for imgutil

This commit is contained in:
Jarrod Johnson
2025-06-10 13:25:15 -04:00
parent 26f3ee539f
commit 7dd5c36e78

View File

@@ -10,10 +10,10 @@ BuildRoot: /tmp/
%if "%{dist}" == ".el8"
Requires: squashfs-tools cpio
%else
%if "%{dist}" == ".el9" || "${dist}" == ".el10"
%if "%{dist}" == ".el9"
Requires: squashfs-tools cpio
%else
%if "%{dist}" == ".el7"
%if "%{dist}" == ".el10"
Requires: squashfs-tools cpio
%else
Requires: squashfs