From b6296c4ebf57fa837427d8932107d2ab7ed74a9d Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Feb 22 2020 21:14:50 +0000 Subject: Fixes podman-remote A space was missing in BUILDTAGS, so the tag "remoteclient" was never passed. As a consequence, "podman-remote" was actually identical to "podman". Signed-off-by: Olivier Lemasle install podman-remote manpages Signed-off-by: Lokesh Mandvekar --- diff --git a/podman.spec b/podman.spec index 6cccbf9..23d98fe 100644 --- a/podman.spec +++ b/podman.spec @@ -458,15 +458,9 @@ export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" %endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name} -%if 0%{?fedora} -#### DO NOT REMOVE - NEEDED FOR CENTOS # build %%{name}-remote -export BUILDTAGS="remoteclient systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)" -%if 0%{?centos} -export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" -%endif +export BUILDTAGS+=" remoteclient" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} -%endif pushd dnsname-%{commit_plugins} mkdir _build @@ -635,6 +629,8 @@ exit 0 %files remote %license LICENSE %{_bindir}/%{name}-remote +%{_datadir}/man/man1/%{name}-remote*.* +%{_datadir}/man/man5/%{name}-remote*.* %files tests %license LICENSE