Hello community, here is the log from the commit of package podman for openSUSE:Factory checked in at 2019-01-21 10:59:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podman (Old) and /work/SRC/openSUSE:Factory/.podman.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podman" Mon Jan 21 10:59:17 2019 rev:36 rq:666726 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/podman/podman.changes 2019-01-15 09:17:51.474152644 +0100 +++ /work/SRC/openSUSE:Factory/.podman.new.28833/podman.changes 2019-01-21 11:00:57.535228162 +0100 @@ -1,0 +2,13 @@ +Thu Jan 17 11:44:58 UTC 2019 - Jordi Massaguer <jmassaguer...@suse.com> + +- Update requirement to go1.11 to stay in sync with CaaSP4 and use the same + version as k8s and cri-o to prevent "weird" issues because of the go version + (we had problems mixing go1.5 and go1.6 in the past) + +------------------------------------------------------------------- +Wed Jan 16 09:42:52 UTC 2019 - Richard Brown <rbr...@suse.com> + +- Update libpod.conf to better align with upstream defaults [boo#1122024] +- Require catatonit for new --init flag + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podman.spec ++++++ --- /var/tmp/diff_new_pack.lDLKCb/_old 2019-01-21 11:00:58.219227278 +0100 +++ /var/tmp/diff_new_pack.lDLKCb/_new 2019-01-21 11:00:58.223227273 +0100 @@ -49,7 +49,7 @@ BuildRequires: libcontainers-common BuildRequires: libgpgme-devel BuildRequires: libseccomp-devel -BuildRequires: golang(API) >= 1.10 +BuildRequires: golang(API) >= 1.11 Requires: cni Requires: cni-plugins Requires: iptables @@ -58,6 +58,7 @@ Requires: libcontainers-storage Requires: runc >= 1.0.0~rc4 Requires: slirp4netns +Requires: catatonit Recommends: %{name}-cni-config = %{version} %{go_nostrip} %if 0%{?with_libostree} ++++++ libpod.conf ++++++ --- /var/tmp/diff_new_pack.lDLKCb/_old 2019-01-21 11:00:58.259227226 +0100 +++ /var/tmp/diff_new_pack.lDLKCb/_new 2019-01-21 11:00:58.259227226 +0100 @@ -21,7 +21,10 @@ ] # CGroup Manager - valid values are "systemd" and "cgroupfs" -cgroup_manager = "cgroupfs" +cgroup_manager = "systemd" + +# Container init binary +init_path = "/usr/bin/catatonit" # Directory for persistent libpod files (database, etc) # By default, this will be configured relative to where containers/storage @@ -48,6 +51,15 @@ "/opt/cni/bin" ] +# Default CNI network for libpod. +# If multiple CNI network configs are present, libpod will use the network with +# the name given here for containers unless explicitly overridden. +# The default here is set to the name we set in the +# 87-podman-bridge.conflist included in the repository. +# Not setting this, or setting it to the empty string, will use normal CNI +# precedence rules for selecting between multiple networks. +cni_default_network = "podman" + # Default libpod namespace # If libpod is joined to a namespace, it will see only containers and pods # that were created in the same namespace, and will create new containers and @@ -55,3 +67,20 @@ # The default namespace is "", which corresponds to no namespace. When no # namespace is set, all containers and pods are visible. #namespace = "" + +## Default pause image name for pod pause containers +pause_image = "k8s.gcr.io/pause:3.1" + +# Default command to run the pause container +pause_command = "/pause" + +# Determines whether libpod will reserve ports on the host when they are +# forwarded to containers. When enabled, when ports are forwarded to containers, +# they are held open by conmon as long as the container is running, ensuring that +# they cannot be reused by other programs on the host. However, this can cause +# significant memory usage if a container has many ports forwarded to it. +# Disabling this can save memory. +#enable_port_reservation = true + +# Default libpod support for container labeling +# label=true