Hello community,

here is the log from the commit of package katacontainers for openSUSE:Factory 
checked in at 2019-09-26 20:42:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katacontainers (Old)
 and      /work/SRC/openSUSE:Factory/.katacontainers.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "katacontainers"

Thu Sep 26 20:42:56 2019 rev:6 rq:733374 version:1.9.0~alpha2

Changes:
--------
--- /work/SRC/openSUSE:Factory/katacontainers/katacontainers.changes    
2019-09-05 12:46:34.987463498 +0200
+++ /work/SRC/openSUSE:Factory/.katacontainers.new.2352/katacontainers.changes  
2019-09-26 20:43:06.266242637 +0200
@@ -1,0 +2,62 @@
+Wed Sep 25 11:46:31 UTC 2019 - Marco Vedovati <[email protected]>
+
+- Update katacontainers to version 1.9.0~alpha2: 
+  runtime 1.9.0~alpha2:
+   * virtcontainers: Set sandbox dns in sandbox request
+   * vc: Remove bind destination when unmounting
+   * virtio-fs: add virtio_fs_extra_args for virtiofsd
+   * sandbox: combine sandbox cgroup functions
+   * sandbox: Join cgroup sandbox on create.
+   * cgroups: container: check cgroup path before use it
+   * sandbox: cgroup: prefix cgroup related methods
+   * sandbox: cgroups: move methods to sandbox file
+   * hypervisor: Fix MacVTap internetworking support in ACRN
+   * CompatOCISpec: limit usage of CompatOCISpec
+   * s390x: add virtio-blk-ccw
+   * virtcontainers: create generic function
+   * vsock: set VHOST_VSOCK_SET_GUEST_CID based based on arch
+   * vc: Delete store when new/create container is failed
+   * virtcontainers: fix kernel modules annotations
+   * kata-check: require kvm/vhost modules for amd64
+   * kata-check: reduce default output verbosity
+   * v2: Prevent killing all container processes when exec is failed
+   * shim-v2: add network stat in metric
+   * qemu: fix error message miss
+   * monitor: enlarge watch buffer
+   * hypervisor: allow to return a slice of pids
+   * virtcontainers: Fix the issue of watching console for firecracker
+   * qemu: add logfile when debug is on
+   * qemu: fix memory prealloc option handling
+   * qemu: check guest status with qmp query-status
+   * shimv2: cancel monitor before stopping sandbox
+   * qemu: do not try to stop qemu multiple times
+   * network: always cold unplug network devices
+   * Revert: "sandbox: remove network before stopping vm"
+   * agent: add default timeout for grpc requests
+   * container: do not pause a StateReady container
+   * sandbox: remove network before stopping vm
+   * virtcontainers: fix hotplug pci devices execeed max capacity bug
+   * vsock: Propogate error for vsock ioctl
+   * network: Ignore routes with proto as "kernel"
+   * acrn: Change the default network model for ACRN to macvtap
+   * network: Deprecate bridged networking mode.
+   * network: fix failed to remove network
+   * virtcontainers: add support for loading kernel modules
+   * shim-v2: fix shim leak when hypervisor exit unexpectly
+   * virtiofs: wait for virtiofsd process to release its resources
+   * pkg/katautils: Do not set init in the kernel command line
+   * virtiofs: fix virtiofs crash when cache=none
+   * virtcontainers: support SMP die
+   * qemu: support vfio pass x-pci-vendor-id and x-pci-device-id pass
+   * ut: skip TestBindUnmountContainerRootfsENOENTNotError for non-root
+   * ut: skip TestStartNetworkMonitor for non-root
+   * vc: move container mount cleanup to container.go
+   * shimv2: monitor sandbox liveness
+   * monitor: watch hypervisor
+   * agent: use hypervisor pid as backup proxy pid for non-kata proxy cases
+   * sandbox: do not fail SIGKILL
+   * sandbox: support force stop
+   * agent: mark agent dead when failing to connect
+   * container: allow to stop a paused container
+
+-------------------------------------------------------------------

Old:
----
  ksm-throttler-1.9.0~alpha0.tar.gz
  proxy-1.9.0~alpha0.tar.gz
  runtime-1.9.0~alpha0.tar.gz
  shim-1.9.0~alpha0.tar.gz

New:
----
  ksm-throttler-1.9.0~alpha2.tar.xz
  proxy-1.9.0~alpha2.tar.xz
  runtime-1.9.0~alpha2.tar.xz
  shim-1.9.0~alpha2.tar.xz

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

Other differences:
------------------
++++++ katacontainers.spec ++++++
--- /var/tmp/diff_new_pack.Nm45YW/_old  2019-09-26 20:43:11.850227717 +0200
+++ /var/tmp/diff_new_pack.Nm45YW/_new  2019-09-26 20:43:11.850227717 +0200
@@ -19,11 +19,6 @@
 #
 %define  kata_project          github.com/kata-containers
 
