Merge pull request #26303 from lsm5/rpm-epoch-copr-constraint

RPM: Limit Epoch 102 to podman-next copr
This commit is contained in:
openshift-merge-bot[bot]
2025-06-06 14:37:58 +00:00
committed by GitHub

View File

@@ -19,6 +19,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
@@ -46,7 +49,7 @@
%endif
Name: podman
%if %{defined copr_build}
%if %{defined next_build}
Epoch: 102
%else
Epoch: 5