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 | %endif | ||||||
| %gobuild -o bin/%{name} %{import_path}/cmd/%{name} | %gobuild -o bin/%{name} %{import_path}/cmd/%{name} | ||||||
| 
 | 
 | ||||||
| %if 0%{?fedora} |  | ||||||
| #### DO NOT REMOVE - NEEDED FOR CENTOS |  | ||||||
| # build %%{name}-remote | # 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)" | export BUILDTAGS+=" remoteclient" | ||||||
| %if 0%{?centos} |  | ||||||
| export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" |  | ||||||
| %endif |  | ||||||
| %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} | %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} | ||||||
| %endif |  | ||||||
| 
 | 
 | ||||||
| pushd dnsname-%{commit_plugins} | pushd dnsname-%{commit_plugins} | ||||||
| mkdir _build | mkdir _build | ||||||
| @ -635,6 +629,8 @@ exit 0 | |||||||
| %files remote | %files remote | ||||||
| %license LICENSE | %license LICENSE | ||||||
| %{_bindir}/%{name}-remote | %{_bindir}/%{name}-remote | ||||||
|  | %{_datadir}/man/man1/%{name}-remote*.* | ||||||
|  | %{_datadir}/man/man5/%{name}-remote*.* | ||||||
| 
 | 
 | ||||||
| %files tests | %files tests | ||||||
| %license LICENSE | %license LICENSE | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user