Hello community, here is the log from the commit of package katacontainers for openSUSE:Factory checked in at 2020-01-21 21:01:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/katacontainers (Old) and /work/SRC/openSUSE:Factory/.katacontainers.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "katacontainers" Tue Jan 21 21:01:29 2020 rev:12 rq:765983 version:1.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/katacontainers/katacontainers.changes 2019-12-21 12:34:30.359452389 +0100 +++ /work/SRC/openSUSE:Factory/.katacontainers.new.26092/katacontainers.changes 2020-01-21 21:02:04.796896909 +0100 @@ -1,0 +2,11 @@ +Mon Jan 20 15:46:33 UTC 2020 - Ralf Haferkamp <[email protected]> + +- Update to 1.10.0: + runtime: + - Initial support for Cloud Hypervisor + - HybridVsock support for cloud hypervisor and firecracker + - Updated Firecracker version to v0.19.1 + - Better rootless support for firecracker + - This release deprecates bridged networking model + +------------------------------------------------------------------- Old: ---- ksm-throttler-1.9.3.tar.xz proxy-1.9.3.tar.xz runtime-1.9.3.tar.xz shim-1.9.3.tar.xz New: ---- ksm-throttler-1.10.0.tar.xz proxy-1.10.0.tar.xz runtime-1.10.0.tar.xz shim-1.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ katacontainers.spec ++++++ --- /var/tmp/diff_new_pack.4hoLjH/_old 2020-01-21 21:02:07.484898162 +0100 +++ /var/tmp/diff_new_pack.4hoLjH/_new 2020-01-21 21:02:07.488898164 +0100 @@ -1,7 +1,7 @@ # # spec file for package katacontainers # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,17 +32,16 @@ %define configPath %{_datarootdir}/defaults/kata-containers/ %define configACRN configuration-acrn.toml %define configFC configuration-fc.toml -%define configNEMU configuration-nemu.toml %define configQEMU configuration-qemu.toml %ifarch x86_64 # Note: braces used for bash brace expansion -%define defaultConfigFiles \{%{configACRN},%{configFC},%{configNEMU},%{configQEMU}\} +%define defaultConfigFiles \{%{configACRN},%{configFC},%{configQEMU}\} %else %define defaultConfigFiles %{configQEMU} %endif Name: katacontainers -Version: 1.9.3 +Version: 1.10.0 Release: 0 Summary: Kata Containers OCI container runtime License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.4hoLjH/_old 2020-01-21 21:02:07.548898191 +0100 +++ /var/tmp/diff_new_pack.4hoLjH/_new 2020-01-21 21:02:07.552898193 +0100 @@ -6,8 +6,8 @@ <param name="url">https://github.com/kata-containers/runtime.git</param> <param name="filename">runtime</param> <!--- versionformat defines the name of the tarball. --> - <param name="versionformat">1.9.3</param> - <param name="revision">1.9.3</param> + <param name="versionformat">1.10.0</param> + <param name="revision">1.10.0</param> </service> <service name="tar_scm" mode="disabled"> @@ -15,8 +15,8 @@ <param name="url">https://github.com/kata-containers/proxy.git</param> <param name="filename">proxy</param> <!--- versionformat defines the name of the tarball. --> - <param name="versionformat">1.9.3</param> - <param name="revision">1.9.3</param> + <param name="versionformat">1.10.0</param> + <param name="revision">1.10.0</param> </service> <service name="tar_scm" mode="disabled"> @@ -24,8 +24,8 @@ <param name="url">https://github.com/kata-containers/shim.git</param> <param name="filename">shim</param> <!--- versionformat defines the name of the tarball. --> - <param name="versionformat">1.9.3</param> - <param name="revision">1.9.3</param> + <param name="versionformat">1.10.0</param> + <param name="revision">1.10.0</param> </service> <service name="tar_scm" mode="disabled"> @@ -33,8 +33,8 @@ <param name="url">https://github.com/kata-containers/ksm-throttler.git</param> <param name="filename">ksm-throttler</param> <!--- versionformat defines the name of the tarball. --> - <param name="versionformat">1.9.3</param> - <param name="revision">1.9.3</param> + <param name="versionformat">1.10.0</param> + <param name="revision">1.10.0</param> </service> <service name="recompress" mode="disabled"> ++++++ ksm-throttler-1.9.3.tar.xz -> ksm-throttler-1.10.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksm-throttler-1.9.3/VERSION new/ksm-throttler-1.10.0/VERSION --- old/ksm-throttler-1.9.3/VERSION 2019-12-09 20:06:51.000000000 +0100 +++ new/ksm-throttler-1.10.0/VERSION 2020-01-14 17:35:01.000000000 +0100 @@ -1 +1 @@ -1.9.3 +1.10.0 ++++++ proxy-1.9.3.tar.xz -> proxy-1.10.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proxy-1.9.3/.travis.yml new/proxy-1.10.0/.travis.yml --- old/proxy-1.9.3/.travis.yml 2019-12-09 19:45:14.000000000 +0100 +++ new/proxy-1.10.0/.travis.yml 2020-01-14 17:41:30.000000000 +0100 @@ -13,7 +13,7 @@ include: - os: linux sudo: required - dist: trusty + dist: xenial allow_failures: - os: osx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proxy-1.9.3/Makefile new/proxy-1.10.0/Makefile --- old/proxy-1.9.3/Makefile 2019-12-09 19:45:14.000000000 +0100 +++ new/proxy-1.10.0/Makefile 2020-01-14 17:41:30.000000000 +0100 @@ -5,7 +5,9 @@ # DESTDIR := +ifeq ($(PREFIX),) PREFIX := /usr +endif LIBEXECDIR := $(PREFIX)/libexec PROJECT := kata-containers # Override will ignore PREFIX, LIBEXECDIR and PROJECT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proxy-1.9.3/VERSION new/proxy-1.10.0/VERSION --- old/proxy-1.9.3/VERSION 2019-12-09 19:45:14.000000000 +0100 +++ new/proxy-1.10.0/VERSION 2020-01-14 17:41:30.000000000 +0100 @@ -1 +1 @@ -1.9.3 +1.10.0 ++++++ runtime-1.9.3.tar.xz -> runtime-1.10.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/katacontainers/runtime-1.9.3.tar.xz /work/SRC/openSUSE:Factory/.katacontainers.new.26092/runtime-1.10.0.tar.xz differ: char 26, line 1 ++++++ shim-1.9.3.tar.xz -> shim-1.10.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/katacontainers/shim-1.9.3.tar.xz /work/SRC/openSUSE:Factory/.katacontainers.new.26092/shim-1.10.0.tar.xz differ: char 26, line 1
