From fb22b56b5ceb32fd7d7530c1d319a631272fc6d6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mar 04 2021 19:38:19 +0000 Subject: change %global to %define for built_tag macro (cherry picked from commit 0776e9b42f14f97a3a92982e865178262407a615) Signed-off-by: Lokesh Mandvekar --- diff --git a/skopeo.spec b/skopeo.spec index 0fc2eb1..92828d5 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -38,8 +38,8 @@ #%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO # Used for comparing with latest upstream tag -# to decide whether to autobuild (non-rawhide only) -%global built_tag v1.2.2 +# to decide whether to autobuild and set download url (non-rawhide only) +%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