Hello community,

here is the log from the commit of package cri-o for openSUSE:Factory checked 
in at 2019-12-02 11:30:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cri-o (Old)
 and      /work/SRC/openSUSE:Factory/.cri-o.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cri-o"

Mon Dec  2 11:30:50 2019 rev:40 rq:751531 version:1.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes      2019-11-15 
22:33:31.224040564 +0100
+++ /work/SRC/openSUSE:Factory/.cri-o.new.4691/cri-o.changes    2019-12-02 
11:34:56.586457253 +0100
@@ -1,0 +2,25 @@
+Wed Nov 27 10:36:29 UTC 2019 - Sascha Grunert <sgrun...@suse.com>
+
+- Update to v1.16.1:
+  * Add manifest list support
+  * Default to system.slice for conmon cgroup
+  * Don't set PodIPs on host network pods
+
+-------------------------------------------------------------------
+Tue Nov 26 13:13:16 UTC 2019 - Dirk Mueller <dmuel...@suse.com>
+
+- switch to libcontainers-common requires, as the other two are
+  provided by it already (avant-garde#1056)
+
+-------------------------------------------------------------------
+Tue Nov 19 12:19:06 UTC 2019 - David Cassany <dcass...@suse.com>
+
+- Revert cgroup_manager from systemd to cgroupsfs for SLE15
+ 
+  k8s default is cgroupfs and in can be modified at runtime by the
+  `--kubelet-cgroups` flag. However this flag is deprecated and
+  avoinding it is currently preferred over introducing it. In order
+  to switch to systemd as the cgroups manager in SLE15 further analysis is
+  required to find a suitable configuration strategy. 
+
+-------------------------------------------------------------------
@@ -85,0 +111,5 @@
+Thu Sep  5 08:35:05 UTC 2019 - David Cassany <dcass...@suse.com>
+
+- Updating to v1.15.1 included de fix for CVE-2019-10214 (bsc#1144065)
+
+-------------------------------------------------------------------
@@ -411 +441 @@
-- Add apparmor-parser as dependency
+- Add apparmor-parser as dependency (bsc#1136403)
@@ -459,0 +490,8 @@
+Thu Mar 28 20:23:52 UTC 2019 - Daniel Orf <d...@suse.com>
+
+- Update go requirements to >= go1.11.3 to fix
+  * bsc#1118897 CVE-2018-16873
+    go#29230 cmd/go: remote command execution during "go get -u"
+  * bsc#1118898 CVE-2018-16874
+
+-------------------------------------------------------------------
@@ -630,0 +669,6 @@
+
+-------------------------------------------------------------------
+Tue Jul 10 06:52:56 UTC 2018 - David Cassany <dcass...@suse.com>
+
+- Update to v1.10.6 included:
+  * bsc#1100838 fix race between container create and cadvisor asking for info

Old:
----
  cri-o-1.16.0.tar.xz

New:
----
  cri-o-1.16.1.tar.xz

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

Other differences:
------------------
++++++ cri-o.spec ++++++
--- /var/tmp/diff_new_pack.3g0IqM/_old  2019-12-02 11:34:57.786456658 +0100
+++ /var/tmp/diff_new_pack.3g0IqM/_new  2019-12-02 11:34:57.786456658 +0100
@@ -29,7 +29,7 @@
 %define name_source4 crio-wipe.service
 %define name_source5 crio-shutdown.service
 Name:           cri-o
-Version:        1.16.0
+Version:        1.16.1
 Release:        0
 Summary:        OCI-based implementation of Kubernetes Container Runtime 
Interface
 License:        Apache-2.0
@@ -54,15 +54,14 @@
 BuildRequires:  libgpgme-devel
 BuildRequires:  libseccomp-devel
 BuildRequires:  golang(API) >= 1.12
+BuildRequires:  sed
 Requires:       patterns-base-apparmor
 Requires:       conntrack-tools
 Requires:       cni
 Requires:       cni-plugins
 Requires:       iproute2
 Requires:       iptables
-Requires:       libcontainers-common
-Requires:       libcontainers-image
-Requires:       libcontainers-storage
+Requires:       libcontainers-common >= 0.0.1
 Requires:       runc >= 1.0.0~rc6
 Requires:       socat
 Requires:       conmon
@@ -93,6 +92,11 @@
 %setup -q
 
 %build
+# Keep cgroupfs as the default cgroup manager for SLE15 builds
+%if 0%{?sle_version} >= 150000 && !0%{?is_opensuse}
+sed -i "s|^cgroup_manager = \"systemd\"$|cgroup_manager = \"cgroupfs\"|g" 
%{SOURCE3}
+%endif
+
 # We can't use symlinks here because go-list gets confused by symlinks, so we
 # have to copy the source to $HOME/go and then use that as the GOPATH.
 export GOPATH=$HOME/go

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3g0IqM/_old  2019-12-02 11:34:57.822456640 +0100
+++ /var/tmp/diff_new_pack.3g0IqM/_new  2019-12-02 11:34:57.822456640 +0100
@@ -2,8 +2,8 @@
 <service name="tar_scm" mode="disabled">
 <param name="url">https://github.com/cri-o/cri-o</param>
 <param name="scm">git</param>
-<param name="versionformat">1.16.0</param>
-<param name="revision">v1.16.0</param>
+<param name="versionformat">1.16.1</param>
+<param name="revision">v1.16.1</param>
 </service>
 <service name="recompress" mode="disabled">
 <param name="file">cri-o-*.tar</param>

++++++ cri-o-1.16.0.tar.xz -> cri-o-1.16.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/cri-o/cri-o-1.16.0.tar.xz 
/work/SRC/openSUSE:Factory/.cri-o.new.4691/cri-o-1.16.1.tar.xz differ: char 26, 
line 1


Reply via email to