%define debug_package %{nil} Name: talosctl Version: 1.9.3 Release: 1%{?dist} Summary: A tool to help manage Talos kubernetes cluster License: MPL 2.0 URL: https://www.talos.dev/ Source0: https://github.com/siderolabs/talos/archive/refs/tags/v%{version}.tar.gz Source1: https://github.com/siderolabs/talos/releases/download/v%{version}/%{name}-linux-amd64 %description The talosctl tool acts as a reference implementation for the Talos API, but it also handles a lot of conveniences for the use of Talos and its clusters. %prep %setup -q %install install -d -m 755 $RPM_BUILD_ROOT%{_bindir} install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/%{name} %files %license LICENSE %doc README.md %{_bindir}/%{name} %changelog * Fri Jan 31 2025 Enmanuel Moreira - Bumped to v1.9.3 * Tue Jan 21 2025 Enmanuel Moreira - Initial RPM