change %global to %define for built_tag macro

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2021-03-04 14:37:08 -05:00
parent 9f29c4b58d
commit 0776e9b42f

View File

@ -38,7 +38,7 @@
# Used for comparing with latest upstream tag
# 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 download_url %{git0}/archive/%{built_tag}.tar.gz