Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2020-02-15 22:23:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Sat Feb 15 22:23:34 2020 rev:54 rq:772114 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2020-01-30 
09:32:35.313207150 +0100
+++ /work/SRC/openSUSE:Factory/.podman.new.26092/podman.changes 2020-02-15 
22:23:36.147250752 +0100
@@ -1,0 +2,93 @@
+Fri Feb  7 14:18:16 UTC 2020 - Sascha Grunert <[email protected]>
+
+- Remove: 0001-clarify-container-prune-force.patch because it's now
+  included in the release
+- Update podman to v1.8.0:
+  * Features
+    - The podman system service command has been added, providing a
+      preview of Podman's new Docker-compatible API. This API is
+      still very new, and not yet ready for production use, but is
+      available for early testing
+    - Rootless Podman now uses Rootlesskit for port forwarding,
+      which should greatly improve performance and capabilities
+    - The podman untag command has been added to remove tags from
+      images without deleting them
+    - The podman inspect command on images now displays previous
+      names they used
+    - The podman generate systemd command now supports a --new
+      option to generate service files that create and run new
+      containers instead of managing existing containers
+    - Support for --log-opt tag= to set logging tags has been added
+      to the journald log driver
+    - Added support for using Seccomp profiles embedded in images
+      for podman run and podman create via the new --seccomp-policy
+        CLI flag
+    - The podman play kube command now honors pull policy
+  * Bugfixes
+    - Fixed a bug where the podman cp command would not copy the
+      contents of directories when paths ending in /. were given
+    - Fixed a bug where the podman play kube command did not
+      properly locate Seccomp profiles specified relative to
+      localhost
+    - Fixed a bug where the podman info command for remote Podman
+      did not show registry information
+    - Fixed a bug where the podman exec command did not support
+      having input piped into it
+    - Fixed a bug where the podman cp command with rootless Podman
+      on CGroups v2 systems did not properly determine if the
+      container could be paused while copying
+    - Fixed a bug where the podman container prune --force command
+      could possible remove running containers if they were started
+      while the command was running 
+    - Fixed a bug where Podman, when run as root, would not
+      properly configure slirp4netns networking when requested
+    - Fixed a bug where podman run --userns=keep-id did not work
+      when the user had a UID over 65535
+    - Fixed a bug where rootless podman run and podman create with
+      the --userns=keep-id option could change permissions on
+      /run/user/$UID and break KDE
+    - Fixed a bug where rootless Podman could not be run in a
+      systemd service on systems using CGroups v2
+    - Fixed a bug where podman inspect would show CPUShares as 0,
+      instead of the default (1024), when it was not explicitly set
+    - Fixed a bug where podman-remote push would segfault
+    - Fixed a bug where image healthchecks were not shown in the
+      output of podman inspect
+    - Fixed a bug where named volumes created with containers from
+      pre-1.6.3 releases of Podman would be autoremoved with their
+      containers if the --rm flag was given, even if they were
+      given names
+    - Fixed a bug where podman history was not computing image
+      sizes correctly
+    - Fixed a bug where Podman would not error on invalid values to
+      the --sort flag to podman images
+    - Fixed a bug where providing a name for the image made by
+      podman commit was mandatory, not optional as it should be
+    - Fixed a bug where the remote Podman client would append an
+      extra " to %PATH
+    - Fixed a bug where the podman build command would sometimes
+      ignore the -f option and build the wrong Containerfile
+    - Fixed a bug where the podman ps --filter command would only
+      filter running containers, instead of all containers, if
+      --all was not passed
+    - Fixed a bug where the podman load command on compressed
+      images would leave an extra copy on disk
+    - Fixed a bug where the podman restart command would not
+      properly clean up the network, causing it to function
+      differently from podman stop; podman start
+    - Fixed a bug where setting the --memory-swap flag to podman
+      create and podman run to -1 (to indicate unlimited) was not
+      supported
+  * Misc
+    - Initial work on version 2 of the Podman remote API has been
+      merged, but is still in an alpha state and not ready for use.
+      Read more here
+    - Many formatting corrections have been made to the manpages
+    - The changes to address (#5009) may cause anonymous volumes
+      created by Podman versions 1.6.3 to 1.7.0 to not be removed
+      when their container is removed
+    - Updated vendored Buildah to v1.13.1
+    - Updated vendored containers/storage to v1.15.8
+    - Updated vendored containers/image to v5.2.0
+
+-------------------------------------------------------------------

Old:
----
  0001-clarify-container-prune-force.patch
  podman-1.7.0.tar.xz

New:
----
  podman-1.8.0.tar.xz

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.uIUFHU/_old  2020-02-15 22:23:38.407251974 +0100
+++ /var/tmp/diff_new_pack.uIUFHU/_new  2020-02-15 22:23:38.407251974 +0100
@@ -22,7 +22,7 @@
 %define with_libostree 1
 %endif
 Name:           podman
-Version:        1.7.0
+Version:        1.8.0
 Release:        0
 Summary:        Daemon-less container engine for managing containers, pods and 
images
 License:        Apache-2.0
@@ -31,8 +31,6 @@
 Source0:        %{name}-%{version}.tar.xz
 Source2:        libpod.conf
 Source3:        %{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM 0001-clarify-container-prune-force.patch 
https://github.com/containers/libpod/issues/4844
-Patch0:         0001-clarify-container-prune-force.patch
 BuildRequires:  bash-completion
 BuildRequires:  cni
 BuildRequires:  device-mapper-devel
@@ -84,7 +82,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %package cni-config
 Summary:        Basic CNI configuration for podman

++++++ _service ++++++
--- /var/tmp/diff_new_pack.uIUFHU/_old  2020-02-15 22:23:38.427251985 +0100
+++ /var/tmp/diff_new_pack.uIUFHU/_new  2020-02-15 22:23:38.427251985 +0100
@@ -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.7.0</param>
-<param name="revision">v1.7.0</param>
+<param name="versionformat">1.8.0</param>
+<param name="revision">v1.8.0</param>
 </service>
 
 <service name="set_version" mode="disabled">

++++++ podman-1.7.0.tar.xz -> podman-1.8.0.tar.xz ++++++
++++ 83352 lines of diff (skipped)


Reply via email to