File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,19 @@ readonly OC_BINARY_COPY=(
7676)
7777readonly OS_BINARY_RELEASE_CLIENT_WINDOWS=(
7878 oc.exe
79+ kubectl.exe
7980 README.md
8081 ./LICENSE
8182)
8283readonly OS_BINARY_RELEASE_CLIENT_MAC=(
8384 oc
85+ kubectl
8486 README.md
8587 ./LICENSE
8688)
8789readonly OS_BINARY_RELEASE_CLIENT_LINUX=(
8890 ./oc
91+ ./kubectl
8992 ./README.md
9093 ./LICENSE
9194)
Original file line number Diff line number Diff line change @@ -428,8 +428,11 @@ touch --reference=%{SOURCE0} $RPM_BUILD_ROOT/usr/sbin/%{name}-docker-excluder
428428%dir %{_datadir }/%{name }/macosx/
429429%dir %{_datadir }/%{name }/windows/
430430%{_datadir }/%{name }/linux/oc
431+ %{_datadir }/%{name }/linux/kubectl
431432%{_datadir }/%{name }/macosx/oc
433+ %{_datadir }/%{name }/macosx/kubectl
432434%{_datadir }/%{name }/windows/oc.exe
435+ %{_datadir }/%{name }/windows/kubectl.exe
433436%{_datadir }/%{name }/linux/oadm
434437%{_datadir }/%{name }/macosx/oadm
435438%{_datadir }/%{name }/windows/oadm.exe
You can’t perform that action at this time.
0 commit comments