Hello community,

here is the log from the commit of package openSUSE-MicroOS for 
openSUSE:Factory checked in at 2020-03-18 12:48:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-MicroOS"

Wed Mar 18 12:48:32 2020 rev:22 rq:786124 version:16.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes        
2020-03-12 23:12:38.487331863 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.3160/openSUSE-MicroOS.changes  
    2020-03-18 12:52:36.145218073 +0100
@@ -1,0 +2,6 @@
+Wed Mar 18 09:47:11 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Make check for kubelet in config.sh more generic to work after
+  the package rename
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.rCefHp/_old  2020-03-18 12:52:36.925218539 +0100
+++ /var/tmp/diff_new_pack.rCefHp/_new  2020-03-18 12:52:36.925218539 +0100
@@ -117,7 +117,7 @@
 #======================================
 # Enable kubelet if installed
 #--------------------------------------
-if rpm -q kubernetes-kubelet >/dev/null; then
+if [ -e /usr/lib/systemd/system/kubelet.service ]; then
        suseInsertService kubelet
 fi
 


Reply via email to