Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2021-01-19 15:59:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and      /work/SRC/openSUSE:Factory/.libcontainers-common.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcontainers-common"

Tue Jan 19 15:59:37 2021 rev:30 rq:863392 version:20210112

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes    
    2020-10-18 16:18:16.300406714 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.28504/libcontainers-common.changes
     2021-01-19 15:59:56.731176015 +0100
@@ -1,0 +2,10 @@
+Tue Jan 12 08:43:22 UTC 2021 - Sascha Grunert <sgrun...@suse.com>
+
+- Update common to 0.33.0
+- Update image to 5.9.0
+- Update podman to 2.2.1
+- Update storage to 1.24.5
+- Switch to seccomp profile provided by common instead of podman
+- Update containers.conf to match latest version
+
+-------------------------------------------------------------------

Old:
----
  common-0.14.6.tar.xz
  image-5.5.1.tar.xz
  podman-2.0.3.tar.xz
  storage-1.20.2.tar.xz

New:
----
  common-0.33.0.tar.xz
  image-5.9.0.tar.xz
  podman-2.2.1.tar.xz
  storage-1.24.5.tar.xz

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

Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.2UoCwg/_old  2021-01-19 15:59:58.127178125 +0100
+++ /var/tmp/diff_new_pack.2UoCwg/_new  2021-01-19 15:59:58.127178125 +0100
@@ -17,19 +17,19 @@
 
 
 # commonver - version from containers/common
-%define commonver 0.14.6
+%define commonver 0.33.0
 
 # podman - version from containers/podman
-%define podmanver 2.0.3
+%define podmanver 2.2.1
 
 # storagever - version from containers/storage
-%define storagever 1.20.2
+%define storagever 1.24.5
 
 # imagever - version from containers/image
-%define imagever 5.5.1
+%define imagever 5.9.0
 
 Name:           libcontainers-common
-Version:        20200727
+Version:        20210112
 Release:        0
 Summary:        Configuration files common to github.com/containers
 License:        Apache-2.0 AND GPL-3.0-or-later
@@ -110,8 +110,8 @@
 install -D -m 0644 %{SOURCE8} 
%{buildroot}/%{_sysconfdir}/containers/registries.d/default.yaml
 sed -e 's-@LIBEXECDIR@-%{_libexecdir}-g' -i %{SOURCE10}
 install -D -m 0644 %{SOURCE10} 
%{buildroot}/%{_datadir}/containers/containers.conf
-install -D -m 0644 podman-%{podmanver}/seccomp.json 
%{buildroot}/%{_datadir}/containers/seccomp.json
-install -D -m 0644 podman-%{podmanver}/seccomp.json 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
+install -D -m 0644 common-%{commonver}/pkg/seccomp/seccomp.json 
%{buildroot}/%{_datadir}/containers/seccomp.json
+install -D -m 0644 common-%{commonver}/pkg/seccomp/seccomp.json 
%{buildroot}/%{_sysconfdir}/containers/seccomp.json
 
 install -d %{buildroot}/%{_mandir}/man1
 install -d %{buildroot}/%{_mandir}/man5

++++++ _service ++++++
--- /var/tmp/diff_new_pack.2UoCwg/_old  2021-01-19 15:59:58.183178209 +0100
+++ /var/tmp/diff_new_pack.2UoCwg/_new  2021-01-19 15:59:58.187178215 +0100
@@ -4,32 +4,32 @@
 <param name="url">https://github.com/containers/storage.git</param>
 <param name="scm">git</param>
 <param name="filename">storage</param>
-<param name="versionformat">1.20.2</param>
-<param name="revision">v1.20.2</param>
+<param name="versionformat">1.24.5</param>
+<param name="revision">v1.24.5</param>
 </service>
 
 <service name="tar_scm" mode="disabled">
 <param name="url">https://github.com/containers/image.git</param>
 <param name="scm">git</param>
 <param name="filename">image</param>
-<param name="versionformat">5.5.1</param>
-<param name="revision">v5.5.1</param>
+<param name="versionformat">5.9.0</param>
+<param name="revision">v5.9.0</param>
 </service>
 
 <service name="tar_scm" mode="disabled">
 <param name="url">https://github.com/containers/podman.git</param>
 <param name="scm">git</param>
 <param name="filename">podman</param>
-<param name="versionformat">2.0.3</param>
-<param name="revision">v2.0.3</param>
+<param name="versionformat">2.2.1</param>
+<param name="revision">v2.2.1</param>
 </service>
 
 <service name="tar_scm" mode="disabled">
 <param name="url">https://github.com/containers/common.git</param>
 <param name="scm">git</param>
 <param name="filename">common</param>
-<param name="versionformat">0.14.6</param>
-<param name="revision">v0.14.6</param>
+<param name="versionformat">0.33.0</param>
+<param name="revision">v0.33.0</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ common-0.14.6.tar.xz -> common-0.33.0.tar.xz ++++++
++++ 99726 lines of diff (skipped)

++++++ containers.conf ++++++
--- /var/tmp/diff_new_pack.2UoCwg/_old  2021-01-19 15:59:59.327179939 +0100
+++ /var/tmp/diff_new_pack.2UoCwg/_new  2021-01-19 15:59:59.331179944 +0100
@@ -52,7 +52,7 @@
 # Options are:
 # `enabled`   Enable cgroup support within container
 # `disabled`  Disable cgroup support, will inherit cgroups from parent
