mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Add squashfs dependency
It has been confusing when imgutil cannot pack by default
This commit is contained in:
parent
d3129847b4
commit
ffadb9cc3a
@ -7,6 +7,16 @@ URL: https://hpc.lenovo.com/
|
||||
Source: confluent_imgutil.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRoot: /tmp/
|
||||
%if "%{dist}" == ".el8"
|
||||
Requires squashfs-tools
|
||||
%else
|
||||
%if "%{dist}" == ".el9"
|
||||
Requires squashfs-tools
|
||||
%else
|
||||
Requires squashfs
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
Utility for generating, modifying, and packing confluent deployment
|
||||
|
Loading…
Reference in New Issue
Block a user