Add container-selinux prerequires to make sure runc is labeled correctly

This commit is contained in:
Daniel J Walsh 2017-10-25 23:54:32 +00:00
parent 478e4a0ea1
commit 17e49d0e3b

View File

@ -34,7 +34,7 @@ Name: %{repo}
Epoch: 2 Epoch: 2
%endif %endif
Version: 1.0.0 Version: 1.0.0
Release: 11.rc4.git%{shortcommit0}%{?dist} Release: 12.rc4.git%{shortcommit0}%{?dist}
Summary: CLI for running Open Containers Summary: CLI for running Open Containers
License: ASL 2.0 License: ASL 2.0
URL: %{git0} URL: %{git0}
@ -68,6 +68,7 @@ BuildRequires: golang(github.com/syndtr/gocapability/capability)
BuildRequires: golang(github.com/vishvananda/netlink) BuildRequires: golang(github.com/vishvananda/netlink)
BuildRequires: golang(github.com/vishvananda/netlink/nl) BuildRequires: golang(github.com/vishvananda/netlink/nl)
%endif %endif
Requires(pre): container-selinux >= 2:2.2-2
%if ! 0%{?centos} %if ! 0%{?centos}
@ -293,6 +294,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif %endif
%changelog %changelog
* Wed Oct 25 2017 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-12.rc4.gitaea4f21
- Add container-selinux prerequires to make sure runc is labeled correctly
* Tue Sep 12 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.0.0-11.rc4.gitaea4f21 * Tue Sep 12 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.0.0-11.rc4.gitaea4f21
- disable devel package and %%check - makes life easier for module building - disable devel package and %%check - makes life easier for module building