mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00
Merge pull request #26305 from openshift-cherrypick-robot/cherry-pick-26303-to-v5.5
[v5.5] RPM: Limit Epoch 102 to podman-next copr
This commit is contained in:
@ -17,6 +17,9 @@
|
||||
|
||||
%if %{defined copr_username}
|
||||
%define copr_build 1
|
||||
%if "%{copr_username}" == "rhcontainerbot" && "%{copr_projectname}" == "podman-next"
|
||||
%define next_build 1
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# Only RHEL and CentOS Stream rpms are built with fips-enabled go compiler
|
||||
@ -44,7 +47,7 @@
|
||||
%endif
|
||||
|
||||
Name: podman
|
||||
%if %{defined copr_build}
|
||||
%if %{defined next_build}
|
||||
Epoch: 102
|
||||
%else
|
||||
Epoch: 5
|
||||
|
Reference in New Issue
Block a user