Blame SPECS/container-tools.spec

0a870b
Name: container-tools
0a870b
Version: 1
0a870b
Release: 10%{?dist}
0a870b
Summary: A meta-package witch container tools such as podman, buildah, skopeo, etc.
0a870b
License: MIT
0a870b
BuildArch: noarch
0a870b
Requires: aardvark-dns
0a870b
Requires: buildah >= 0:1.21.4
0a870b
Requires: conmon
0a870b
Requires: (container-selinux >= 2:2.162.1 if selinux-policy)
0a870b
Requires: containernetworking-plugins
0a870b
Requires: containers-common
0a870b
Requires: fuse-overlayfs
0a870b
Requires: netavark
0a870b
Requires: podman >= 3.2.3
0a870b
Requires: podman-docker
0a870b
Requires: podman-manpages
0a870b
Requires: podman-remote
0a870b
Requires: python3-podman
0a870b
Requires: oci-runtime
0a870b
%if 0%{?rhel} >= 9 || 0%{?fedora}
0a870b
Requires: crun >= 0.19
0a870b
%else
0a870b
Requires: runc
0a870b
%endif
0a870b
Requires: skopeo >= 1:1.3.1
0a870b
Requires: slirp4netns
0a870b
Requires: cockpit-podman
0a870b
Requires: toolbox
0a870b
Requires: udica
0a870b
Suggests: oci-seccomp-bpf-hook
0a870b
Suggests: runc
0a870b
0a870b
%description
0a870b
Latest versions of podman, buildah, skopeo, runc, conmon, CRIU, Udica, etc as
0a870b
well as dependencies such as container-selinux built and tested together, and
0a870b
updated.
0a870b
0a870b
%package tests
0a870b
Summary: Test packages for container-tools
0a870b
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
0a870b
Requires: buildah-tests
0a870b
Requires: podman-tests
0a870b
Requires: skopeo-tests
0a870b
0a870b
%description tests
0a870b
This package contains system tests for %{name}.
0a870b
0a870b
%prep
0a870b
0a870b
%build
0a870b
0a870b
%install
0a870b
0a870b
%files
0a870b
0a870b
%files tests
0a870b
0a870b
%changelog
0a870b
* Thu Feb 24 2022 Lokesh Mandvekar <lsm5@redhat.com> - 1-10
0a870b
- Require netavark and aardvark
0a870b
- Related: #2000051
0a870b
0a870b
* Thu Feb 10 2022 Jindrich Novy <jnovy@redhat.com> - 1-9
0a870b
- put conditional require in the metapackage
0a870b
- Related: #2000051
0a870b
0a870b
* Tue Feb 08 2022 Jindrich Novy <jnovy@redhat.com> - 1-8
0a870b
- amend dependencies for container-tools metapackage
0a870b
- Related: #2000051
0a870b
0a870b
* Mon Oct 04 2021 Jindrich Novy <jnovy@redhat.com> - 1-7
0a870b
- rebuild for https://issues.redhat.com/browse/RHELBLD-7728
0a870b
- Related: #2000051
0a870b
0a870b
* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 1-6
0a870b
- perform only sanity/installability tests for metapackage
0a870b
- Related: #2000051
0a870b
0a870b
* Thu Sep 30 2021 Jindrich Novy <jnovy@redhat.com> - 1-5
0a870b
- modify gating.yaml according to the development guide
0a870b
- Related: #2000051
0a870b
0a870b
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 1-4
0a870b
- add gating.yaml
0a870b
- Related: #2000051
0a870b
0a870b
* Thu Sep 23 2021 Jindrich Novy <jnovy@redhat.com> - 1-3
0a870b
- fix dependency on podman
0a870b
- Related: #2000051
0a870b
0a870b
* Tue Sep 21 2021 Jindrich Novy <jnovy@redhat.com> - 1-2
0a870b
- initial import
0a870b
- Resolves: #2000871