diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-11-08 14:29:44 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-11-15 12:53:25 +0100 |
commit | 5934e4c9b50020e0099a71233ae4f9ba9356215f (patch) | |
tree | 5bb45e72e727080a10574b6be60b881fb3a34d6f /contrib/spec | |
parent | 58cf0d4622ea280382dccdb527c483afd3f16562 (diff) | |
download | podman-5934e4c9b50020e0099a71233ae4f9ba9356215f.tar.gz podman-5934e4c9b50020e0099a71233ae4f9ba9356215f.tar.bz2 podman-5934e4c9b50020e0099a71233ae4f9ba9356215f.zip |
infra container: replace pause with catatonit
Podman has been using catatonit for a number of years already.
Thanks to @giuseppe, catatonit is now able to run as a pause
process which allows us to replace the pause binary entirely.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib/spec')
-rw-r--r-- | contrib/spec/podman.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 95c3cb5e2..cb041df6c 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -58,6 +58,7 @@ BuildRequires: libselinux-devel BuildRequires: pkgconfig BuildRequires: make BuildRequires: systemd-devel +Requires: catatonit >= 0.1.7 Requires: containers-common Requires: conmon Requires: containernetworking-plugins >= 0.6.0-3 |