Compare commits
No commits in common. "c10s" and "c9-beta" have entirely different histories.
@ -1,6 +1,6 @@
|
|||||||
Name: container-tools
|
Name: container-tools
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 16%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc.
|
Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc.
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -8,24 +8,31 @@ Requires: aardvark-dns >= 2:1.9.0-1
|
|||||||
Requires: buildah >= 1:1.33.2-1
|
Requires: buildah >= 1:1.33.2-1
|
||||||
Requires: conmon
|
Requires: conmon
|
||||||
Requires: (container-selinux >= 2:2.162.1 if selinux-policy)
|
Requires: (container-selinux >= 2:2.162.1 if selinux-policy)
|
||||||
|
Requires: containernetworking-plugins
|
||||||
Requires: containers-common
|
Requires: containers-common
|
||||||
Requires: fuse-overlayfs
|
Requires: fuse-overlayfs
|
||||||
Requires: netavark >= 2:1.9.0-1
|
Requires: netavark >= 2:1.9.0-1
|
||||||
Requires: podman >= 2:4.8.1-1
|
Requires: podman >= 2:4.8.1-1
|
||||||
Requires: podman-docker
|
Requires: podman-docker
|
||||||
Requires: podman-manpages
|
Requires: podman-manpages
|
||||||
|
Requires: podman-remote
|
||||||
Requires: python3-podman >= 3:4.8.0.post1-1
|
Requires: python3-podman >= 3:4.8.0.post1-1
|
||||||
Requires: oci-runtime
|
Requires: oci-runtime
|
||||||
|
%if 0%{?rhel} >= 9 || 0%{?fedora}
|
||||||
Requires: crun >= 0.19
|
Requires: crun >= 0.19
|
||||||
|
%else
|
||||||
|
Requires: runc
|
||||||
|
%endif
|
||||||
Requires: skopeo >= 2:1.14.0-1
|
Requires: skopeo >= 2:1.14.0-1
|
||||||
Requires: slirp4netns
|
Requires: slirp4netns
|
||||||
Requires: cockpit-podman
|
Requires: cockpit-podman
|
||||||
Requires: toolbox
|
Requires: toolbox
|
||||||
Requires: udica
|
Requires: udica
|
||||||
Suggests: oci-seccomp-bpf-hook
|
Suggests: oci-seccomp-bpf-hook
|
||||||
|
Suggests: runc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Latest versions of podman, buildah, skopeo, crun, conmon, CRIU, Udica, etc as
|
Latest versions of podman, buildah, skopeo, runc, conmon, CRIU, Udica, etc as
|
||||||
well as dependencies such as container-selinux built and tested together, and
|
well as dependencies such as container-selinux built and tested together, and
|
||||||
updated.
|
updated.
|
||||||
|
|
||||||
@ -50,14 +57,6 @@ This package contains system tests for %{name}.
|
|||||||
%files tests
|
%files tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 19 2025 Jindrich Novy <jnovy@redhat.com> - 1-16
|
|
||||||
- amend dependencies for RHEL10
|
|
||||||
- Resolves: RHEL-92028
|
|
||||||
|
|
||||||
* Fri May 16 2025 Jindrich Novy <jnovy@redhat.com> - 1-15
|
|
||||||
- build for RHEL10
|
|
||||||
- Resolves: RHEL-92028
|
|
||||||
|
|
||||||
* Wed Dec 06 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1-14
|
* Wed Dec 06 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1-14
|
||||||
- rebuild with updated dependencies:
|
- rebuild with updated dependencies:
|
||||||
[python-]podman 4.8.0, buildah 1.33.2, skopeo 1.14.0,
|
[python-]podman 4.8.0, buildah 1.33.2, skopeo 1.14.0,
|
@ -1,6 +0,0 @@
|
|||||||
# recipients: jnovy, lsm5, santiago
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-9
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules: []
|
|
Loading…
Reference in New Issue
Block a user