ceph-csi/vendor/k8s.io/kubernetes/build/rpms/kubectl.spec

19 lines
366 B
RPMSpec
Raw Normal View History

2018-01-09 18:57:14 +00:00
Name: kubectl
Version: OVERRIDE_THIS
Release: 00
License: ASL 2.0
Summary: Container Cluster Manager - Kubernetes client tools
URL: https://kubernetes.io
%description
Command-line utility for interacting with a Kubernetes cluster.
%install
install -m 755 -d %{buildroot}%{_bindir}
2018-07-18 14:47:22 +00:00
install -p -m 755 -t %{buildroot}%{_bindir} {kubectl}
2018-01-09 18:57:14 +00:00
%files
%{_bindir}/kubectl