diff --git a/container-tools.spec b/container-tools.spec index d96e7dd..caf8758 100644 --- a/container-tools.spec +++ b/container-tools.spec @@ -1,6 +1,6 @@ Name: container-tools Version: 1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc. License: MIT BuildArch: noarch @@ -15,9 +15,14 @@ Requires: podman-docker Requires: podman-manpages Requires: podman-remote Requires: python3-podman -Requires: runc +Requires: crun Requires: skopeo >= 1:1.3.1 Requires: slirp4netns +Requires: cockpit-podman +Requires: toolbox +Requires: udica +Suggests: oci-seccomp-bpf-hook +Suggests: runc %description Latest versions of podman, buildah, skopeo, runc, conmon, CRIU, Udica, etc as @@ -45,6 +50,10 @@ This package contains system tests for %{name}. %files tests %changelog +* Tue Feb 08 2022 Jindrich Novy - 1-8 +- amend dependencies for container-tools metapackage +- Related: #2000051 + * Mon Oct 04 2021 Jindrich Novy - 1-7 - rebuild for https://issues.redhat.com/browse/RHELBLD-7728 - Related: #2000051