Name: talosctl Version: 1.10.2 Release: 2 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 %ifarch aarch64 %define _goarch arm64 %endif %ifarch x86_64 %define _goarch amd64 %endif GOOS=linux GOARCH=%{_goarch} go build -tags grpcnotrace -ldflags "-s -w" -o %{buildroot}%{_bindir}/talosctl %files %{_bindir}/talosctl %changelog * 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