-%define  runtime_commit         37c2872f29eb783a7d14119572acf949cd128ac6
-%define  proxy_commit           bba9b0ea7f9aafe21e2446e6fd39779c7544f175
-%define  shim_commit            638b83a8225ae278ee81db7e27318fd97e249c6d
-%define  ksm_throttler_commit   8968863efe4a3bf65b87d0ad247b5cd8826479c6
-
 %ifarch x86_64
 %define QEMUCMD qemu-system-x86_64
 %else
@@ -47,16 +42,16 @@
 %endif
 
 Name:           katacontainers
-Version:        1.9.0~alpha0
+Version:        1.9.0~alpha2
 Release:        <CI_CNT>.<B_CNT>
 Summary:        Kata Containers OCI container runtime
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://github.com/kata-containers
-Source0:        runtime-%{version}.tar.gz
-Source1:        proxy-%{version}.tar.gz
-Source2:        shim-%{version}.tar.gz
-Source3:        ksm-throttler-%{version}.tar.gz
+Source0:        runtime-%{version}.tar.xz
+Source1:        proxy-%{version}.tar.xz
+Source2:        shim-%{version}.tar.xz
+Source3:        ksm-throttler-%{version}.tar.xz
 Source4:        kata-fc
 Source5:        kata-qemu
 Source6:        katacontainers.rpmlintrc
@@ -102,16 +97,16 @@
 
 cd $HOME/go/src/%{kata_project}/runtime
 make %{?_smp_mflags} \
-    SKIP_GO_VERSION_CHECK=1 COMMIT=%{runtime_commit} QEMUCMD=%{QEMUCMD}
+    SKIP_GO_VERSION_CHECK=1 QEMUCMD=%{QEMUCMD}
 
 cd $HOME/go/src/%{kata_project}/proxy
-make %{?_smp_mflags} COMMIT=%{proxy_commit}
+make %{?_smp_mflags}
 
 cd $HOME/go/src/%{kata_project}/shim
-make %{?_smp_mflags} COMMIT=%{shim_commit}
+make %{?_smp_mflags}
 
 cd $HOME/go/src/%{kata_project}/ksm-throttler
-make %{?_smp_mflags} COMMIT=%{ksm_throttler_commit} HAVE_SYSTEMD=yes 
all-installable
+make %{?_smp_mflags} HAVE_SYSTEMD=yes all-installable
 
 %check
 # No tests
@@ -125,7 +120,6 @@
     DESTDIR=%{buildroot} \
     PREFIX=%{_prefix} \
     LIBEXECDIR=%{_libexecdir} \
-    COMMIT=%{runtime_commit} \
     QEMUCMD=%{QEMUCMD} \
     install
 
@@ -148,7 +142,6 @@
     DESTDIR=%{buildroot} \
     PREFIX=%{_prefix} \
     LIBEXECDIR=%{_libexecdir} \
-    COMMIT=%{proxy_commit} \
     install
 
 cd $HOME/go/src/%{kata_project}/shim
@@ -156,7 +149,6 @@
     DESTDIR=%{buildroot} \
     PREFIX=%{_prefix} \
     LIBEXECDIR=%{_libexecdir} \
-    COMMIT=%{shim_commit} \
     install
 
 cd $HOME/go/src/%{kata_project}/ksm-throttler
@@ -164,7 +156,6 @@
     DESTDIR=%{buildroot} \
     PREFIX=%{_prefix} \
     LIBEXECDIR=%{_libexecdir} \
-    COMMIT=%{ksm_throttler_commit} \
     HAVE_SYSTEMD=yes \
     UNIT_DIR=%{_unitdir} \
     V=1 \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Nm45YW/_old  2019-09-26 20:43:11.886227621 +0200
+++ /var/tmp/diff_new_pack.Nm45YW/_new  2019-09-26 20:43:11.886227621 +0200
@@ -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.0~alpha0</param>
-    <param name="revision">1.9.0-alpha0</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,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.0~alpha0</param>
-    <param name="revision">1.9.0-alpha0</param>
+    <param name="versionformat">1.9.0~alpha2</param>
+    <param name="revision">1.9.0-alpha2</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.0~alpha0</param>
-    <param name="revision">1.9.0-alpha0</param>
+    <param name="versionformat">1.9.0~alpha2</param>
+    <param name="revision">1.9.0-alpha2</param>
   </service>
 
   <service name="tar_scm" mode="disabled">
@@ -33,18 +33,16 @@
     <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.0~alpha0</param>
-    <param name="revision">1.9.0-alpha0</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</param>
   </service>
-  -->
 </services>


Reply via email to