import container-tools-1-9.el9
This commit is contained in:
parent
f8834d01da
commit
c2363cd535
@ -1,6 +1,6 @@
|
||||
Name: container-tools
|
||||
Version: 1
|
||||
Release: 7%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc.
|
||||
License: MIT
|
||||
BuildArch: noarch
|
||||
@ -15,9 +15,19 @@ Requires: podman-docker
|
||||
Requires: podman-manpages
|
||||
Requires: podman-remote
|
||||
Requires: python3-podman
|
||||
Requires: oci-runtime
|
||||
%if 0%{?rhel} >= 9 || 0%{?fedora}
|
||||
Requires: crun >= 0.19
|
||||
%else
|
||||
Requires: runc
|
||||
%endif
|
||||
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 +55,14 @@ This package contains system tests for %{name}.
|
||||
%files tests
|
||||
|
||||
%changelog
|
||||
* Thu Feb 10 2022 Jindrich Novy <jnovy@redhat.com> - 1-9
|
||||
- put conditional require in the metapackage
|
||||
- Related: #2000051
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user