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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user