Hello community,
here is the log from the commit of package katacontainers-image-initrd for
openSUSE:Factory checked in at 2019-10-22 15:46:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katacontainers-image-initrd (Old)
and /work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "katacontainers-image-initrd"
Tue Oct 22 15:46:31 2019 rev:7 rq:741704 version:1.9.0~rc0
Changes:
--------
---
/work/SRC/openSUSE:Factory/katacontainers-image-initrd/katacontainers-image-initrd.changes
2019-09-26 20:42:59.906259631 +0200
+++
/work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.2352/katacontainers-image-initrd.changes
2019-10-22 15:46:34.901796664 +0200
@@ -1,0 +2,19 @@
+Mon Oct 21 14:10:04 UTC 2019 - Ralf Haferkamp <[email protected]>
+
+- Update to 1.9.0~rc0:
+ agent:
+ - firecracker: send logs to a vsock port
+ - network: Setup DNS for sandbox
+ - protocols/client: support hybrid vsocks
+ - Fix incorrect script reference in TRACING.md
+ osbuilder:
+ - osbuilder: Add USE_PODMAN as an alternate for USE_DOCKER
+ - README: Update how to use DEBUG variable
+ - Fix yq
+ - initrd_builder: Create empty resolv.conf in rootfs
+ - rootfs: update fedora to 29 for arm64.
+- Fix config for set-version source-service to set version based
+ on the osbuilder filename. The previously used
+ "katacontainers-image-initrd" caused the service to fail.
+
+-------------------------------------------------------------------
Old:
----
agent-1.9.0~alpha2.tar.xz
osbuilder-1.9.0~alpha2.tar.xz
New:
----
agent-1.9.0~rc0.tar.xz
osbuilder-1.9.0~rc0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ katacontainers-image-initrd.spec ++++++
--- /var/tmp/diff_new_pack.lPSW2E/_old 2019-10-22 15:46:36.125798162 +0200
+++ /var/tmp/diff_new_pack.lPSW2E/_new 2019-10-22 15:46:36.125798162 +0200
@@ -44,7 +44,7 @@
%endif
Name: katacontainers-image-initrd
-Version: 1.9.0~alpha2
+Version: 1.9.0~rc0
Release: 0
Summary: Kata Containers image (initrd) and kernel
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.lPSW2E/_old 2019-10-22 15:46:36.161798205 +0200
+++ /var/tmp/diff_new_pack.lPSW2E/_new 2019-10-22 15:46:36.165798210 +0200
@@ -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.0~alpha2</param>
- <param name="revision">1.9.0-alpha2</param>
+ <param name="versionformat">1.9.0~rc0</param>
+ <param name="revision">1.9.0-rc0</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.0~alpha2</param>
- <param name="revision">1.9.0-alpha2</param>
+ <param name="versionformat">1.9.0~rc0</param>
+ <param name="revision">1.9.0-rc0</param>
</service>
<service name="recompress" mode="disabled">
@@ -25,6 +25,6 @@
</service>
<service name="set_version" mode="disabled">
- <param name="basename">katacontainers-image-initrd</param>
+ <param name="basename">osbuilder</param>
</service>
</services>