bump to v1.3.1-dev

built 9ae3221
correct release tag format for unreleased versions
This commit is contained in:
Daniel J Walsh 2019-05-17 13:18:47 -04:00
parent 1863bda334
commit 82685c0056
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -406,6 +406,7 @@ ln -s $(dirs +1 -l) src/%{import_path_conmon}
popd
ln -s vendor src
export GOPATH=$(pwd)/_output:$(pwd)
PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} podman-remote
export BUILDTAGS="selinux seccomp $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) containers_image_ostree_stub"
BUILDTAGS=$BUILDTAGS make -C conmon
popd