containers-common-4:1-17
- add common dependencies like oci-runtime and container-selinux - will pull in crun by default, runc users should install runc separately first or explicitly require runc Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
c0dc80db85
commit
e5567e4b4a
@ -15,12 +15,14 @@
|
|||||||
Epoch: 4
|
Epoch: 4
|
||||||
Name: containers-common
|
Name: containers-common
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Summary: Common configuration and documentation for containers
|
Summary: Common configuration and documentation for containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
Provides: skopeo-containers = %{epoch}:%{version}-%{release}
|
Provides: skopeo-containers = %{epoch}:%{version}-%{release}
|
||||||
|
Requires: (container-selinux >= 2:2.160.0 if selinux-policy)
|
||||||
|
Requires: oci-runtime
|
||||||
Recommends: fuse-overlayfs
|
Recommends: fuse-overlayfs
|
||||||
Recommends: slirp4netns
|
Recommends: slirp4netns
|
||||||
Source1: %{github_containers}/common/%{common_branch}/docs/containers.conf.5.md
|
Source1: %{github_containers}/common/%{common_branch}/docs/containers.conf.5.md
|
||||||
@ -134,6 +136,11 @@ ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secret
|
|||||||
%{_datadir}/rhel/secrets/*
|
%{_datadir}/rhel/secrets/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 15 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 4:1-17
|
||||||
|
- add common dependencies like oci-runtime and container-selinux
|
||||||
|
- will pull in crun by default, runc users should install runc separately first
|
||||||
|
or explicitly require runc
|
||||||
|
|
||||||
* Mon Apr 12 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 4:1-16
|
* Mon Apr 12 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 4:1-16
|
||||||
- use latest configs from upstream
|
- use latest configs from upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user