From 2e168f2108964d2a87a63e0f220d50e62e308091 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 4 Feb 2020 18:18:00 -0500 Subject: [PATCH] s/global/define for url macros Signed-off-by: Lokesh Mandvekar --- fuse-overlayfs.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index a9d6d05..728313a 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -1,10 +1,10 @@ -%global git0 https://github.com/containers/%{name} -%global commit0 ce61c7e9552190afd1bb04a8bf7e62645aac1c2c -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%define git0 https://github.com/containers/%{name} +%define commit0 ce61c7e9552190afd1bb04a8bf7e62645aac1c2c +%define shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v0.7.6 +%define built_tag v0.7.6 Name: fuse-overlayfs Version: 0.7.6