From ab258f895c12640a19f791d97e876c77cfa223df Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 29 Jan 2021 15:18:39 -0500 Subject: [PATCH] correct built_tag value Signed-off-by: Lokesh Mandvekar --- buildah.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildah.spec b/buildah.spec index b1b310f..122abf2 100644 --- a/buildah.spec +++ b/buildah.spec @@ -29,7 +29,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v1.19.2 +%define built_tag v1.19.3 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url https://%{import_path}/archive/%{built_tag}.tar.gz