summaryrefslogtreecommitdiff
path: root/contrib/spec
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-20 20:26:09 +0200
committerGitHub <noreply@github.com>2019-05-20 20:26:09 +0200
commit9567d87bdf244de62f7c6763191dc7bf12e425cd (patch)
tree6fff8783c09387a9647c164de0e60029ae1ea93b /contrib/spec
parent0804b28825e9c0e5cb9f7f3d4039bd087ff87295 (diff)
parent6154ba4a8060f6ea9fd7e80e3f8085d34c816422 (diff)
downloadpodman-9567d87bdf244de62f7c6763191dc7bf12e425cd.tar.gz
podman-9567d87bdf244de62f7c6763191dc7bf12e425cd.tar.bz2
podman-9567d87bdf244de62f7c6763191dc7bf12e425cd.zip
Merge pull request #3152 from rhatdan/remote
install.remote should be separate for install.bin
Diffstat (limited to 'contrib/spec')
-rw-r--r--contrib/spec/podman.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in
index 228f65b50..985dbbc74 100644
--- a/contrib/spec/podman.spec.in
+++ b/contrib/spec/podman.spec.in
@@ -387,6 +387,7 @@ popd
install -dp %{buildroot}%{_unitdir}
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \
install.bin \
+ install.remote \
install.man \
install.cni \
install.systemd \