built_tag macro records exact upstream tag built

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2019-07-31 04:07:10 +05:30
parent c5e90c9e2a
commit 585ba4d8bb

View File

@ -2,6 +2,10 @@
%global commit0 aacef69a52dfa8b3ab005f80ce1f2ec8f7e352f6 %global commit0 aacef69a52dfa8b3ab005f80ce1f2ec8f7e352f6
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %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.4.0-beta.2
Name: slirp4netns Name: slirp4netns
Version: 0.4.0 Version: 0.4.0
Release: 18.1.dev.git%{shortcommit0}%{?dist} Release: 18.1.dev.git%{shortcommit0}%{?dist}