Skip to content

Commit

Permalink
fix broken podman version
Browse files Browse the repository at this point in the history
The rpm version uses the tilde for the rc tag. This was not catched due
missing tests and missing exit code checks in the Containerfile which
both are fixed in the prevoius commits.

Fixes containers#75

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Feb 3, 2025
1 parent 2c83ec1 commit 59c9388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman-rpm-info-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export PODMAN_RPM_TYPE="release"
# PODMAN_VERSION is used for fetching the right rpm when PODMAN_RPM_TYPE is set to release.
# However it is always used to derive the machine-os image tag (x.y) so this must be valid
# at any given time.
export PODMAN_VERSION="5.4.0-rc2"
export PODMAN_VERSION="5.4.0~rc2"
export PODMAN_RPM_RELEASE="1"

0 comments on commit 59c9388

Please sign in to comment.