Skip to content

Commit

Permalink
rpm: remove version-constraint for container-selinux
Browse files Browse the repository at this point in the history
This condition was added 5 Years ago in c08bd94
because older versions had some issues.

CentOS 7 currently installs `2:2.119.2-1.911c772.el7_8`, and CentOS 9 stream
has `3:2.231.0-1.el9`; both are higher than the minimum version specified,
so let's remove the condition.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jun 11, 2024
1 parent 7fcb9f7 commit 018d28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/containerd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Source3: runc
%if %{undefined suse_version}
# amazonlinux2 doesn't have container-selinux either
%if "%{?dist}" != ".amzn2"
Requires: container-selinux >= 2:2.74
Requires: container-selinux
%endif
Requires: libseccomp
%else
Expand Down

0 comments on commit 018d28e

Please sign in to comment.