Bug 2231975

Summary: podman 4.6.0-3 is actually podman 4.7.0-dev, it is causing several issues.
Product: Red Hat Enterprise Linux 9 Reporter: Carlos Rodriguez-Fernandez <carlosrodrifernandez>
Component: podmanAssignee: Tom Sweeney <tsweeney>
Status: CLOSED ERRATA QA Contact: Yuhui Jiang <yujiang>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: ajia, bbaude, bstinson, dwalsh, jnovy, jwboyer, lsm5, mboddu, mheon, ngompa13, pthomas, tsweeney
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: podman-4.6.1-1.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-11-07 08:34:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Carlos Rodriguez-Fernandez 2023-08-14 21:19:11 UTC
Description of problem:
podman 4.6.0-3.el9 has been built against podman main branch and commit 144098587706ac3fd4e257ea03c75aaf4ee29064 which is 4.7.0-dev and has been delivered in CentOS stream, causing all issues in systems running podman. For example, it prevents other tools like gitlab runner from starting services using podman.

https://gitlab.com/redhat/centos-stream/rpms/podman/-/commit/d265b78198fdabd6ec7508a5a61b2d7f46405e55

The build was changed to be done against branch "main" (perhaps it should be tag v4.6.0), and specifically commit 144098587706ac3fd4e257ea03c75aaf4ee29064.

```
$ git tag --contains "144098587706ac3fd4e257ea03c75aaf4ee29064"
## nothing

$ git checkout 144098587706ac3fd4e257ea03c75aaf4ee29064

$ cat version/rawversion/version.go 
package rawversion

// RawVersion is the raw version string.
//
// This indirection is needed to prevent semver packages from bloating
// Quadlet's binary size.
//
// NOTE: remember to bump the version at the top of the top-level README.md
// file when this is bumped.
const RawVersion = "4.7.0-dev"
```

Version-Release number of selected component (if applicable):
4.6.0-3

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Jindrich Novy 2023-08-15 08:41:12 UTC
This is now fixed by podman-4.6.1-1.el9:

$ podman --version
podman version 4.6.1

Comment 7 errata-xmlrpc 2023-11-07 08:34:03 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: podman security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2023:6474