diff options
author | Brent Baude <bbaude@redhat.com> | 2020-02-25 15:01:25 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-02-25 15:02:39 -0600 |
commit | 90d70f2cbf66611710a118228301e09a5a3892ea (patch) | |
tree | 6153d2bc2350a20bb827cf6fda61c6cd0c0815dd /contrib/spec/podman.spec.in | |
parent | d3aa64c77c501b630ae2e0a227e10c38e14b1f4f (diff) | |
download | podman-90d70f2cbf66611710a118228301e09a5a3892ea.tar.gz podman-90d70f2cbf66611710a118228301e09a5a3892ea.tar.bz2 podman-90d70f2cbf66611710a118228301e09a5a3892ea.zip |
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>
Diffstat (limited to 'contrib/spec/podman.spec.in')
-rw-r--r-- | contrib/spec/podman.spec.in | 5 |
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 |