diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-11-08 14:16:13 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-11-15 12:53:25 +0100 |
commit | 58cf0d4622ea280382dccdb527c483afd3f16562 (patch) | |
tree | 40da7a156db6851425c57fd65d7f7809fbf37ed4 /contrib | |
parent | cca6df428cb9ce187ae1341740ac1137c7a67a75 (diff) | |
download | podman-58cf0d4622ea280382dccdb527c483afd3f16562.tar.gz podman-58cf0d4622ea280382dccdb527c483afd3f16562.tar.bz2 podman-58cf0d4622ea280382dccdb527c483afd3f16562.zip |
Revert "add kubernetes pause"
This reverts commit 9d2b8d2791c23b83b6155b046099a83483860c56 since
catatonit's new pause functionality can replace the `pause` binary
entirely.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 474add1af..95c3cb5e2 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -529,7 +529,6 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_usr}/lib/tmpfiles.d/podman.conf %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/rootlessport -%{_libexecdir}/%{name}/pause/pause %if 0%{?with_devel} %files -n libpod-devel -f devel.file-list |