2021-06-14 20:02:52 +00:00
|
|
|
Name: confluent_imgutil
|
|
|
|
Version: #VERSION#
|
2021-06-14 20:16:19 +00:00
|
|
|
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/
|
|
|
|
|
|
|
|
%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/
|
2021-06-14 20:46:23 +00:00
|
|
|
chmod a+x opt/confluent/bin/imgutil
|
2021-06-14 20:02:52 +00:00
|
|
|
mv el8 opt/confluent/lib/imgutil/
|
|
|
|
|
|
|
|
%install
|
|
|
|
cp -a opt %{buildroot}/
|
|
|
|
|
|
|
|
%files
|
|
|
|
/opt/confluent/bin/imgutil
|
|
|
|
/opt/confluent/lib/imgutil
|