Hello community,

here is the log from the commit of package katacontainers-image-initrd for 
openSUSE:Factory checked in at 2019-11-12 16:12:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katacontainers-image-initrd (Old)
 and      /work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "katacontainers-image-initrd"

Tue Nov 12 16:12:08 2019 rev:9 rq:747691 version:1.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/katacontainers-image-initrd/katacontainers-image-initrd.changes
  2019-10-24 23:11:20.972675319 +0200
+++ 
/work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.2990/katacontainers-image-initrd.changes
        2019-11-12 16:12:15.699806667 +0100
@@ -1,0 +2,7 @@
+Tue Nov  5 13:37:18 UTC 2019 - Ralf Haferkamp <[email protected]>
+
+- Different to Tumbleweed the kvmsmall kernel flavor on Leap 
+  (and SLE) 15.1 doesn't statically include most of the virtio
+  features. So add them to the initrd on these distros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ katacontainers-image-initrd.spec ++++++
--- /var/tmp/diff_new_pack.urroaT/_old  2019-11-12 16:12:16.255807265 +0100
+++ /var/tmp/diff_new_pack.urroaT/_new  2019-11-12 16:12:16.259807269 +0100
@@ -73,7 +73,9 @@
 cp -avr ../agent-%{version}/* $HOME/go/src/%{kata_agent_project}
 
 kata_kmodules=(9p 9pnet 9pnet_virtio)
-[ "%{kernel_flavor}" != "kvmsmall" ] && kata_kmodules+=( \
+
+%if 0%{?suse_version} <= 1500 || %{kernel_flavor} != "kvmsmall"
+kata_kmodules+=( \
 virtio \
 virtio_balloon \
 virtio_blk \
@@ -86,6 +88,7 @@
 vmw_vsock_virtio_transport \
 vmw_vsock_virtio_transport_common \
 )
+%endif
 
 # Minimal set of kernel modules to allow starting containers
 echo "drivers=\"${kata_kmodules[@]}\"" > dracut/dracut.conf.d/10-drivers.conf


Reply via email to