From 938085e9159ff658858f1045db1c054630157b9b261ea77b7ff7a06906ebd0cf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 7 Dec 2018 13:39:50 +0000 Subject: [PATCH] Accepting request 655979 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/655979 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=32 --- podman.changes | 5 +++++ podman.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/podman.changes b/podman.changes index 434332e..b90832a 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 7 07:42:47 UTC 2018 - Adrian Schröter + +- add dependency to iptables, build fails otherwise + ------------------------------------------------------------------- Fri Nov 16 08:22:48 UTC 2018 - Valentin Rothberg diff --git a/podman.spec b/podman.spec index ca13191..a7c5b29 100644 --- a/podman.spec +++ b/podman.spec @@ -52,6 +52,7 @@ BuildRequires: libseccomp-devel BuildRequires: golang(API) >= 1.10 Requires: cni Requires: cni-plugins +Requires: iptables Requires: libcontainers-common Requires: libcontainers-image Requires: libcontainers-storage @@ -76,7 +77,7 @@ by crio. %prep %setup -q # unpack conmon into the unpacked podman source -%setup -T -D -a 1 +%setup -q -T -D -a 1 mkdir -pv $HOME/go/src/%{conmon_project} mv conmon-git.%{conmon_commit}/* $HOME/go/src/%{conmon_project} rm -r conmon-git.%{conmon_commit}