Skip to content

Commit

Permalink
Merge pull request #5329 from baude/contribspecepoch
Browse files Browse the repository at this point in the history
add epoch for specfile
  • Loading branch information
openshift-merge-robot authored Feb 25, 2020
2 parents 9631c30 + 90d70f2 commit dd28995
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/spec/podman.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd28995

Please sign in to comment.