mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-11 14:00:18 +00:00
Add squashfs dependency
It has been confusing when imgutil cannot pack by default
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user