From 096af85278967421533ffa9975078eccd57b5b5d Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 7 Aug 2019 14:27:49 -0400 Subject: add make to make installs as issue #2702 describes, we want to make podman and podman-remote as part of make install. Fixes: #2702 Signed-off-by: baude avoid `make` in `make install` in the rpmbuild process. Signed-off-by: Lokesh Mandvekar --- contrib/spec/podman.spec.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'contrib/spec') diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 9d8467783..7e361d757 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -354,9 +354,13 @@ providing packages with %{import_path} prefix. %prep %autosetup -Sgit -n %{repo}-%{shortcommit0} -# untar cri-o +# untar conmon tar zxf %{SOURCE1} +sed -i 's/install.remote: podman-remote/install.remote:/' Makefile +sed -i 's/install.bin: podman/install.bin:/' Makefile +sed -i 's/install.man: docs/install.man:/' Makefile + %build mkdir _build pushd _build -- cgit v1.2.3-54-g00ecf