%define debug_package %{nil} Name: talhelper Version: 3.0.16 Release: 1%{?dist} Summary: A tool to help creating Talos kubernetes cluster License: ASL 2.0 URL: https://kustomize.io/ Source0: https://github.com/budimanjojo/%{name}/releases/download/v%{version}/%{name}_linux_amd64.tar.gz %description The main reason of this tool is to help creating Talos cluster in GitOps way. Inspired by a python script written by @bjw-s. %prep %autosetup -n %{name} -c %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{_bindir} install -m 755 %{name} %{buildroot}/%{_bindir}/%{name} %files %{_bindir}/%{name} %changelog * Tue Jan 21 2025 Enmanuel Moreira - Initial RPM