From 85e1aa53ceef00cef962cad1695585992bdbd175 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 28 Nov 2018 15:22:19 +0100 Subject: [PATCH] Add libseccomp requirement for rpm packages This requirement was originally added in 86f76496ce33bd6eff1737348bc44add4723ddd2, but got removed in the migration to the new image-based packaging. Commit f2ceca98823548e401c6cca125b7057df28c4892 added this requirement back for `.deb` packages, but did not include the same changes for RPMs. This patch adds back the requirement for RPM packages as well. Signed-off-by: Sebastiaan van Stijn Upstream-commit: 86ed6eb2cef4e7386979fc73397c1844531eb3a9 Component: packaging --- components/packaging/rpm/SPECS/docker-ce.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/components/packaging/rpm/SPECS/docker-ce.spec b/components/packaging/rpm/SPECS/docker-ce.spec index 062c374adb..35b22b5aba 100644 --- a/components/packaging/rpm/SPECS/docker-ce.spec +++ b/components/packaging/rpm/SPECS/docker-ce.spec @@ -15,6 +15,7 @@ Packager: Docker Requires: docker-ce-cli Requires: container-selinux >= 2.9 +Requires: libseccomp >= 2.3 Requires: systemd-units Requires: iptables # Should be required as well by docker-ce-cli but let's just be thorough