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 <o.lemasle@gmail.com> install podman-remote manpages Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
955de5c33e
commit
b6296c4ebf
10
podman.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user