Hello community,

here is the log from the commit of package libcontainers-common for 
openSUSE:Factory checked in at 2019-07-22 12:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
 and      /work/SRC/openSUSE:Factory/.libcontainers-common.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcontainers-common"

Mon Jul 22 12:17:10 2019 rev:16 rq:714085 version:20190401

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes    
    2019-06-24 21:48:30.235880008 +0200
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-common.new.4126/libcontainers-common.changes
      2019-07-22 12:17:11.943714934 +0200
@@ -1,0 +2,96 @@
+Mon Jul  8 13:18:20 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update to libpod v1.4.4
+  - Fixed a bug where rootless Podman would attempt to use the
+    entire root configuration if no rootless configuration was
+    present for the user, breaking rootless Podman for new
+    installations
+  - Fixed a bug where rootless Podman's pause process would block
+    SIGTERM, preventing graceful system shutdown and hanging until
+    the system's init send SIGKILL
+  - Fixed a bug where running Podman as root with sudo -E would not
+    work after running rootless Podman at least once
+  - Fixed a bug where options for tmpfs volumes added with the
+    --tmpfs flag were being ignored
+  - Fixed a bug where images with no layers could not properly be
+    displayed and removed by Podman
+  - Fixed a bug where locks were not properly freed on failure to
+    create a container or pod
+  - Podman now has greatly improved support for containers using
+    multiple OCI runtimes. Containers now remember if they were
+    created with a different runtime using --runtime and will
+    always use that runtime
+  - The cached and delegated options for volume mounts are now
+    allowed for Docker compatability (#3340)
+  - The podman diff command now supports the --latest flag
+  - Fixed a bug where podman cp on a single file would create a
+    directory at the target and place the file in it (#3384)
+  - Fixed a bug where podman inspect --format '{{.Mounts}}' would
+    print a hexadecimal address instead of a container's mounts
+  - Fixed a bug where rootless Podman would not add an entry to
+    container's /etc/hosts files for their own hostname (#3405)
+  - Fixed a bug where podman ps --sync would segfault (#3411)
+  - Fixed a bug where podman generate kube would produce an invalid
+    ports configuration (#3408)
+  - Podman now performs much better on systems with heavy I/O load
+  - The --cgroup-manager flag to podman now shows the correct
+    default setting in help if the default was overridden by
+    libpod.conf
+  - For backwards compatability, setting --log-driver=json-file in
+    podman run is now supported as an alias for
+    --log-driver=k8s-file. This is considered deprecated, and
+    json-file will be moved to a new implementation in the future
+    ([#3363](https://github.com/containers/libpod/issues/3363))
+  - Podman's default libpod.conf file now allows the crun OCI
+    runtime to be used if it is installed
+  - Fixed a bug where Podman could not run containers using an
+    older version of Systemd as init (#3295)
+  - Updated vendored Buildah to v1.9.0 to resolve a critical bug
+    with Dockerfile RUN instructions
+  - The error message for running podman kill on containers that
+    are not running has been improved
+  - The Podman remote client can now log to a file if syslog is not
+    available
+  - The MacOS dmg file is experimental, use at your own risk.
+  - The podman exec command now sets its error code differently
+    based on whether the container does not exist, and the command
+    in the container does not exist
+  - The podman inspect command on containers now outputs Mounts
+    JSON that matches that of docker inspect, only including
+    user-specified volumes and differentiating bind mounts and
+    named volumes
+  - The podman inspect command now reports the path to a
+    container's OCI spec with the OCIConfigPath key (only included
+    when the container is initialized or running)
+  - The podman run --mount command now supports the
+    bind-nonrecursive option for bind mounts (#3314)
+  - Fixed a bug where podman play kube would fail to create
+    containers due to an unspecified log driver
+  - Fixed a bug where Podman would fail to build with musl libc
+    (#3284)
+  - Fixed a bug where rootless Podman using slirp4netns networking
+    in an environment with no nameservers on the host other than
+    localhost would result in nonfunctional networking (#3277)
+  - Fixed a bug where podman import would not properly set
+    environment variables, discarding their values and retaining
+    only keys
+  - Fixed a bug where Podman would fail to run when built with
+    Apparmor support but run on systems without the Apparmor kernel
+    module loaded (#3331)
+  - Remote Podman will now default the username it uses to log in
+    to remote systems to the username of the current user
+  - Podman now uses JSON logging with OCI runtimes that support it,
+    allowing for better error reporting
+  - Updated vendored Buildah to v1.8.4
+  - Updated vendored containers/image to v2.0
+- Update to image v2.0.0
+  - Add registry mirror support
+  - Include missing man pages (bsc#1139526)
+- Update to storage v1.12.10
+  - Add support for UID as well as UserName in /etc/subuid files.
+  - utils: fix check for missing conf file
+  - compression: add support for the zstd algorithm
+  - overlay: cache the results of
+    supported/using-metacopy/use-naive-diff feature tests
+
+-------------------------------------------------------------------

Old:
----
  image-1.5.1.tar.xz
  libpod-1.4.0.tar.xz
  storage-1.12.10.tar.xz

New:
----
  image-2.0.0.tar.xz
  libpod-1.4.4.tar.xz
  storage-1.12.13.tar.xz

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

Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.LQyfGL/_old  2019-07-22 12:17:13.375714545 +0200
+++ /var/tmp/diff_new_pack.LQyfGL/_new  2019-07-22 12:17:13.379714544 +0200
@@ -16,13 +16,13 @@
 #
 
 # libpodver - version from containers/libpod
-%define libpodver 1.4.0
+%define libpodver 1.4.4
 
 # storagever - version from containers/storage
-%define storagever 1.12.10
+%define storagever 1.12.13
 
 # imagever - version from containers/image
-%define imagever 1.5.1
+%define imagever 2.0.0
 
 Name:           libcontainers-common
 Version:        20190401
@@ -74,11 +74,12 @@
 cd ..
 # compile containers/storage manpages
 cd storage-%{storagever}
-for md in docs/*.5.md
+for md in docs/*.md
 do
        go-md2man -in $md -out $md
 done
 rename '.5.md' '.5' docs/*
+rename '.md' '.1' docs/*
 cd ..
 # compile subset of containers/libpod manpages
 cd libpod-%{libpodver}
@@ -112,6 +113,8 @@
 install -d %{buildroot}/%{_mandir}/man1
 install -d %{buildroot}/%{_mandir}/man5
 install -D -m 0644 image-%{imagever}/docs/*.1 %{buildroot}/%{_mandir}/man1/
+install -D -m 0644 image-%{imagever}/docs/*.5 %{buildroot}/%{_mandir}/man5/
+install -D -m 0644 storage-%{storagever}/docs/*.1 %{buildroot}/%{_mandir}/man1/
 install -D -m 0644 storage-%{storagever}/docs/*.5 %{buildroot}/%{_mandir}/man5/
 install -D -m 0644 libpod-%{libpodver}/pkg/hooks/docs/oci-hooks.5 
%{buildroot}/%{_mandir}/man5/
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.LQyfGL/_old  2019-07-22 12:17:13.443714526 +0200
+++ /var/tmp/diff_new_pack.LQyfGL/_new  2019-07-22 12:17:13.443714526 +0200
@@ -4,24 +4,24 @@
 <param name="url">https://github.com/containers/storage.git</param>
 <param name="scm">git</param>
 <param name="filename">storage</param>
-<param name="versionformat">1.12.10</param>
-<param name="revision">v1.12.10</param>
+<param name="versionformat">1.12.13</param>
+<param name="revision">v1.12.13</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">1.5.1</param>
-<param name="revision">v1.5.1</param>
+<param name="versionformat">2.0.0</param>
+<param name="revision">v2.0.0</param>
 </service>
 
 <service name="tar_scm" mode="disabled">
 <param name="url">https://github.com/containers/libpod.git</param>
 <param name="scm">git</param>
 <param name="filename">libpod</param>
-<param name="versionformat">1.4.0</param>
-<param name="revision">v1.4.0</param>
+<param name="versionformat">1.4.4</param>
+<param name="revision">v1.4.4</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ image-1.5.1.tar.xz -> image-2.0.0.tar.xz ++++++
++++ 3597 lines of diff (skipped)

++++++ libpod-1.4.0.tar.xz -> libpod-1.4.4.tar.xz ++++++
++++ 365345 lines of diff (skipped)

++++++ storage-1.12.10.tar.xz -> storage-1.12.13.tar.xz ++++++
++++ 13374 lines of diff (skipped)


Reply via email to