Hello community,
here is the log from the commit of package katacontainers-image-initrd for
openSUSE:Factory checked in at 2019-12-07 15:07:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katacontainers-image-initrd (Old)
and /work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "katacontainers-image-initrd"
Sat Dec 7 15:07:46 2019 rev:11 rq:754683 version:1.9.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/katacontainers-image-initrd/katacontainers-image-initrd.changes
2019-11-15 00:35:03.895712594 +0100
+++
/work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.4691/katacontainers-image-initrd.changes
2019-12-07 15:07:57.007859043 +0100
@@ -1,0 +2,8 @@
+Wed Dec 4 17:10:33 UTC 2019 - Ralf Haferkamp <[email protected]>
+
+- Update to 1.9.2 tarballs, this is just a version bump without
+ any code changes.
+- Add more missing virtio kernel modules to initrd to fix
+ issues with SLE15-SP1
+
+-------------------------------------------------------------------
Old:
----
agent-1.9.1.tar.xz
osbuilder-1.9.1.tar.xz
New:
----
agent-1.9.2.tar.xz
osbuilder-1.9.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ katacontainers-image-initrd.spec ++++++
--- /var/tmp/diff_new_pack.HdFyiT/_old 2019-12-07 15:07:59.695858663 +0100
+++ /var/tmp/diff_new_pack.HdFyiT/_new 2019-12-07 15:07:59.699858662 +0100
@@ -1,7 +1,7 @@
#
# spec file for package katacontainers-image-initrd
#
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -44,7 +44,7 @@
%endif
Name: katacontainers-image-initrd
-Version: 1.9.1
+Version: 1.9.2
Release: 0
Summary: Kata Containers image (initrd) and kernel
License: Apache-2.0
@@ -77,8 +77,10 @@
%if 0%{?suse_version} <= 1500 || %{kernel_flavor} != "kvmsmall"
kata_kmodules+=( \
virtio \
+virtio_pci \
virtio_balloon \
virtio_blk \
+virtio_console \
virtio_crypto \
virtio-gpu \
virtio_input \
++++++ _service ++++++
--- /var/tmp/diff_new_pack.HdFyiT/_old 2019-12-07 15:07:59.727858659 +0100
+++ /var/tmp/diff_new_pack.HdFyiT/_new 2019-12-07 15:07:59.727858659 +0100
@@ -6,8 +6,8 @@
<param name="url">https://github.com/kata-containers/osbuilder.git</param>
<param name="filename">osbuilder</param>
<!--- versionformat defines the name of the tarball. -->
- <param name="versionformat">1.9.1</param>
- <param name="revision">1.9.1</param>
+ <param name="versionformat">1.9.2</param>
+ <param name="revision">1.9.2</param>
</service>
<service name="tar_scm" mode="disabled">
@@ -15,8 +15,8 @@
<param name="url">https://github.com/kata-containers/agent.git</param>
<param name="filename">agent</param>
<!--- versionformat defines the name of the tarball. -->
- <param name="versionformat">1.9.1</param>
- <param name="revision">1.9.1</param>
+ <param name="versionformat">1.9.2</param>
+ <param name="revision">1.9.2</param>
</service>
<service name="recompress" mode="disabled">
++++++ agent-1.9.1.tar.xz -> agent-1.9.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/agent-1.9.1/VERSION new/agent-1.9.2/VERSION
--- old/agent-1.9.1/VERSION 2019-10-31 20:56:48.000000000 +0100
+++ new/agent-1.9.2/VERSION 2019-11-20 01:43:07.000000000 +0100
@@ -1 +1 @@
-1.9.1
+1.9.2
++++++ osbuilder-1.9.1.tar.xz -> osbuilder-1.9.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/osbuilder-1.9.1/VERSION new/osbuilder-1.9.2/VERSION
--- old/osbuilder-1.9.1/VERSION 2019-10-31 20:57:09.000000000 +0100
+++ new/osbuilder-1.9.2/VERSION 2019-11-20 05:06:18.000000000 +0100
@@ -1 +1 @@
-1.9.1
+1.10.0-alpha1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/osbuilder-1.9.1/rootfs-builder/alpine/config.sh
new/osbuilder-1.9.2/rootfs-builder/alpine/config.sh
--- old/osbuilder-1.9.1/rootfs-builder/alpine/config.sh 2019-10-31
20:57:09.000000000 +0100
+++ new/osbuilder-1.9.2/rootfs-builder/alpine/config.sh 2019-11-20
05:06:18.000000000 +0100
@@ -5,7 +5,7 @@
OS_NAME="Alpine"
-OS_VERSION=${OS_VERSION:-v3.7}
+OS_VERSION=${OS_VERSION:-latest-stable}
BASE_PACKAGES="alpine-base"