From b6273e46d483167b0fc2691bc2c50d84805e97fb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 6 Oct 2021 17:48:20 -0400 Subject: [PATCH] update built_tag comments Signed-off-by: Lokesh Mandvekar --- skopeo.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skopeo.spec b/skopeo.spec index 8054a1f..2a94dca 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -34,6 +34,8 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} +# Used for comparing with latest upstream tag +# to decide whether to autobuild %global built_tag v1.5.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1})