Script to launch privileged container with podman
Go to file
Debarshi Ray 8fd7877f42 Fix the conditionals for 'if RHEL <= 9'
'%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 1d18729e66 and
d437e83604
2023-12-05 15:26:10 +01:00
tests Fixed playbooks for gating 2021-08-23 19:25:13 +01:00
.gitignore Update to 0.0.99.4 2023-02-23 18:05:26 +01:00
gating.yaml Added fedora gating 2021-08-18 12:41:51 +01:00
README.md Added the README 2019-03-01 16:46:10 +00:00
rpminspect.yaml Silence 'rpminspect --tests=runpath' on i686 2023-11-10 16:01:17 +01:00
sources Update to 0.0.99.4 2023-02-23 18:05:26 +01:00
toolbox-Add-migration-paths-for-coreos-toolbox-users.patch Add missing files for RHEL builds 2023-06-26 15:08:36 +02:00
toolbox-Build-fixes.patch Unify the build with RHEL 2023-10-02 13:38:10 +02:00
toolbox-cmd-initContainer-Be-aware-of-security-hardened-moun.patch Add two upstream patches that are already in CentOS Stream 9 2023-10-02 13:46:15 +02:00
toolbox-cmd-Track-the-active-container-on-Fedora-Linux-Asahi.patch Track the active container on Fedora Linux Asahi Remix 2023-11-30 22:16:08 +01:00
toolbox-Make-the-build-flags-match-Fedora-s-gobuild-for-PPC64.patch Update the commit messages of the downstream patches 2023-04-03 23:15:51 +02:00
toolbox-Make-the-build-flags-match-Fedora-s-gobuild.patch Update the commit messages of the downstream patches 2023-04-03 23:15:51 +02:00
toolbox-Make-the-build-flags-match-RHEL-s-gobuild-for-PPC64.patch Pull in the rest of the RHEL specific patches to further unify the build 2023-06-26 15:27:07 +02:00
toolbox-Make-the-build-flags-match-RHEL-s-gobuild.patch Pull in the rest of the RHEL specific patches to further unify the build 2023-06-26 15:27:07 +02:00
toolbox-Simplify-removing-the-user-s-password.patch Add two upstream patches that are already in CentOS Stream 9 2023-10-02 13:46:15 +02:00
toolbox.conf Add missing files for RHEL builds 2023-06-26 15:08:36 +02:00
toolbox.spec Fix the conditionals for 'if RHEL <= 9' 2023-12-05 15:26:10 +01:00

toolbox

The toolbox package