From f1b4efd55a83eac061e7f9acabbd127d6f22fe1c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 13 Aug 2020 13:53:44 -0400 Subject: [PATCH] exclude btrfs tags for podman-remote Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index f70b2dd..349ee0a 100644 --- a/podman.spec +++ b/podman.spec @@ -467,7 +467,7 @@ export BUILDTAGS+=" containers_image_ostree_stub" %gobuild -o bin/%{name} %{import_path}/cmd/%{name} # build %%{name}-remote -export BUILDTAGS+=" remoteclient" +export BUILDTAGS+=" exclude_graphdriver_btrfs btrfs_noversion remoteclient" %gobuild -o bin/%{name}-remote %{import_path}/cmd/%{name} pushd dnsname-%{commit_plugins}