Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2018-10-08 17:44:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Mon Oct  8 17:44:00 2018 rev:25 rq:639414 version:0.9.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2018-09-04 
22:57:34.465288550 +0200
+++ /work/SRC/openSUSE:Factory/.podman.new/podman.changes       2018-10-08 
17:44:14.194574694 +0200
@@ -1,0 +2,44 @@
+Mon Oct  1 05:51:48 UTC 2018 - Valentin Rothberg <vrothb...@suse.com>
+
+- Update conmon to 4cd5a7c60349be0678d9f1b0657683324c1a2726 and fetch
+  it from its new home https://github.com/kubernetes-sigs/cri-o.
+
+- Changelog for v0.9.3.1 (2018-09-25)
+  * Disable problematic SELinux code causing runc issues
+
+- Changelog for v0.9.3 (2018-09-21)
+  * Add --mount option for `create` & `run` command
+  * Don't mount /dev/shm if the user told you --ipc=none
+  * rootless: error out if there are not enough UIDs/GIDs available
+  * Add new field to libpod to indicate whether or not to use labelling
+  * Bind Mounts should be mounted read-only when in read-only mode
+  * report when rootless
+  * Don't crash if an image has no names
+
+- Changelog for v0.9.2 (2018-09-14)
+  * Don't mount /dev/* if user mounted /dev
+  * rootless: do not raise an error if the entrypoint is specified
+  * Add a way to disable port reservation
+  * Do not set rlimits if we are rootless
+  * Add --interval flag to podman wait
+  * Add `podman rm --volumes` flag
+  * Explicitly set default CNI network name in libpod.conf
+
+- Changelog for v0.9.1.1 (2018-09-10)
+  * Replace existing iptables handler with firewall code
+  * Vendor CNI plugins firewall code
+  * Fix displaying size on size calculation error
+
+- Changelog for v0.9.1 (2018-09-07)
+  * Fix pod sharing for utsmode
+  * Respect user-added mounts over default spec mounts
+  * use layer cache when building images
+  * Start pod infra container when pod is created
+  * Fix up libpod.conf man pages and referencese to it.
+  * We should fail Podman with ExitCode 125 by default
+  * Add CRI logs parsing to podman logs
+  * rmi remove all not error when no images are present
+  * rootless, create: support --pod
+  * rootless, run: support --pod
+
+-------------------------------------------------------------------

Old:
----
  conmon-git.662dbb31b5d4f5ed54511a47cde7190c61c28677.tar.xz
  podman-0.8.5.tar.xz

New:
----
  conmon-git.4cd5a7c60349be0678d9f1b0657683324c1a2726.tar.xz
  podman-0.9.3.1.tar.xz

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.Evs7ZH/_old  2018-10-08 17:44:14.854573853 +0200
+++ /var/tmp/diff_new_pack.Evs7ZH/_new  2018-10-08 17:44:14.858573848 +0200
@@ -17,14 +17,14 @@
 
 
 %define project        github.com/containers/libpod
-%define conmon_project github.com/kubernetes-incubator/cri-o
-%define conmon_commit  662dbb31b5d4f5ed54511a47cde7190c61c28677
+%define conmon_project github.com/kubernetes-sigs/cri-o
+%define conmon_commit  4cd5a7c60349be0678d9f1b0657683324c1a2726
 # Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
 %if 0%{?suse_version} >= 1500
 %define with_libostree 1
 %endif
 Name:           podman
-Version:        0.8.5
+Version:        0.9.3.1
 Release:        0
 Summary:        Debugging tool for pods and images
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Evs7ZH/_old  2018-10-08 17:44:14.898573797 +0200
+++ /var/tmp/diff_new_pack.Evs7ZH/_new  2018-10-08 17:44:14.898573797 +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">0.8.5</param>
-<param name="revision">v0.8.5</param>
+<param name="versionformat">0.9.3.1</param>
+<param name="revision">v0.9.3.1</param>
 </service>
 
 <service name="set_version" mode="disabled">
@@ -13,11 +13,11 @@
 </service>
 
 <service name="tar_scm" mode="disabled">
-<param name="url">https://github.com/kubernetes-incubator/cri-o.git</param>
+<param name="url">https://github.com/kubernetes-sigs/cri-o.git</param>
 <param name="scm">git</param>
 <param name="filename">conmon</param>
 <param name="versionformat">git.%H</param>
-<param name="revision">662dbb31b5d4f5ed54511a47cde7190c61c28677</param>
+<param name="revision">4cd5a7c60349be0678d9f1b0657683324c1a2726</param>
 </service>
 
 <service name="recompress" mode="disabled">

++++++ conmon-git.662dbb31b5d4f5ed54511a47cde7190c61c28677.tar.xz -> 
conmon-git.4cd5a7c60349be0678d9f1b0657683324c1a2726.tar.xz ++++++
++++ 146164 lines of diff (skipped)

++++++ podman-0.8.5.tar.xz -> podman-0.9.3.1.tar.xz ++++++
++++ 37510 lines of diff (skipped)


Reply via email to