From 97208f0a9fbbf10f4f06a5b035a0c418663d6268371b5312a03a8531b87bb30c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 27 Mar 2020 20:56:03 +0000 Subject: [PATCH] Accepting request 789007 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/789007 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=59 --- libpod.conf | 2 +- podman.changes | 11 +++++++++++ podman.spec | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/libpod.conf b/libpod.conf index 98b4bd1..4f8d52d 100644 --- a/libpod.conf +++ b/libpod.conf @@ -64,7 +64,7 @@ cni_default_network = "podman" #namespace = "" # Default infra (pause) image name for pod infra containers -infra_image = "registry.opensuse.org/kubic/pause:3.1" +infra_image = "registry.opensuse.org/kubic/pause:3.2" # Default command to run the infra container infra_command = "/usr/bin/pause" diff --git a/podman.changes b/podman.changes index 59ad2df..7b13113 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Mar 27 12:40:44 UTC 2020 - Richard Brown + +- Use infra_image pause:3.2 + +------------------------------------------------------------------- +Fri Mar 27 09:52:26 UTC 2020 - Ralf Haferkamp + +- Fix dependency on slirp4netns. We need at least 0.4.0 now + (bsc#1167850) + ------------------------------------------------------------------- Fri Mar 20 07:56:22 UTC 2020 - Sascha Grunert diff --git a/podman.spec b/podman.spec index 6feae32..ad2a2b6 100644 --- a/podman.spec +++ b/podman.spec @@ -64,7 +64,7 @@ Requires: libcontainers-common Requires: libcontainers-image Requires: libcontainers-storage Requires: runc >= 1.0.0~rc4 -Requires: slirp4netns >= 0.3.0 +Requires: slirp4netns >= 0.4.0 Requires: catatonit Requires: fuse-overlayfs Recommends: %{name}-cni-config = %{version}