-# `no-conmon` Container engine runs run without conmon
+# `no-conmon` Do not create a cgroup dedicated to conmon.
 #
 # cgroups = "enabled"
 
@@ -77,11 +77,11 @@
 
 # A list of sysctls to be set in containers by default,
 # specified as "name=value",
-# for example:"net.ipv4.ping_group_range = 0 1000".
+# for example:"net.ipv4.ping_group_range = 0 0".
 #
-# default_sysctls = [
-#  "net.ipv4.ping_group_range=0 1000",
-# ]
+#default_sysctls = [
+# "net.ipv4.ping_group_range=0 0",
+#]
 
 # A list of ulimits to be set in containers by default, specified as
 # "<ulimit name>=<soft limit>:<hard limit>", for example:
@@ -92,7 +92,7 @@
 # Ulimits has limits for non privileged container engines.
 #
 # default_ulimits = [
-#  "nofile"="1280:2560",
+#  "nofile=1280:2560",
 # ]
 
 # List of default DNS options to be added to /etc/resolv.conf inside of the 
container.
@@ -116,18 +116,13 @@
 #
 # env = [
 #    "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
+#    "TERM=xterm",
 # ]
 
 # Pass all host environment variables into the container.
 #
 # env_host = false
 
-# Path to OCI hooks directories for automatically executed hooks.
-#
-# hooks_dir = [
-#     "/usr/share/containers/oci/hooks.d",
-# ]
-
 # Default proxy environment variables passed into the container.
 # The environment variables passed in include:
 # http_proxy, https_proxy, ftp_proxy, no_proxy, and the upper case versions of
@@ -152,9 +147,13 @@
 #
 # ipcns = "private"
 
-# Flag tells container engine to whether to use container separation using
-# MAC(SELinux)labeling or not.
-# Flag is ignored on label disabled systems.
+# keyring tells the container engine whether to create
+# a kernel keyring for use within the container.
+# keyring = true
+
+# label tells the container engine whether to use container separation using
+# MAC(SELinux) labeling or not.
+# The label flag is ignored on label disabled systems.
 #
 # label = true
 
@@ -248,6 +247,9 @@
 # network_config_dir = "/etc/cni/net.d/"
 
 [engine]
+# ImageBuildFormat indicates the default image format to building
+# container images. Valid values are "oci" (default) or "docker".
+# image_build_format = "oci"
 
 # Cgroup management implementation used for the runtime.
 # Valid options "systemd" or "cgroupfs"
@@ -299,6 +301,12 @@
 #
 # events_logger = "journald"
 
+# Path to OCI hooks directories for automatically executed hooks.
+#
+# hooks_dir = [
+#     "/usr/share/containers/oci/hooks.d",
+# ]
+
 # Default transport method for pulling and pushing for images
 #
 # image_default_transport = "docker://"
@@ -322,6 +330,12 @@
 #
 # lock_type** = "shm"
 
+# MultiImageArchive - if true, the container engine allows for storing archives
+# (e.g., of the docker-archive transport) with multiple images.  By default,
+# Podman creates single-image archives.
+#
+# multi_image_archive = "false"
+
 # Default engine namespace
 # If engine is joined to a namespace, it will see only containers and pods
 # that were created in the same namespace, and will create new containers and
@@ -331,6 +345,15 @@
 #
 # namespace = ""
 
+# Path to the slirp4netns binary
+#
+# network_cmd_path=""
+
+# Default options to pass to the slirp4netns binary.
+# For example "allow_host_loopback=true"
+#
+# network_cmd_options=[]
+
 # Whether to use chroot instead of pivot_root in the runtime
 #
 # no_pivot_root = false
@@ -344,6 +367,11 @@
 # Whether to pull new image before running a container
 # pull_policy = "missing"
 
+# Indicates whether the application should be running in remote mode. This 
flag modifies the
+# --remote option on container engines. Setting the flag to true will default
+# `podman --remote=true` for access to the remote Podman service.
+# remote = false
+
 # Directory for persistent engine files (database, etc)
 # By default, this will be configured relative to where the containers/storage
 # stores containers
@@ -398,7 +426,7 @@
 #     Path to file containing ssh identity key
 #     identity = "~/.ssh/id_rsa"
 
-# Paths to look for a valid OCI runtime (runc, runv, kata, etc)
+# Paths to look for a valid OCI runtime (crun, runc, kata, etc)
 [engine.runtimes]
 # runc = [
 #        "/usr/bin/runc",
@@ -431,8 +459,11 @@
 #            "/usr/bin/kata-fc",
 # ]
 
-# The [engine.runtimes] table MUST be the last entry in this file.
+[engine.volume_plugins]
+# testplugin = "/run/podman/plugins/test.sock"
+
+# The [engine.volume_plugins] table MUST be the last entry in this file.
 # (Unless another table is added)
 # TOML does not provide a way to end a table other than a further table being
-# defined, so every key hereafter will be part of [runtimes] and not the main
-# config.
+# defined, so every key hereafter will be part of [volume_plugins] and not the
+# main config.

++++++ image-5.5.1.tar.xz -> image-5.9.0.tar.xz ++++++
++++ 9864 lines of diff (skipped)

++++++ podman-2.0.3.tar.xz -> podman-2.2.1.tar.xz ++++++
++++ 308749 lines of diff (skipped)

++++++ storage-1.20.2.tar.xz -> storage-1.24.5.tar.xz ++++++
++++ 160707 lines of diff (skipped)

Reply via email to