Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubernetes1.22 for openSUSE:Factory checked in at 2022-03-13 20:24:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.22 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.22.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes1.22" Sun Mar 13 20:24:56 2022 rev:5 rq:960750 version:1.22.4 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.22/kubernetes1.22.changes 2021-12-25 20:16:56.197263814 +0100 +++ /work/SRC/openSUSE:Factory/.kubernetes1.22.new.25692/kubernetes1.22.changes 2022-03-13 20:24:57.679640819 +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.22.spec ++++++ --- /var/tmp/diff_new_pack.bHVrAX/_old 2022-03-13 20:24:58.447641723 +0100 +++ /var/tmp/diff_new_pack.bHVrAX/_new 2022-03-13 20:24:58.451641727 +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 @@ -68,8 +68,8 @@ It groups containers that make up an application into logical units for management and discovery. -# 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
