From 28e2922ca7cd53e7d2175f836cd303694ddb09bc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 12 Aug 2020 17:57:38 -0400 Subject: [PATCH] btrfs tags are detected by the hack/btrfs*.sh scripts already Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 216f3f4..3422fbb 100644 --- a/podman.spec +++ b/podman.spec @@ -462,7 +462,7 @@ ln -s vendor src # build %%{name} export BUILDTAGS="systemd seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/selinux_tag.sh)" %if 0%{?centos} -export BUILDTAGS+="exclude_graphdriver_btrfs containers_image_ostree_stub" +export BUILDTAGS+=" containers_image_ostree_stub" %endif %gobuild -o bin/%{name} %{import_path}/cmd/%{name}