container-tools-1-2.el9
- initial import - Resolves: #2000871 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
6107bda815
commit
996234546f
50
container-tools.spec
Normal file
50
container-tools.spec
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
Name: container-tools
|
||||||
|
Version: 1
|
||||||
|
Release: 2%{?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: 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: podman-docker
|
||||||
|
Requires: podman-manpages
|
||||||
|
Requires: podman-remote
|
||||||
|
Requires: python3-podman
|
||||||
|
Requires: runc
|
||||||
|
Requires: skopeo >= 1:1.3.1
|
||||||
|
Requires: slirp4netns
|
||||||
|
|
||||||
|
%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
|
||||||
|
* Tue Sep 21 2021 Jindrich Novy <jnovy@redhat.com> - 1-2
|
||||||
|
- initial import
|
||||||
|
- Resolves: #2000871
|
Loading…
Reference in New Issue
Block a user