Name: kn Version: 1.19.0 Release: 1%{?dist} Summary: Knative client CLI License: Apache-2.0 URL: https://github.com/knative/client %ifarch x86_64 Source0: https://github.com/knative/client/releases/download/knative-v%{version}/kn-linux-amd64 %endif %ifarch aarch64 Source0: https://github.com/knative/client/releases/download/knative-v%{version}/kn-linux-arm64 %endif AutoReqProv: no %description The Knative client kn is your door to the Knative world. It allows you to create Knative resources interactively from the command line or from within scripts. %prep # No preparation needed %build # No build needed %install mkdir -p %{buildroot}%{_bindir} install -m 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name} %files %{_bindir}/%{name} %changelog * Sat Aug 16 2025 Justin Malčić - 1.19.0-1 - Initial package for kn (Knative client)