Compare commits

...

10 Commits

Author SHA1 Message Date
Jindrich Novy 5717e9bfa1 container-tools-1-12.el9
- remove direct podman/buildah/skopeo minimal verison dependencies
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2022-06-30 09:31:42 +02:00
Jindrich Novy 3b6db4e68b container-tools-1-11.el9
- rebuild for 9.1
- Related: #2061316

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2022-05-16 13:28:26 +02:00
Lokesh Mandvekar 91bb453952 container-tools-1-10
- Require netavark and aardvark
- Related: #2000051

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2022-02-24 11:06:49 -05:00
Jindrich Novy abc28aea6f container-tools-1-9.el9
- put conditional require in the metapackage
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2022-02-10 15:57:34 +01:00
Jindrich Novy af5af2b7f1 container-tools-1-8.el9
- amend dependencies for container-tools metapackage
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2022-02-08 10:27:50 +01:00
Jindrich Novy 5bc1c0fc8b container-tools-1-7.el9
- rebuild for https://issues.redhat.com/browse/RHELBLD-7728
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2021-10-04 12:03:51 +02:00
Jindrich Novy 95816d8945 container-tools-1-6.el9
- perform only sanity/installability tests for metapackage
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2021-09-30 15:01:05 +02:00
Jindrich Novy 79aa802132 container-tools-1-5.el9
- modify gating.yaml according to the development guide
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2021-09-30 13:39:18 +02:00
Jindrich Novy abe713a122 container-tools-1-4.el9
- add gating.yaml
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2021-09-29 10:52:54 +02:00
Jindrich Novy 04459403d6 container-tools-1-3.el9
- fix dependency on podman
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2021-09-23 09:50:20 +02:00
2 changed files with 62 additions and 4 deletions

View File

@ -1,23 +1,35 @@
Name: container-tools
Version: 1
Release: 2%{?dist}
Release: 12%{?dist}
Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc.
License: MIT
BuildArch: noarch
Requires: buildah >= 0:1.21.4
Requires: aardvark-dns
Requires: buildah
Requires: conmon
Requires: (container-selinux >= 2:2.162.1 if selinux-policy)
Requires: containernetworking-plugins
Requires: containers-common
Requires: fuse-overlayfs
Requires: podman >= 3:3.2.3
Requires: netavark
Requires: podman
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
Requires: skopeo >= 1:1.3.1
%endif
Requires: skopeo
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 +57,46 @@ This package contains system tests for %{name}.
%files tests
%changelog
* 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

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
# recipients: jnovy, lsm5, santiago
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules: []