From c11fb43920fb5b9a448ec95400d553b09fd8b0d1 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 7 Oct 2021 11:47:06 -0400 Subject: [PATCH] ELN: don't try to build with btrfs Signed-off-by: Stephen Gallagher --- skopeo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 2e450e5..e05dbff 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -288,7 +288,7 @@ export GOPATH=$(pwd):$(pwd)/vendor %endif mkdir -p bin -%if 0%{?centos} >= 8 +%if 0%{?rhel} >= 8 export BUILDTAGS='exclude_graphdriver_btrfs btrfs_noversion' %endif %gobuild -o bin/%{name} ./cmd/%{name}