Hello community, here is the log from the commit of package kubernetes-salt for openSUSE:Factory checked in at 2018-05-13 16:05:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes-salt (Old) and /work/SRC/openSUSE:Factory/.kubernetes-salt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes-salt" Sun May 13 16:05:59 2018 rev:20 rq:606451 version:4.0.0+git_r763_dad9d01 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes-salt/kubernetes-salt.changes 2018-05-11 09:18:05.498914112 +0200 +++ /work/SRC/openSUSE:Factory/.kubernetes-salt.new/kubernetes-salt.changes 2018-05-13 16:06:25.727346804 +0200 @@ -1,0 +2,13 @@ +Fri May 11 12:00:52 UTC 2018 - [email protected] + +- Commit 1657de5 by Flavio Castelli [email protected] + Add missing cri-o removal states + + This is required to fix node removal on clusters using CRI-O as CRI. + + Fixes bsc#1092614 + + Signed-off-by: Flavio Castelli <[email protected]> + + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubernetes-salt.spec ++++++ --- /var/tmp/diff_new_pack.9qZ0zX/_old 2018-05-13 16:06:26.691311638 +0200 +++ /var/tmp/diff_new_pack.9qZ0zX/_new 2018-05-13 16:06:26.695311492 +0200 @@ -32,7 +32,7 @@ Name: kubernetes-salt %define gitrepo salt -Version: 4.0.0+git_r761_6b2cce7 +Version: 4.0.0+git_r763_dad9d01 Release: 0 BuildArch: noarch Summary: Production-Grade Container Scheduling and Management ++++++ master.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/salt-master/salt/crio/remove-pre-reboot.sls new/salt-master/salt/crio/remove-pre-reboot.sls --- old/salt-master/salt/crio/remove-pre-reboot.sls 1970-01-01 01:00:00.000000000 +0100 +++ new/salt-master/salt/crio/remove-pre-reboot.sls 2018-05-11 14:01:23.000000000 +0200 @@ -0,0 +1 @@ +# Nothing to be done yet diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/salt-master/salt/crio/stop.sls new/salt-master/salt/crio/stop.sls --- old/salt-master/salt/crio/stop.sls 1970-01-01 01:00:00.000000000 +0100 +++ new/salt-master/salt/crio/stop.sls 2018-05-11 14:01:23.000000000 +0200 @@ -0,0 +1,4 @@ +# Stop and disable the crio daemon +crio: + service.dead: + - enable: False
