Name: talosctl Version: 1.10.4 Release: 1 Summary: Client for talos kubernetes clusters License: MPL-2.0 URL: https://github.com/siderolabs/talos Source0: https://github.com/siderolabs/talos/archive/refs/tags/v%{version}.zip BuildRequires: golang %global debug_package %{nil} %prep %setup -n talos-%{version} -q %description This is the client for administering hosts running Talos OS, an OS for running Kubernetes. %build cd cmd/talosctl/ go env -w GOPROXY=https://proxy.golang.org,direct GOOS=linux GOARCH=amd64 go build -tags grpcnotrace -ldflags "-s -w" -o %{buildroot}%{_bindir}/talosctl %files %{_bindir}/talosctl %changelog * Sun Jun 15 2025 Nicolas 1.10.4-1 - Release 1.10.4 * Sun Jun 15 2025 Nicolas - Release 1.10.4 * Tue May 27 2025 Nicolas 1.10.2-2 - Workaround for nonexistent go module (devolas@meckergasse.party) - Force compliation to amd64 (devolas@meckergasse.party) - Fixed missing directory change (devolas@meckergasse.party) * Tue May 27 2025 Nicolas - Workaround for nonexistent go module (devolas@meckergasse.party) - Force compliation to amd64 (devolas@meckergasse.party) - Fixed missing directory change (devolas@meckergasse.party) * Tue May 27 2025 Nicolas 1.10.2-1 - Switched to version 1.10.2 * Tue May 27 2025 Nicolas 1.0.0-1 - new package built with tito