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 @@ -431,8 +431,11 @@ touch --reference=%{SOURCE0} $RPM_BUILD_ROOT/usr/sbin/%{name}-docker-excluder
431431%dir %{_datadir }/%{name }/macosx/
432432%dir %{_datadir }/%{name }/windows/
433433%{_datadir }/%{name }/linux/oc
434+ %{_datadir }/%{name }/linux/kubectl
434435%{_datadir }/%{name }/macosx/oc
436+ %{_datadir }/%{name }/macosx/kubectl
435437%{_datadir }/%{name }/windows/oc.exe
438+ %{_datadir }/%{name }/windows/kubectl.exe
436439%{_datadir }/%{name }/linux/oadm
437440%{_datadir }/%{name }/macosx/oadm
438441%{_datadir }/%{name }/windows/oadm.exe
You can’t perform that action at this time.
0 commit comments