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
This commit is contained in:
Dominique Leuenberger 2018-12-07 13:39:50 +00:00 committed by Git OBS Bridge
parent 09e07e8326
commit 938085e915
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 7 07:42:47 UTC 2018 - Adrian Schröter <adrian@suse.de>
- add dependency to iptables, build fails otherwise
-------------------------------------------------------------------
Fri Nov 16 08:22:48 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>

View File

@ -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}