Add podman-docker support

Force cgroupfs for non root podman
This commit is contained in:
Daniel J Walsh 2018-09-03 07:05:38 -04:00
parent 9cea8ee384
commit 300902e9df
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -36,7 +36,7 @@ Name: podman
Epoch: 1 Epoch: 1
%endif %endif
Version: 0.8.5 Version: 0.8.5
Release: 1.dev.git%{shortcommit0}%{?dist} Release: 2.dev.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 License: ASL 2.0
URL: %{git_podman} URL: %{git_podman}
@ -61,7 +61,7 @@ BuildRequires: libselinux-devel
BuildRequires: ostree-devel BuildRequires: ostree-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: make BuildRequires: make
Requires: runc Requires: runc >= 1.0.0-50
Requires: containers-common Requires: containers-common
Requires: containernetworking-plugins >= 0.7.3-2 Requires: containernetworking-plugins >= 0.7.3-2
Requires: iptables Requires: iptables
@ -553,6 +553,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%endif %endif
%changelog %changelog
* Sun Aug 12 2018 Dan Walsh <dwalsh@redhat.com> - 1:0.8.5-1.dev.git65c31d4
- Add a specific version of runc or later to require
* Thu Aug 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.5-1.dev.git65c31d4 * Thu Aug 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.8.5-1.dev.git65c31d4
- bump to v0.8.5-dev - bump to v0.8.5-dev
- built commit 65c31d4 - built commit 65c31d4