diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:08:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:08:55 +0000 |
commit | 76bc3a66195fa55370d932ad3aecb4cf1e2bab00 (patch) | |
tree | f8fd60cb01e8d49d42a258306c5ce49f71ad23a0 | |
parent | 834e6833c626401127b5b176dc5860e74d5792db (diff) |
automatic import of container-toolsopeneuler24.03_LTSopeneuler23.09
-rw-r--r-- | container-tools.spec | 112 | ||||
-rw-r--r-- | sources | 0 |
2 files changed, 112 insertions, 0 deletions
diff --git a/container-tools.spec b/container-tools.spec new file mode 100644 index 0000000..de664fd --- /dev/null +++ b/container-tools.spec @@ -0,0 +1,112 @@ +Name: container-tools +Version: 1 +Release: 14%{?dist} +Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc. +License: MIT +BuildArch: noarch +Requires: aardvark-dns >= 2:1.9.0-1 +Requires: buildah >= 1:1.33.2-1 +Requires: conmon +Requires: (container-selinux >= 2:2.162.1 if selinux-policy) +Requires: containernetworking-plugins +Requires: containers-common +Requires: fuse-overlayfs +Requires: netavark >= 2:1.9.0-1 +Requires: podman >= 2:4.8.1-1 +Requires: podman-docker +Requires: podman-manpages +Requires: podman-remote +Requires: python3-podman >= 3:4.8.0.post1-1 +Requires: oci-runtime +%if 0%{?rhel} >= 9 || 0%{?fedora} +Requires: crun >= 0.19 +%else +Requires: runc +%endif +Requires: skopeo >= 2:1.14.0-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 +well as dependencies such as container-selinux built and tested together, and +updated. + +%package tests +Summary: Test packages for container-tools +Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: buildah-tests +Requires: podman-tests +Requires: skopeo-tests + +%description tests +This package contains system tests for %{name}. + +%prep + +%build + +%install + +%files + +%files tests + +%changelog +* Wed Dec 06 2023 Lokesh Mandvekar <lsm5@redhat.com> - 1-14 +- rebuild with updated dependencies: + [python-]podman 4.8.0, buildah 1.33.2, skopeo 1.14.0, + aardvark-dns and netavark 1.9.0 +- Related: Jira:RHEL-2112 + +* Tue Oct 10 2023 Jindrich Novy <jnovy@redhat.com> - 1-13 +- rebuild +- Related: Jira:RHEL-2112 + +* Thu Jun 30 2022 Jindrich Novy <jnovy@redhat.com> - 1-12 +- remove direct podman/buildah/skopeo minimal verison dependencies +- Related: #2061316 + +* Mon May 16 2022 Jindrich Novy <jnovy@redhat.com> - 1-11 +- rebuild for 9.1 +- Related: #2061316 + +* Thu Feb 24 2022 Lokesh Mandvekar <lsm5@redhat.com> - 1-10 +- Require netavark and aardvark +- Related: #2000051 + +* 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 + +* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 1-6 +- perform only sanity/installability tests for metapackage +- Related: #2000051 + +* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 1-5 +- modify gating.yaml according to the development guide +- Related: #2000051 + +* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 1-4 +- add gating.yaml +- Related: #2000051 + +* Thu Sep 23 2021 Jindrich Novy <jnovy@redhat.com> - 1-3 +- fix dependency on podman +- Related: #2000051 + +* Tue Sep 21 2021 Jindrich Novy <jnovy@redhat.com> - 1-2 +- initial import +- Resolves: #2000871 |