From 0776e9b42f14f97a3a92982e865178262407a615 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 4 Mar 2021 14:37:08 -0500 Subject: [PATCH] change %global to %define for built_tag macro Signed-off-by: Lokesh Mandvekar --- skopeo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 3d5035d..7fe6c1e 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -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