Page MenuHomeSolus

D3545.diff
No OneTemporary

D3545.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : kubectl
-version : 1.11.0
-release : 1
+version : 1.11.2
+release : 2
source :
- - https://github.com/kubernetes/kubernetes/archive/v1.11.0.tar.gz : b264dec72bb383fe6fc9063a1e270c00e734005e7af578bd0b33091fd8451349
+ - https://github.com/kubernetes/kubernetes/archive/v1.11.2.tar.gz : 43f42c64426247d909010bf77f18c72ab1f36104a67e9c878cf897ee9f0ab6a6
license : Apache-2.0
component : network.clients
summary : Command line interface for running commands against Kubernetes clusters
@@ -18,3 +18,8 @@
install -dm00644 $installdir/usr/share/man/man1
cp docs/man/man1/kubectl*.1 $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 zsh > kubectl-zsh-completion
+ install -Dm00644 kubectl-bash-completion $installdir/usr/share/bash-completion/completions/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>Sönke Behrendt</Name>
- <Email>thesoenke@outlook.com</Email>
+ <Name>Matt Critchlow</Name>
+ <Email>matt.critchlow@gmail.com</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>network.clients</PartOf>
@@ -20,6 +20,7 @@
<PartOf>network.clients</PartOf>
<Files>
<Path fileType="executable">/usr/bin/kubectl</Path>
+ <Path fileType="data">/usr/share/bash-completion/completions/kubectl</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-alpha-diff.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-alpha.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-annotate.1</Path>
@@ -120,15 +121,16 @@
<Path fileType="man">/usr/share/man/man1/kubectl-version.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl-wait.1</Path>
<Path fileType="man">/usr/share/man/man1/kubectl.1</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_kubectl</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2018-06-30</Date>
- <Version>1.11.0</Version>
+ <Update release="2">
+ <Date>2018-08-10</Date>
+ <Version>1.11.2</Version>
<Comment>Packaging update</Comment>
- <Name>Sönke Behrendt</Name>
- <Email>thesoenke@outlook.com</Email>
+ <Name>Matt Critchlow</Name>
+ <Email>matt.critchlow@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 2:43 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799650
Default Alt Text
D3545.diff (2 KB)

Event Timeline