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 <github@gone.nl>
Upstream-commit: 86ed6eb2cef4e7386979fc73397c1844531eb3a9
Component: packaging
This commit is contained in:
Sebastiaan van Stijn
2018-11-28 15:22:19 +01:00
parent 959e3a80b6
commit 85e1aa53ce

View File

@ -15,6 +15,7 @@ Packager: Docker <support@docker.com>
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