diff --git a/podman.spec b/podman.spec index b693411..a898aa7 100644 --- a/podman.spec +++ b/podman.spec @@ -421,9 +421,13 @@ Man pages for the %{name} commands %autosetup -Sgit -n %{repo}-%{commit0} rm -rf docs/containers-mounts.conf.5.md -# 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