container-tools-1-8.el9

- amend dependencies for container-tools metapackage
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-02-08 10:27:50 +01:00
parent 5bc1c0fc8b
commit af5af2b7f1
1 changed files with 11 additions and 2 deletions

View File

@ -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 <jnovy@redhat.com> - 1-8
- amend dependencies for container-tools metapackage
- Related: #2000051
* Mon Oct 04 2021 Jindrich Novy <jnovy@redhat.com> - 1-7
- rebuild for https://issues.redhat.com/browse/RHELBLD-7728
- Related: #2000051