From 3c20bb0e704d26e454d4e21547a283971b8832a1 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 6 Aug 2018 08:45:34 -0500 Subject: Change tarball filename in copr prepare and match short-commit length Signed-off-by: baude --- contrib/spec/podman.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 430129ab9..e70bdcaec 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -30,7 +30,7 @@ %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} %global commit0 #COMMIT# -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +%global shortcommit0 %(c=%{commit0}; echo ${c:0:8}) Name: podman Version: 0.8.2 -- cgit v1.2.3-54-g00ecf