Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11051394
D13374.id32716.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D13374.id32716.diff
View Options
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 @@
<Source>
<Name>kubectl</Name>
<Packager>
- <Name>Mislav Čakarić</Name>
- <Email>mcakaric@gmail.com</Email>
+ <Name>Reilly Brogan</Name>
+ <Email>solus@reillybrogan.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>network.clients</PartOf>
@@ -21,6 +21,7 @@
<Files>
<Path fileType="executable">/usr/bin/kubectl</Path>
<Path fileType="data">/usr/share/bash-completion/completions/kubectl</Path>
+ <Path fileType="data">/usr/share/fish/vendor_completions.d/kubectl</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-alpha-events.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-alpha.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-annotate.1</Path>
@@ -82,6 +83,7 @@
<Path fileType="man">/usr/share/man/man1/kubectl-create-service-nodeport.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-create-service.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-create-serviceaccount.1</Path>
+ <Path fileType="man">/usr/share/man/man1/kubectl-create-token.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-create.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-debug.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-delete.1</Path>
@@ -132,11 +134,11 @@
</Package>
<History>
<Update release="37">
- <Date>2022-04-02</Date>
- <Version>1.23.5</Version>
+ <Date>2022-07-22</Date>
+ <Version>1.24.3</Version>
<Comment>Packaging update</Comment>
- <Name>Mislav Čakarić</Name>
- <Email>mcakaric@gmail.com</Email>
+ <Name>Reilly Brogan</Name>
+ <Email>solus@reillybrogan.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 7:59 PM (2 h, 52 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5832842
Default Alt Text
D13374.id32716.diff (3 KB)
Attached To
Mode
D13374: kubectl: Update to v1.24.3
Attached
Detach File
Event Timeline
Log In to Comment