diff --git a/cri-o.spec b/cri-o.spec index 1be879b..6ded29f 100644 --- a/cri-o.spec +++ b/cri-o.spec @@ -32,7 +32,7 @@ Name: cri-o Version: 1.0.0.beta.0 -Release: 2.git%{shortcommit0}%{?dist} +Release: 3.git%{shortcommit0}%{?dist} Summary: OCI-based implementation of Kubernetes Container Runtime Interface License: ASL 2.0 URL: https://%{provider_prefix} @@ -428,7 +428,7 @@ popd ln -s vendor src export GOPATH=$(pwd)/_build:$(pwd):$(pwd):%{gopath} -BUILDTAGS='selinux seccomp btrfs_noversion $(shell hack/libdm_tag.sh) containers_image_ostree_stub' make binaries docs +BUILDTAGS='selinux seccomp $(shell hack/btrfs_tag.sh) $(shell hack/libdm_tag.sh) containers_image_ostree_stub' make binaries docs ./%{service_name} \ --selinux=true \ @@ -552,6 +552,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %{_datadir}/bash-completion/completions/* %changelog +* Tue Sep 5 2017 Lokesh Mandvekar - 1.0.0.beta.0-3.gitf9387ac +- btrfs_noversion in BUILDTAGS for previous build was in error + * Tue Sep 5 2017 Lokesh Mandvekar - 1.0.0.beta.0-2.gitf9387ac - bump to latest master - use runc >= 2:1.0.0-10