Resolves: rhbz#2257446 - set Epoch consistently for all rhel
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
8d2ffc9fbe
commit
7ae984d2f1
@ -3,9 +3,15 @@ Version: 0.1.7
|
|||||||
Summary: A signal-forwarding process manager for containers
|
Summary: A signal-forwarding process manager for containers
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
# For centos on rhcontainerbot/qm copr
|
%if %{defined copr_username}
|
||||||
%if 0%{?centos}
|
# Set copr rpm build epoch to a very high value
|
||||||
Epoch: 4
|
Epoch: 101
|
||||||
|
%else
|
||||||
|
%if %{defined rhel}
|
||||||
|
# Bump epoch to 5 for RHEL
|
||||||
|
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2257446
|
||||||
|
Epoch: 5
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if %{defined golang_arches_future}
|
%if %{defined golang_arches_future}
|
||||||
ExclusiveArch: %{golang_arches_future}
|
ExclusiveArch: %{golang_arches_future}
|
||||||
|
Loading…
Reference in New Issue
Block a user