Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.21 for openSUSE:Factory 
checked in at 2022-03-13 20:24:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubernetes1.21 (Old)
 and      /work/SRC/openSUSE:Factory/.kubernetes1.21.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubernetes1.21"

Sun Mar 13 20:24:48 2022 rev:11 rq:960749 version:1.21.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubernetes1.21/kubernetes1.21.changes    
2021-12-16 21:19:52.690534159 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes1.21.new.25692/kubernetes1.21.changes 
2022-03-13 20:24:51.891634011 +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.21.spec ++++++
--- /var/tmp/diff_new_pack.CM4643/_old  2022-03-13 20:24:53.507635912 +0100
+++ /var/tmp/diff_new_pack.CM4643/_new  2022-03-13 20:24:53.511635917 +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
@@ -75,6 +75,7 @@
 
 
 # packages to build containerized control plane
+
 %package apiserver
 Summary:        Kubernetes apiserver for container image
 Group:          System/Management
@@ -307,9 +308,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

Reply via email to