diff options
author | baude <bbaude@redhat.com> | 2018-08-06 08:45:34 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-08-06 08:45:34 -0500 |
commit | 3c20bb0e704d26e454d4e21547a283971b8832a1 (patch) | |
tree | ded0b2758b4e7e0abed874aa10715c80a81c48f8 /contrib | |
parent | 99a37afc3ae0616fa99b39ecdb5a436f2150480f (diff) | |
download | podman-3c20bb0e704d26e454d4e21547a283971b8832a1.tar.gz podman-3c20bb0e704d26e454d4e21547a283971b8832a1.tar.bz2 podman-3c20bb0e704d26e454d4e21547a283971b8832a1.zip |
Change tarball filename in copr prepare and match short-commit length
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |