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}