From 95dea749d4cb7e474194bbe209f052e94da5df2e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 25 Jun 2019 11:28:30 +0200 Subject: [PATCH] require container-selinux >= 2.74 version 2.9 is really old; this sets the same minimal version as is used for the containerd.io package Signed-off-by: Sebastiaan van Stijn (cherry picked from commit a246b19b0723d41a8e58ff42d3af52fd57a7e94d) Signed-off-by: Sebastiaan van Stijn --- rpm/SPECS/docker-ce.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/SPECS/docker-ce.spec b/rpm/SPECS/docker-ce.spec index fc6ae6d42f..5a6dd03556 100644 --- a/rpm/SPECS/docker-ce.spec +++ b/rpm/SPECS/docker-ce.spec @@ -15,7 +15,7 @@ Vendor: Docker Packager: Docker Requires: docker-ce-cli -Requires: container-selinux >= 2.9 +Requires: container-selinux >= 2:2.74 Requires: libseccomp >= 2.3 Requires: systemd-units Requires: iptables