From e50e815a3fd4e020b2c1ed5eacdf126061f6a5ec Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 11 Jan 2021 14:01:44 -0500 Subject: [PATCH] use built_tag macro to record latest tag Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/container-selinux.spec b/container-selinux.spec index d6dd0dc..87ad5dd 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,6 +5,10 @@ %global commit0 667f0f36f5328223b397e7f679e59f4a92c4f188 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +# Used for comparing with latest upstream tag +# to decide whether to autobuild (non-rawhide only) +%define built_tag v2.155.0 + # container-selinux stuff (prefix with ds_ for version/release etc.) # Some bits borrowed from the openstack-selinux package %global selinuxtype targeted