Hello community, here is the log from the commit of package cri-tools for openSUSE:Factory checked in at 2018-08-15 10:35:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cri-tools (Old) and /work/SRC/openSUSE:Factory/.cri-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cri-tools" Wed Aug 15 10:35:08 2018 rev:8 rq:628893 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cri-tools/cri-tools.changes 2018-08-08 14:46:18.824842654 +0200 +++ /work/SRC/openSUSE:Factory/.cri-tools.new/cri-tools.changes 2018-08-15 10:35:48.756009269 +0200 @@ -1,0 +2,8 @@ +Mon Aug 13 08:54:30 UTC 2018 - [email protected] + +- Generate and install bash completion for crictl. + +- Provide /etc/crictl.yaml config. + bsc#1104598 + +------------------------------------------------------------------- New: ---- crictl.yaml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cri-tools.spec ++++++ --- /var/tmp/diff_new_pack.nGSg2z/_old 2018-08-15 10:35:53.476017870 +0200 +++ /var/tmp/diff_new_pack.nGSg2z/_new 2018-08-15 10:35:53.480017878 +0200 @@ -25,6 +25,7 @@ Group: System/Management Url: https://github.com/kubernetes-incubator/cri-tools Source0: %{name}-%{version}.tar.xz +Source1: crictl.yaml BuildRequires: go-go-md2man BuildRequires: golang-packaging BuildRequires: golang(API) >= 1.9 @@ -62,6 +63,9 @@ done rename '.md' '.1' docs/* +# generate bash-completion +./bin/crictl completion > crictl-completion + %install cd $HOME/go/src/%{project} install -D -m 0755 bin/crictl %{buildroot}/%{_bindir}/crictl @@ -70,11 +74,13 @@ install -D -m 0644 docs/crictl.1 %{buildroot}/%{_mandir}/man1/crictl.1 install -D -m 0644 docs/benchmark.1 %{buildroot}/%{_mandir}/man1/critest-benchmark.1 install -D -m 0644 docs/validation.1 %{buildroot}/%{_mandir}/man1/critest-validation.1 +install -D -m 0644 crictl-completion %{buildroot}/%{_datadir}/bash-completion/completions/crictl %files %{_bindir}/crictl %{_bindir}/critest %{_mandir}/man1/* +%{_datadir}/bash-completion/completions/crictl %license LICENSE %changelog ++++++ crictl.yaml ++++++ runtime-endpoint: unix:///var/run/crio/crio.sock
