mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
Add cpio dependency for imgutil
This commit is contained in:
parent
f2b9a4fa5d
commit
7ab7600492
@ -8,13 +8,13 @@ Source: confluent_imgutil.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRoot: /tmp/
|
||||
%if "%{dist}" == ".el8"
|
||||
Requires: squashfs-tools
|
||||
Requires: squashfs-tools cpio
|
||||
%else
|
||||
%if "%{dist}" == ".el9"
|
||||
Requires: squashfs-tools
|
||||
Requires: squashfs-tools cpio
|
||||
%else
|
||||
%if "%{dist}" == ".el7"
|
||||
Requires: squashfs-tools
|
||||
Requires: squashfs-tools cpio
|
||||
%else
|
||||
Requires: squashfs
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user