diff --git a/skopeo.spec b/skopeo.spec index f0ab17e..db52981 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -314,6 +314,9 @@ export GOPATH=$(pwd):$(pwd)/vendor %endif mkdir -p bin +%if 0%{?centos} >= 8 +export BUILDTAGS='exclude_graphdriver_btrfs btrfs_noversion' +%endif %gobuild -o bin/%{name} ./cmd/%{name} pushd docs for file in $(ls | grep 1.md)