Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubernetes1.20 for openSUSE:Factory checked in at 2022-03-13 20:24:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.20 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.20.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes1.20" Sun Mar 13 20:24:47 2022 rev:11 rq:960747 version:1.20.13 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.20/kubernetes1.20.changes 2021-12-16 21:19:55.634535280 +0100 +++ /work/SRC/openSUSE:Factory/.kubernetes1.20.new.25692/kubernetes1.20.changes 2022-03-13 20:24:50.483632355 +0100 @@ -1,0 +2,5 @@ +Mon Feb 7 16:21:21 UTC 2022 - Dirk M??ller <[email protected]> + +- avoid bashism in client-common postinstall script (bsc#1195391) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubernetes1.20.spec ++++++ --- /var/tmp/diff_new_pack.MKEigQ/_old 2022-03-13 20:24:51.467633512 +0100 +++ /var/tmp/diff_new_pack.MKEigQ/_new 2022-03-13 20:24:51.475633522 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -71,6 +71,7 @@ # packages to build containerized control plane + %package apiserver Summary: Kubernetes apiserver for container image Group: System/Management @@ -302,9 +303,8 @@ %fdupes -s %{buildroot} %post client-common -export baseversion="%{baseversion}" %{_sbindir}/update-alternatives \ - --install %{_bindir}/kubectl kubectl %{_bindir}/kubectl%{baseversion} ${baseversion/./} + --install %{_bindir}/kubectl kubectl %{_bindir}/kubectl%{baseversion} %(echo %{baseversion} | tr -d .) %postun client-common if [ ! -f %{_bindir}/kubectl%{baseversion} ] ; then
