Hello community, here is the log from the commit of package podman for openSUSE:Factory checked in at 2019-06-12 13:05:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podman (Old) and /work/SRC/openSUSE:Factory/.podman.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podman" Wed Jun 12 13:05:55 2019 rev:43 rq:709108 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/podman/podman.changes 2019-05-27 08:35:29.507138655 +0200 +++ /work/SRC/openSUSE:Factory/.podman.new.4811/podman.changes 2019-06-12 13:05:58.137191900 +0200 @@ -1,0 +2,67 @@ +Tue Jun 11 06:43:28 UTC 2019 - Sascha Grunert <[email protected]> + +- Update podman to v1.4.0: + - The podman checkpoint and podman restore commands can now be + used to migrate containers between Podman installations on + different systems + - The podman cp command now supports a pause flag to pause + containers while copying into them + - The remote client now supports a configuration file for + pre-configuring connections to remote Podman installations + - Fixed CVE-2019-10152 - The podman cp command improperly + dereferenced symlinks in host context + - Fixed a bug where podman commit could improperly set + environment variables that contained = characters + - Fixed a bug where rootless Podman would sometimes fail to start + containers with forwarded ports + - Fixed a bug where podman version on the remote client could + segfault + - Fixed a bug where podman container runlabel would use + /proc/self/exe instead of the path of the Podman command when + printing the command being executed + - Fixed a bug where filtering images by label did not work + - Fixed a bug where specifying a bing mount or tmpfs mount over + an image volume would cause a container to be unable to start + - Fixed a bug where podman generate kube did not work with + containers with named volumes + - Fixed a bug where rootless Podman would receive permission + denied errors accessing conmon.pid + - Fixed a bug where podman cp with a folder specified as target + would replace the folder, as opposed to copying into it + - Fixed a bug where rootless Podman commands could double-unlock + a lock, causing a crash + - Fixed a bug where Podman incorrectly set tmpcopyup on /dev/ + mounts, causing errors when using the Kata containers runtime + - Fixed a bug where podman exec would fail on older kernels + - The podman commit command is now usable with the Podman remote + client + - The --signature-policy flag (used with several image-related + commands) has been deprecated + - The podman unshare command now defines two environment + variables in the spawned shell: CONTAINERS_RUNROOT and + CONTAINERS_GRAPHROOT, pointing to temporary and permanent + storage for rootless containers + - Updated vendored containers/storage and containers/image + libraries with numerous bugfixes + - Updated vendored Buildah to v1.8.3 + - Podman now requires Conmon v0.2.0 + - The podman cp command is now aliased as podman container cp + - Rootless Podman will now default init_path using root Podman's + configuration files (/etc/containers/libpod.conf and + /usr/share/containers/libpod.conf) if not overridden in the + rootless configuration + +------------------------------------------------------------------- +Fri Jun 7 11:48:27 UTC 2019 - Sascha Grunert <[email protected]> + +- Add fuse-overlayfs dependency to support overlay based rootless image + manipulations + +------------------------------------------------------------------- +Wed May 29 14:16:08 UTC 2019 - Sascha Grunert <[email protected]> + +- Update podman to v1.3.2: + - Fixed a bug where podman would fail to run if a volume was + mounted over an image volume + +------------------------------------------------------------------- Old: ---- podman-1.3.1.tar.xz New: ---- podman-1.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podman.spec ++++++ --- /var/tmp/diff_new_pack.ri4muG/_old 2019-06-12 13:05:58.669191677 +0200 +++ /var/tmp/diff_new_pack.ri4muG/_new 2019-06-12 13:05:58.673191675 +0200 @@ -24,7 +24,7 @@ %define with_libostree 1 %endif Name: podman -Version: 1.3.1 +Version: 1.4.0 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0 @@ -67,6 +67,7 @@ Requires: runc >= 1.0.0~rc4 Requires: slirp4netns Requires: catatonit +Requires: fuse-overlayfs Recommends: %{name}-cni-config = %{version} %{go_nostrip} %if 0%{?with_libostree} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ri4muG/_old 2019-06-12 13:05:58.705191661 +0200 +++ /var/tmp/diff_new_pack.ri4muG/_new 2019-06-12 13:05:58.709191660 +0200 @@ -4,8 +4,8 @@ <param name="url">https://github.com/containers/libpod.git</param> <param name="scm">git</param> <param name="filename">podman</param> -<param name="versionformat">1.3.1</param> -<param name="revision">v1.3.1</param> +<param name="versionformat">1.4.0</param> +<param name="revision">v1.4.0</param> </service> <service name="set_version" mode="disabled"> ++++++ libpod.conf ++++++ --- /var/tmp/diff_new_pack.ri4muG/_old 2019-06-12 13:05:58.749191643 +0200 +++ /var/tmp/diff_new_pack.ri4muG/_new 2019-06-12 13:05:58.749191643 +0200 @@ -90,6 +90,10 @@ # Uncomment to change location from this default. #volume_path = "/var/lib/containers/storage/volumes" +# Selects which logging mechanism to use for Podman events. Valid values +# are `journald` or `file`. +# events_logger = "journald" + # Default OCI runtime runtime = "runc" @@ -100,6 +104,8 @@ "/usr/sbin/runc" ] -# Selects which logging mechanism to use for Podman events. Valid values -# are `journald` or `file`. -# events_logger = "journald" +# The [runtimes] table MUST be the last thing 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. ++++++ podman-1.3.1.tar.xz -> podman-1.4.0.tar.xz ++++++ ++++ 31518 lines of diff (skipped)
