2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Fix rpm spec syntax for imgutil

This commit is contained in:
Jarrod Johnson 2022-05-04 14:35:03 -04:00
parent ffadb9cc3a
commit 754cdfdd78

View File

@ -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