2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00
confluent/imgutil/confluent_imgutil.spec.tmpl

48 lines
1.0 KiB
Cheetah
Raw Normal View History

2021-06-14 20:02:52 +00:00
Name: confluent_imgutil
Version: #VERSION#
Release: 1
2021-06-14 20:02:52 +00:00
Summary: Confluent OS imaging utility
License: Apache2
URL: https://hpc.lenovo.com/
Source: confluent_imgutil.tar.xz
BuildArch: noarch
BuildRoot: /tmp/
%if "%{dist}" == ".el8"
2024-08-07 11:56:11 +00:00
Requires: squashfs-tools cpio
%else
%if "%{dist}" == ".el9"
2024-08-07 11:56:11 +00:00
Requires: squashfs-tools cpio
%else
2022-05-09 13:57:35 +00:00
%if "%{dist}" == ".el7"
2024-08-07 11:56:11 +00:00
Requires: squashfs-tools cpio
2022-05-09 13:57:35 +00:00
%else
2022-05-04 18:35:03 +00:00
Requires: squashfs
%endif
%endif
2022-05-09 13:57:35 +00:00
%endif
2021-06-14 20:02:52 +00:00
%description
Utility for generating, modifying, and packing confluent deployment
images for diskless boot.
%prep
%setup -n imgutil
%build
mkdir -p opt/confluent/lib/imgutil
mkdir -p opt/confluent/bin
mv imgutil opt/confluent/bin/
chmod a+x opt/confluent/bin/imgutil
2023-08-17 18:11:41 +00:00
mv ubuntu* suse15 el7 el9 el8 opt/confluent/lib/imgutil/
2022-04-26 12:18:31 +00:00
mkdir -p opt/confluent/share/licenses/confluent_imgutil
cp LICENSE opt/confluent/share/licenses/confluent_imgutil
2021-06-14 20:02:52 +00:00
%install
cp -a opt %{buildroot}/
%files
/opt/confluent/bin/imgutil
/opt/confluent/lib/imgutil
2022-04-26 12:18:31 +00:00
%license /opt/confluent/share/licenses/confluent_imgutil/LICENSE