Hello community,

here is the log from the commit of package katacontainers-image-initrd for 
openSUSE:Factory checked in at 2019-09-26 20:42:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"

Thu Sep 26 20:42:47 2019 rev:6 rq:733373 version:1.9.0~alpha2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/katacontainers-image-initrd/katacontainers-image-initrd.changes
  2019-09-05 12:43:57.167460096 +0200
+++ 
/work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.2352/katacontainers-image-initrd.changes
        2019-09-26 20:42:59.906259631 +0200
@@ -1,0 +2,18 @@
+Wed Sep 25 11:42:06 UTC 2019 - Marco Vedovati <[email protected]>
+
+- Update package version to 1.9.0~alpha2:
+  agent 1.9.0~alpha2:
+    *mount: ensure local directory storage types have the correct permissions
+    *device: fix the issue of failed waiting on device appeared in /dev
+    *network: While updating routes, do not delete routes with proto "kernel"
+    *agent: add support for loading kernel modules
+    *revert: agent: sandbox_pause should get arguments from proc
+    *agent: sandbox_pause should get arguments from proc
+    *s390x: add virtio-blk-ccw support
+    *agent: make NoPivotRoot config depend on / fs type
+    *make: install depends on $(TARGET)
+    *device: Allow uevent handler to be stopped
+    *mount: Improve error message
+    *memory: Add extra check for memory file
+
+-------------------------------------------------------------------

Old:
----
  agent-1.9.0~alpha0.tar.gz
  osbuilder-1.9.0~alpha0.tar.gz

New:
----
  agent-1.9.0~alpha2.tar.xz
  osbuilder-1.9.0~alpha2.tar.xz

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

Other differences:
------------------
++++++ katacontainers-image-initrd.spec ++++++
--- /var/tmp/diff_new_pack.RDEpm2/_old  2019-09-26 20:43:01.490255398 +0200
+++ /var/tmp/diff_new_pack.RDEpm2/_new  2019-09-26 20:43:01.490255398 +0200
@@ -44,14 +44,14 @@
 %endif
 
 Name:           katacontainers-image-initrd
-Version:        1.9.0~alpha0
+Version:        1.9.0~alpha2
 Release:        0
 Summary:        Kata Containers image (initrd) and kernel
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://github.com/kata-containers/osbuilder
-Source0:        osbuilder-%{version}.tar.gz
-Source1:        agent-%{version}.tar.gz
+Source0:        osbuilder-%{version}.tar.xz
+Source1:        agent-%{version}.tar.xz
 ExclusiveArch:  x86_64 aarch64 ppc64le s390x
 BuildRequires:  dracut
 BuildRequires:  fdupes

++++++ _service ++++++
--- /var/tmp/diff_new_pack.RDEpm2/_old  2019-09-26 20:43:01.518255323 +0200
+++ /var/tmp/diff_new_pack.RDEpm2/_new  2019-09-26 20:43:01.518255323 +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~alpha0</param>
-    <param name="revision">master</param>
+    <param name="versionformat">1.9.0~alpha2</param>
+    <param name="revision">1.9.0-alpha2</param>
   </service>
 
   <service name="tar_scm" mode="disabled">
@@ -15,16 +15,16 @@
     <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~alpha0</param>
-    <param name="revision">master</param>
+    <param name="versionformat">1.9.0~alpha2</param>
+    <param name="revision">1.9.0-alpha2</param>
   </service>
 
   <service name="recompress" mode="disabled">
     <param name="file">*.tar*</param>
-    <param name="compression">gz</param>
+    <param name="compression">xz</param>
   </service>
 
   <service name="set_version" mode="disabled">
-    <param name="basename">katacontainers-osbuilder</param>
+    <param name="basename">katacontainers-image-initrd</param>
   </service>
 </services>


Reply via email to