Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2019-03-27 16:13:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/podman (Old)
 and      /work/SRC/openSUSE:Factory/.podman.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "podman"

Wed Mar 27 16:13:10 2019 rev:40 rq:688763 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/podman/podman.changes    2019-03-08 
12:00:54.671959877 +0100
+++ /work/SRC/openSUSE:Factory/.podman.new.25356/podman.changes 2019-03-27 
16:13:13.195639749 +0100
@@ -1,0 +2,18 @@
+Fri Mar 22 21:02:05 UTC 2019 - Flavio Castelli <fcaste...@suse.com>
+
+- Change default libpod.conf configuration file: use the runtimes
+  section to allow users to specify different OCI runtimes. This
+  allows user to choose which runtime to use on a per container
+  basis.
+
+-------------------------------------------------------------------
+Tue Mar 19 13:15:38 UTC 2019 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Add 'apparmor-parser' to list of requires (boo#1123387)
+
+-------------------------------------------------------------------
+Sat Mar 16 08:33:38 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Scriptlets contain sh-compatible code, so drop -p /bin/bash.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ podman.spec ++++++
--- /var/tmp/diff_new_pack.CofvNO/_old  2019-03-27 16:13:14.523639410 +0100
+++ /var/tmp/diff_new_pack.CofvNO/_new  2019-03-27 16:13:14.523639410 +0100
@@ -54,6 +54,7 @@
 %ifarch ppc64le
 #!BuildIgnore: gcc-PIE
 %endif
+Requires:       apparmor-parser
 Requires:       cni
 Requires:       cni-plugins
 Requires:       iptables
@@ -184,17 +185,17 @@
 %config %{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
 %license LICENSE
 
-%pre -p /bin/bash
+%pre
 %service_add_pre io.podman.service io.podman.socket
 
-%post -p /bin/bash
+%post
 %service_add_post io.podman.service io.podman.socket
 %tmpfiles_create %{_tmpfilesdir}/podman.conf
 
-%preun -p /bin/bash
+%preun
 %service_del_preun io.podman.service io.podman.socket
 
-%postun -p /bin/bash
+%postun
 %service_del_postun io.podman.service io.podman.socket
 
 %changelog

++++++ libpod.conf ++++++
--- /var/tmp/diff_new_pack.CofvNO/_old  2019-03-27 16:13:14.563639400 +0100
+++ /var/tmp/diff_new_pack.CofvNO/_new  2019-03-27 16:13:14.567639399 +0100
@@ -4,12 +4,6 @@
 # Default transport method for pulling and pushing for images
 image_default_transport = "docker://"
 
-# Paths to look for a valid OCI runtime (runc, runv, etc)
-runtime_path = [
-            "/usr/bin/runc",
-            "/usr/sbin/runc",
-]
-
 # Paths to look for the Conmon container manager binary
 conmon_path = [
            "/usr/lib/podman/bin/conmon",
@@ -84,3 +78,13 @@
 
 # Default libpod support for container labeling
 # label=true
+
+# Default OCI runtime
+runtime = "runc"
+
+# Paths to look for a valid OCI runtime (runc, runv, etc)
+[runtimes]
+runc = [
+  "/usr/bin/runc",
+  "/usr/sbin/runc"
+]


Reply via email to