diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : kubectl -version : 1.23.5 +version : 1.24.3 release : 37 source : - - https://github.com/kubernetes/kubernetes/archive/v1.23.5.tar.gz : 3ffcab90374e1bef19a4da7eeda3333eba816cee98dca3899d1b0120c98dba38 + - https://github.com/kubernetes/kubernetes/archive/v1.24.3.tar.gz : 38331986b729a2ceaa87a42388c6de7852ad073267276238a6d6c6272e4769a6 license : Apache-2.0 component : network.clients summary : Command line interface for running commands against Kubernetes clusters @@ -16,10 +16,13 @@ %make kubectl install : | install -dm00644 $installdir/usr/share/man/man1 - cp docs/man/man1/kubectl*.1 $installdir/usr/share/man/man1 + install -Dm00644 docs/man/man1/kubectl* $installdir/usr/share/man/man1 install -Dm00755 _output/bin/kubectl $installdir/usr/bin/kubectl + # Install completion scripts _output/bin/kubectl completion bash > kubectl-bash-completion + _output/bin/kubectl completion fish > kubectl-fish-completion _output/bin/kubectl completion zsh > kubectl-zsh-completion install -Dm00644 kubectl-bash-completion $installdir/usr/share/bash-completion/completions/kubectl + install -Dm00644 kubectl-fish-completion $installdir/usr/share/fish/vendor_completions.d/kubectl install -Dm00644 kubectl-zsh-completion $installdir/usr/share/zsh/site-functions/_kubectl diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ kubectl - Mislav Čakarić - mcakaric@gmail.com + Reilly Brogan + solus@reillybrogan.com Apache-2.0 network.clients @@ -21,6 +21,7 @@ /usr/bin/kubectl /usr/share/bash-completion/completions/kubectl + /usr/share/fish/vendor_completions.d/kubectl /usr/share/man/man1/kubectl-alpha-events.1 /usr/share/man/man1/kubectl-alpha.1 /usr/share/man/man1/kubectl-annotate.1 @@ -82,6 +83,7 @@ /usr/share/man/man1/kubectl-create-service-nodeport.1 /usr/share/man/man1/kubectl-create-service.1 /usr/share/man/man1/kubectl-create-serviceaccount.1 + /usr/share/man/man1/kubectl-create-token.1 /usr/share/man/man1/kubectl-create.1 /usr/share/man/man1/kubectl-debug.1 /usr/share/man/man1/kubectl-delete.1 @@ -132,11 +134,11 @@ - 2022-04-02 - 1.23.5 + 2022-07-22 + 1.24.3 Packaging update - Mislav Čakarić - mcakaric@gmail.com + Reilly Brogan + solus@reillybrogan.com \ No newline at end of file