add epoch for specfile

to get the copr rpms to jive better with the fedora rpms, we need to set an epoch.

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude 2020-02-25 15:01:25 -06:00
parent d3aa64c77c
commit 90d70f2cbf
1 changed files with 5 additions and 0 deletions

View File

@ -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