Skip to content

Commit

Permalink
Merge pull request #5654 from jnovy/epoch
Browse files Browse the repository at this point in the history
Use Epoch: 2 and respect the epoch in dependencies.
  • Loading branch information
openshift-merge-bot[bot] authored Aug 5, 2024
2 parents 33892e8 + edc1b77 commit 7c091d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Name: buildah
# Set different Epoch for copr
%if %{defined copr_username}
Epoch: 102
%else
Epoch: 2
%endif
# DO NOT TOUCH the Version string!
# The TRUE source of this specfile is:
Expand Down Expand Up @@ -85,7 +87,7 @@ or
%package tests
Summary: Tests for %{name}

Requires: %{name} = %{version}-%{release}
Requires: %{name} = %{epoch}:%{version}-%{release}
%if %{defined fedora}
Requires: bats
%endif
Expand Down

0 comments on commit 7c091d1

Please sign in to comment.