Hello community,

here is the log from the commit of package katacontainers for openSUSE:Factory 
checked in at 2019-11-15 00:35:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katacontainers (Old)
 and      /work/SRC/openSUSE:Factory/.katacontainers.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "katacontainers"

Fri Nov 15 00:35:44 2019 rev:9 rq:748726 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/katacontainers/katacontainers.changes    
2019-10-24 23:11:17.436671192 +0200
+++ /work/SRC/openSUSE:Factory/.katacontainers.new.26869/katacontainers.changes 
2019-11-15 00:35:45.419709442 +0100
@@ -1,0 +2,8 @@
+Thu Nov 14 16:11:57 UTC 2019 - Ralf Haferkamp <[email protected]>
+
+- Update to 1.9.1:
+  runtime:
+    - sandbox/cgroups: don't constrain if using SandboxCgroupsOnly
+    - ci: Fix versions_checker.sh
+
+-------------------------------------------------------------------

Old:
----
  ksm-throttler-1.9.0.tar.xz
  proxy-1.9.0.tar.xz
  runtime-1.9.0.tar.xz
  shim-1.9.0.tar.xz

New:
----
  ksm-throttler-1.9.1.tar.xz
  proxy-1.9.1.tar.xz
  runtime-1.9.1.tar.xz
  shim-1.9.1.tar.xz

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

Other differences:
------------------
++++++ katacontainers.spec ++++++
--- /var/tmp/diff_new_pack.j9h05R/_old  2019-11-15 00:35:48.783709187 +0100
+++ /var/tmp/diff_new_pack.j9h05R/_new  2019-11-15 00:35:48.783709187 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package katacontainers
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -42,12 +42,12 @@
 %endif
 
 Name:           katacontainers
-Version:        1.9.0
+Version:        1.9.1
 Release:        0
 Summary:        Kata Containers OCI container runtime
 License:        Apache-2.0
 Group:          System/Management
-Url:            https://github.com/kata-containers
+URL:            https://github.com/kata-containers
 Source0:        runtime-%{version}.tar.xz
 Source1:        proxy-%{version}.tar.xz
 Source2:        shim-%{version}.tar.xz

++++++ _service ++++++
--- /var/tmp/diff_new_pack.j9h05R/_old  2019-11-15 00:35:48.815709184 +0100
+++ /var/tmp/diff_new_pack.j9h05R/_new  2019-11-15 00:35:48.815709184 +0100
@@ -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</param>
-    <param name="revision">1.9.0</param>
+    <param name="versionformat">1.9.1</param>
+    <param name="revision">1.9.1</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</param>
-    <param name="revision">1.9.0</param>
+    <param name="versionformat">1.9.1</param>
+    <param name="revision">1.9.1</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</param>
-    <param name="revision">1.9.0</param>
+    <param name="versionformat">1.9.1</param>
+    <param name="revision">1.9.1</param>
   </service>
 
   <service name="tar_scm" mode="disabled">
@@ -33,8 +33,8 @@
     <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</param>
-    <param name="revision">1.9.0</param>
+    <param name="versionformat">1.9.1</param>
+    <param name="revision">1.9.1</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ ksm-throttler-1.9.0.tar.xz -> ksm-throttler-1.9.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksm-throttler-1.9.0/VERSION 
new/ksm-throttler-1.9.1/VERSION
--- old/ksm-throttler-1.9.0/VERSION     2019-10-23 15:38:58.000000000 +0200
+++ new/ksm-throttler-1.9.1/VERSION     2019-10-31 20:56:58.000000000 +0100
@@ -1 +1 @@
-1.9.0
+1.9.1

++++++ proxy-1.9.0.tar.xz -> proxy-1.9.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proxy-1.9.0/VERSION new/proxy-1.9.1/VERSION
--- old/proxy-1.9.0/VERSION     2019-10-23 15:39:15.000000000 +0200
+++ new/proxy-1.9.1/VERSION     2019-10-31 20:57:33.000000000 +0100
@@ -1 +1 @@
-1.9.0
+1.9.1

++++++ runtime-1.9.0.tar.xz -> runtime-1.9.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/katacontainers/runtime-1.9.0.tar.xz 
/work/SRC/openSUSE:Factory/.katacontainers.new.26869/runtime-1.9.1.tar.xz 
differ: char 26, line 1

++++++ shim-1.9.0.tar.xz -> shim-1.9.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/katacontainers/shim-1.9.0.tar.xz 
/work/SRC/openSUSE:Factory/.katacontainers.new.26869/shim-1.9.1.tar.xz differ: 
char 27, line 1


Reply via email to