Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubernetes1.19 for openSUSE:Factory checked in at 2022-03-13 20:24:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.19 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.19.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes1.19" Sun Mar 13 20:24:46 2022 rev:15 rq:960746 version:1.19.15 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.19/kubernetes1.19.changes 2021-10-16 22:47:24.828680471 +0200 +++ /work/SRC/openSUSE:Factory/.kubernetes1.19.new.25692/kubernetes1.19.changes 2022-03-13 20:24:49.259630915 +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.19.spec ++++++ --- /var/tmp/diff_new_pack.pnCg6W/_old 2022-03-13 20:24:50.051631847 +0100 +++ /var/tmp/diff_new_pack.pnCg6W/_new 2022-03-13 20:24:50.055631852 +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,8 +71,8 @@ -# packages to build containerized control plane +# packages to build containerized control plane %package apiserver Summary: Kubernetes apiserver for container image Group: System/Management @@ -303,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
