diff options
author | baude <bbaude@redhat.com> | 2018-04-21 10:08:18 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-21 21:38:10 +0000 |
commit | cf1d884ffa45b342f38a78189bbd86186ce6cbfe (patch) | |
tree | 4c4ab790fcd22abb75272f5a5b433c5c3e70554c /contrib/spec/podman.spec.in | |
parent | 69669cf394c25ceed85a05687fe46d5e64583f55 (diff) | |
download | podman-cf1d884ffa45b342f38a78189bbd86186ce6cbfe.tar.gz podman-cf1d884ffa45b342f38a78189bbd86186ce6cbfe.tar.bz2 podman-cf1d884ffa45b342f38a78189bbd86186ce6cbfe.zip |
Add seconds after epoch to copr rpms to tie break versioning
Signed-off-by: baude <bbaude@redhat.com>
Closes: #654
Approved by: mheon
Diffstat (limited to 'contrib/spec/podman.spec.in')
-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 b78c5b60e..6a3199a9e 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -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 |