From 79ed1bb8d062107dddf849fee7cd49a5e8923ef0 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 23 Mar 2020 07:56:55 -0400 Subject: [PATCH] hack/ostree_tag.sh deleted Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 1cef034..b046d25 100644 --- a/podman.spec +++ b/podman.spec @@ -452,7 +452,7 @@ ln -s vendor src %gogenerate ./cmd/%{name}/varlink/... # build %%{name} -export BUILDTAGS="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="systemd varlink 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" %endif