From a8794f7e734b0c162258ecc3f23e5c0b3166cd7b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 11 Sep 2019 22:58:49 +0530 Subject: [PATCH] add comment explaining built_tag use Signed-off-by: Lokesh Mandvekar --- conmon.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conmon.spec b/conmon.spec index 814b6f6..f345deb 100644 --- a/conmon.spec +++ b/conmon.spec @@ -18,6 +18,8 @@ %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global git0 https://%{import_path} +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) %global built_tag v2.0.0 Name: %{repo}