2021-09-21 14:13:46 +00:00
|
|
|
Name: container-tools
|
|
|
|
Version: 1
|
2023-12-06 12:29:24 +00:00
|
|
|
Release: 14%{?dist}
|
2021-09-21 14:13:46 +00:00
|
|
|
Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc.
|
|
|
|
License: MIT
|
|
|
|
BuildArch: noarch
|
2023-12-06 12:29:24 +00:00
|
|
|
Requires: aardvark-dns >= 2:1.9.0-1
|
|
|
|
Requires: buildah >= 1:1.33.2-1
|
2021-09-21 14:13:46 +00:00
|
|
|
Requires: conmon
|
|
|
|
Requires: (container-selinux >= 2:2.162.1 if selinux-policy)
|
|
|
|
Requires: containernetworking-plugins
|
|
|
|
Requires: containers-common
|
|
|
|
Requires: fuse-overlayfs
|
2023-12-06 12:29:24 +00:00
|
|
|
Requires: netavark >= 2:1.9.0-1
|
|
|
|
Requires: podman >= 2:4.8.1-1
|
2021-09-21 14:13:46 +00:00
|
|
|
Requires: podman-docker
|
|
|
|
Requires: podman-manpages
|
|
|
|
Requires: podman-remote
|
2023-12-06 12:29:24 +00:00
|
|
|
Requires: python3-podman >= 3:4.8.0.post1-1
|
2022-02-10 14:57:34 +00:00
|
|
|
Requires: oci-runtime
|
|
|
|
%if 0%{?rhel} >= 9 || 0%{?fedora}
|
|
|
|
Requires: crun >= 0.19
|
|
|
|
%else
|
|
|
|
Requires: runc
|
|
|
|
%endif
|
2023-12-06 12:29:24 +00:00
|
|
|
Requires: skopeo >= 2:1.14.0-1
|
2021-09-21 14:13:46 +00:00
|
|
|
Requires: slirp4netns
|
2022-02-08 09:27:50 +00:00
|
|
|
Requires: cockpit-podman
|
|
|
|
Requires: toolbox
|
|
|
|
Requires: udica
|
|
|
|
Suggests: oci-seccomp-bpf-hook
|
|
|
|
Suggests: runc
|
2021-09-21 14:13:46 +00:00
|
|
|
|
|
|
|
%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
|
2023-12-06 12:29:24 +00:00
|
|
|
* 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
|
|
|
|
|
2023-10-10 12:53:12 +00:00
|
|
|
* Tue Oct 10 2023 Jindrich Novy <jnovy@redhat.com> - 1-13
|
|
|
|
- rebuild
|
|
|
|
- Related: Jira:RHEL-2112
|
|
|
|
|
2022-06-30 07:31:42 +00:00
|
|
|
* Thu Jun 30 2022 Jindrich Novy <jnovy@redhat.com> - 1-12
|
|
|
|
- remove direct podman/buildah/skopeo minimal verison dependencies
|
|
|
|
- Related: #2061316
|
|
|
|
|
2022-05-16 11:28:26 +00:00
|
|
|
* Mon May 16 2022 Jindrich Novy <jnovy@redhat.com> - 1-11
|
|
|
|
- rebuild for 9.1
|
|
|
|
- Related: #2061316
|
|
|
|
|
2022-02-24 16:06:49 +00:00
|
|
|
* Thu Feb 24 2022 Lokesh Mandvekar <lsm5@redhat.com> - 1-10
|
|
|
|
- Require netavark and aardvark
|
|
|
|
- Related: #2000051
|
|
|
|
|
2022-02-10 14:57:34 +00:00
|
|
|
* Thu Feb 10 2022 Jindrich Novy <jnovy@redhat.com> - 1-9
|
|
|
|
- put conditional require in the metapackage
|
|
|
|
- Related: #2000051
|
|
|
|
|
2022-02-08 09:27:50 +00:00
|
|
|
* Tue Feb 08 2022 Jindrich Novy <jnovy@redhat.com> - 1-8
|
|
|
|
- amend dependencies for container-tools metapackage
|
|
|
|
- Related: #2000051
|
|
|
|
|
2021-10-04 10:03:51 +00:00
|
|
|
* Mon Oct 04 2021 Jindrich Novy <jnovy@redhat.com> - 1-7
|
|
|
|
- rebuild for https://issues.redhat.com/browse/RHELBLD-7728
|
|
|
|
- Related: #2000051
|
|
|
|
|
2021-09-30 13:01:05 +00:00
|
|
|
* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 1-6
|
|
|
|
- perform only sanity/installability tests for metapackage
|
|
|
|
- Related: #2000051
|
|
|
|
|
2021-09-30 11:39:02 +00:00
|
|
|
* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 1-5
|
|
|
|
- modify gating.yaml according to the development guide
|
|
|
|
- Related: #2000051
|
|
|
|
|
2021-09-29 08:52:54 +00:00
|
|
|
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 1-4
|
|
|
|
- add gating.yaml
|
|
|
|
- Related: #2000051
|
|
|
|
|
2021-09-23 07:50:20 +00:00
|
|
|
* Thu Sep 23 2021 Jindrich Novy <jnovy@redhat.com> - 1-3
|
|
|
|
- fix dependency on podman
|
|
|
|
- Related: #2000051
|
|
|
|
|
2021-09-21 14:13:46 +00:00
|
|
|
* Tue Sep 21 2021 Jindrich Novy <jnovy@redhat.com> - 1-2
|
|
|
|
- initial import
|
|
|
|
- Resolves: #2000871
|