From 436647ba5f75ca15b98d2dacae5fc524e0451409 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 31 Jul 2019 04:57:52 +0530 Subject: [PATCH] built_tag macro records exact upstream tag built Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/podman.spec b/podman.spec index 44e68ca..6ba500d 100644 --- a/podman.spec +++ b/podman.spec @@ -35,6 +35,10 @@ %global commit_conmon 1de71ad51b9f390451eb37029ae913b0a86f1a5b %global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7}) +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) +%global built_tag v1.4.4 + Name: podman %if 0%{?fedora} Epoch: 2