built_tag macro records exact upstream tag built, update release tag

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2019-07-31 06:41:59 +05:30
parent ea0a605d36
commit 8cfb7f4198

View File

@ -2,9 +2,13 @@
%global commit0 2393f6c48d9487029878a62d172917238dde5377
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# Used for comparing with latest upstream tag
# to decide whether to autobuild (non-rawhide only)
%global built_tag v0.5
Name: fuse-overlayfs
Version: 0.5
Release: 4%{?dist}
Release: 1.dev.git%{shortcommit0}%{?dist}
Summary: FUSE overlay+shiftfs implementation for rootless containers
License: GPLv3+
URL: %{git0}