Hello community,

here is the log from the commit of package katacontainers for openSUSE:Factory 
checked in at 2020-06-22 17:46:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/katacontainers (Old)
 and      /work/SRC/openSUSE:Factory/.katacontainers.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "katacontainers"

Mon Jun 22 17:46:32 2020 rev:14 rq:816319 version:1.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/katacontainers/katacontainers.changes    
2020-06-02 14:36:47.959172240 +0200
+++ /work/SRC/openSUSE:Factory/.katacontainers.new.2956/katacontainers.changes  
2020-06-22 17:46:40.249990980 +0200
@@ -1,0 +2,9 @@
+Fri Jun 19 15:04:27 UTC 2020 - Ralf Haferkamp <rha...@suse.com>
+
+- Update to 1.11.1:
+  runtime:
+    - shm: handle shm mount backed by empty-dir memory volumes
+    - virtcontainers: Fix structured logging in device/config package
+    - vc: make host shared path readonly
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ katacontainers.spec ++++++
--- /var/tmp/diff_new_pack.inrhgp/_old  2020-06-22 17:46:42.677998596 +0200
+++ /var/tmp/diff_new_pack.inrhgp/_new  2020-06-22 17:46:42.681998609 +0200
@@ -41,7 +41,7 @@
 %endif
 
 Name:           katacontainers
-Version:        1.11.0
+Version:        1.11.1
 Release:        0
 Summary:        Kata Containers OCI container runtime
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.inrhgp/_old  2020-06-22 17:46:42.709998697 +0200
+++ /var/tmp/diff_new_pack.inrhgp/_new  2020-06-22 17:46:42.709998697 +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.11.0</param>
-    <param name="revision">1.11.0</param>
+    <param name="versionformat">1.11.1</param>
+    <param name="revision">1.11.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.11.0</param>
-    <param name="revision">1.11.0</param>
+    <param name="versionformat">1.11.1</param>
+    <param name="revision">1.11.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.11.0</param>
-    <param name="revision">1.11.0</param>
+    <param name="versionformat">1.11.1</param>
+    <param name="revision">1.11.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.11.0</param>
-    <param name="revision">1.11.0</param>
+    <param name="versionformat">1.11.1</param>
+    <param name="revision">1.11.1</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ ksm-throttler-1.11.0.tar.xz -> ksm-throttler-1.11.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksm-throttler-1.11.0/.travis.yml 
new/ksm-throttler-1.11.1/.travis.yml
--- old/ksm-throttler-1.11.0/.travis.yml        2020-01-14 17:35:01.000000000 
+0100
+++ new/ksm-throttler-1.11.1/.travis.yml        2020-06-06 00:53:41.000000000 
+0200
@@ -5,20 +5,20 @@
 #
 
 ---
-language: go
 sudo: required
 
 os:
 - linux
 - linux-ppc64le
 
+language: go
+go:
+  - 1.13.9
+
 go_import_path: github.com/kata-containers/ksm-throttler
 
 before_script:
   - ".ci/setup.sh"
-  # go version should pass with:
-  # https://github.com/kata-containers/runtime/blob/master/versions.yaml
-  - ".ci/install_go.sh"
   - ".ci/static-checks.sh"
 
 install:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksm-throttler-1.11.0/VERSION 
new/ksm-throttler-1.11.1/VERSION
--- old/ksm-throttler-1.11.0/VERSION    2020-01-14 17:35:01.000000000 +0100
+++ new/ksm-throttler-1.11.1/VERSION    2020-06-06 00:53:41.000000000 +0200
@@ -1 +1 @@
-1.10.0
+1.11.1

++++++ proxy-1.11.0.tar.xz -> proxy-1.11.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proxy-1.11.0/.travis.yml new/proxy-1.11.1/.travis.yml
--- old/proxy-1.11.0/.travis.yml        2020-01-14 17:41:30.000000000 +0100
+++ new/proxy-1.11.1/.travis.yml        2020-06-06 00:48:47.000000000 +0200
@@ -18,13 +18,15 @@
     - os: osx
 
 language: go
+go:
+  - 1.13.9
+
 go_import_path: github.com/kata-containers/proxy
 
 env:
   - target_branch=$TRAVIS_BRANCH
 
 before_script:
-  - ".ci/install_go.sh"
   - ".ci/static-checks.sh"
 
 before_install:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proxy-1.11.0/Makefile new/proxy-1.11.1/Makefile
--- old/proxy-1.11.0/Makefile   2020-01-14 17:41:30.000000000 +0100
+++ new/proxy-1.11.1/Makefile   2020-06-06 00:48:47.000000000 +0200
@@ -4,6 +4,9 @@
 # SPDX-License-Identifier: Apache-2.0
 #
 
+# Set to "yes“ if binary stripping is needed.
+STRIP := no
+
 DESTDIR :=
 ifeq ($(PREFIX),)
 PREFIX := /usr
@@ -24,8 +27,13 @@
 # go build common flags
 BUILDFLAGS := -buildmode=pie
 
+# whether stipping the binary
+ifeq ($(STRIP),yes)
+       KATA_LDFLAGS += -w -s
+endif
+
 $(TARGET): $(SOURCES) $(VERSION_FILE)
-       go build $(BUILDFLAGS) -o $@ -ldflags "-X 
main.version=$(VERSION_COMMIT)"
+       go build $(BUILDFLAGS) -o $@ -ldflags "-X 
main.version=$(VERSION_COMMIT) $(KATA_LDFLAGS)"
 
 test:
        bash .ci/go-test.sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proxy-1.11.0/VERSION new/proxy-1.11.1/VERSION
--- old/proxy-1.11.0/VERSION    2020-01-14 17:41:30.000000000 +0100
+++ new/proxy-1.11.1/VERSION    2020-06-06 00:48:47.000000000 +0200
@@ -1 +1 @@
-1.10.0
+1.11.1

++++++ runtime-1.11.0.tar.xz -> runtime-1.11.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/katacontainers/runtime-1.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.katacontainers.new.2956/runtime-1.11.1.tar.xz 
differ: char 26, line 1

++++++ shim-1.11.0.tar.xz -> shim-1.11.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/katacontainers/shim-1.11.0.tar.xz 
/work/SRC/openSUSE:Factory/.katacontainers.new.2956/shim-1.11.1.tar.xz differ: 
char 26, line 1


Reply via email to