Skip to content

Commit 018d28e

Browse files
committed
rpm: remove version-constraint for container-selinux
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]>
1 parent 7fcb9f7 commit 018d28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpm/containerd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Source3: runc
5757
%if %{undefined suse_version}
5858
# amazonlinux2 doesn't have container-selinux either
5959
%if "%{?dist}" != ".amzn2"
60-
Requires: container-selinux >= 2:2.74
60+
Requires: container-selinux
6161
%endif
6262
Requires: libseccomp
6363
%else

0 commit comments

Comments
 (0)