Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package k3s for openSUSE:Factory checked in 
at 2021-04-15 16:57:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/k3s (Old)
 and      /work/SRC/openSUSE:Factory/.k3s.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "k3s"

Thu Apr 15 16:57:40 2021 rev:5 rq:885402 version:1.20.4+k3s1

Changes:
--------
--- /work/SRC/openSUSE:Factory/k3s/k3s.changes  2021-03-30 21:50:10.894901709 
+0200
+++ /work/SRC/openSUSE:Factory/.k3s.new.12324/k3s.changes       2021-04-15 
16:58:22.078764553 +0200
@@ -1,0 +2,7 @@
+Wed Apr 14 14:26:22 UTC 2021 - Michal Suchanek <[email protected]>
+
+- Add disk size requirement in constraints
+- host-local path fixup
+  * Refresh cni-bin-dir.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ k3s.spec ++++++
--- /var/tmp/diff_new_pack.8ba3r9/_old  2021-04-15 16:58:22.698765535 +0200
+++ /var/tmp/diff_new_pack.8ba3r9/_new  2021-04-15 16:58:22.702765541 +0200
@@ -51,7 +51,7 @@
 Conflicts:      kubernetes-client
 Conflicts:      kubernetes-client-provider
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 %{?systemd_requires}
 
 %description

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.8ba3r9/_old  2021-04-15 16:58:22.730765585 +0200
+++ /var/tmp/diff_new_pack.8ba3r9/_new  2021-04-15 16:58:22.730765585 +0200
@@ -1,6 +1,9 @@
 <?xml version="1.0"?>
 <constraints>
   <hardware>
+    <disk>
+      <size unit="G">6</size>
+    </disk>
     <memory>
       <size unit="G">4</size>
     </memory>

++++++ cni-bin-dir.patch ++++++
--- /var/tmp/diff_new_pack.8ba3r9/_old  2021-04-15 16:58:22.750765617 +0200
+++ /var/tmp/diff_new_pack.8ba3r9/_new  2021-04-15 16:58:22.750765617 +0200
@@ -6,7 +6,7 @@
  
        if !nodeConfig.NoFlannel {
 -              hostLocal, err := exec.LookPath("host-local")
-+              hostLocal, err := exec.LookPath("/usr/libexec/cni/host-local")
++              hostLocal, err := exec.LookPath("/usr/lib/cni/host-local")
                if err != nil {
                        return nil, errors.Wrapf(err, "failed to find 
host-local")
                }

Reply via email to