change %global to %define for built_tag macro
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
9f29c4b58d
commit
0776e9b42f
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
# Used for comparing with latest upstream tag
|
# Used for comparing with latest upstream tag
|
||||||
# to decide whether to autobuild and set download url (non-rawhide only)
|
# to decide whether to autobuild and set download url (non-rawhide only)
|
||||||
%global built_tag v1.2.2
|
%define built_tag v1.2.2
|
||||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||||
%define download_url %{git0}/archive/%{built_tag}.tar.gz
|
%define download_url %{git0}/archive/%{built_tag}.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user