summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-26 00:39:33 +0100
committerGitHub <noreply@github.com>2020-02-26 00:39:33 +0100
commitdd289950de604d0e4a1ecf9833d9c56311e06d1d (patch)
tree2034619cae14ea365138d5f226be2e5d787bc8ca /contrib
parent9631c30ce45264db32fb05e2477780e770cec028 (diff)
parent90d70f2cbf66611710a118228301e09a5a3892ea (diff)
downloadpodman-dd289950de604d0e4a1ecf9833d9c56311e06d1d.tar.gz
podman-dd289950de604d0e4a1ecf9833d9c56311e06d1d.tar.bz2
podman-dd289950de604d0e4a1ecf9833d9c56311e06d1d.zip
Merge pull request #5329 from baude/contribspecepoch
add epoch for specfile
Diffstat (limited to 'contrib')
-rw-r--r--contrib/spec/podman.spec.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in
index 276dd327e..a9c3bc3be 100644
--- a/contrib/spec/podman.spec.in
+++ b/contrib/spec/podman.spec.in
@@ -43,6 +43,11 @@
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
Name: podman
+%if 0%{?fedora}
+Epoch: 99
+%else
+Epoch: 0
+%endif
Version: 1.8.1
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images