Add seconds after epoch to copr rpms to tie break versioning

Signed-off-by: baude <bbaude@redhat.com>

Closes: #654
Approved by: mheon
This commit is contained in:
baude
2018-04-21 10:08:18 -05:00
committed by Atomic Bot
parent 69669cf394
commit cf1d884ffa
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ git fetch --unshallow || :
COMMIT=$(git rev-parse HEAD)
COMMIT_SHORT=$(git rev-parse --short HEAD)
COMMIT_NUM=$(git rev-list HEAD --count)
COMMIT_DATE=$(date --date="@$(git show -s --format=%ct HEAD)" +%Y%m%d)
COMMIT_DATE=$(date +%s)
sed "s,#COMMIT#,${COMMIT},;
s,#SHORTCOMMIT#,${COMMIT_SHORT},;

View File

@ -44,7 +44,7 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: podman
Version: 0.4.4
Version: 0.4.4.#COMMITDATE#
Release: git%{shortcommit}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0