Script to launch privileged container with podman
'%if 0%{?rhel} <= 9' is the wrong way to express 'if RHEL <= 9'. On
Fedora, %rhel won't be defined. So, %{?rhel} will expand to nothing,
and leave only a 0 on the left hand side, making the condition TRUE on
Fedora.
Note, that conditions like '%if 0%{?rhel}', and other relational
operators like ==, > and >= work as expected. The problem is only with
< and <=.
Fallout from
|
||
|---|---|---|
| tests | ||
| .gitignore | ||
| gating.yaml | ||
| README.md | ||
| rpminspect.yaml | ||
| sources | ||
| toolbox-Add-migration-paths-for-coreos-toolbox-users.patch | ||
| toolbox-Build-fixes.patch | ||
| toolbox-cmd-initContainer-Be-aware-of-security-hardened-moun.patch | ||
| toolbox-cmd-Track-the-active-container-on-Fedora-Linux-Asahi.patch | ||
| toolbox-Make-the-build-flags-match-Fedora-s-gobuild-for-PPC64.patch | ||
| toolbox-Make-the-build-flags-match-Fedora-s-gobuild.patch | ||
| toolbox-Make-the-build-flags-match-RHEL-s-gobuild-for-PPC64.patch | ||
| toolbox-Make-the-build-flags-match-RHEL-s-gobuild.patch | ||
| toolbox-Simplify-removing-the-user-s-password.patch | ||
| toolbox.conf | ||
| toolbox.spec | ||
toolbox
The toolbox package