mirror of https://github.com/containers/podman.git
Merge pull request #5329 from baude/contribspecepoch
add epoch for specfile
This commit is contained in:
commit
dd289950de
|
@ -43,6 +43,11 @@
|
||||||
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Epoch: 99
|
||||||
|
%else
|
||||||
|
Epoch: 0
|
||||||
|
%endif
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
|
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
|
|
Loading…
Reference in New Issue