Fix labeling for CRI-O files in overlay subdirs

This commit is contained in:
Daniel J Walsh 2017-06-06 19:28:56 +00:00
parent 590defb1b5
commit 35b5399d15

View File

@ -3,7 +3,7 @@
# container-selinux # container-selinux
%global git0 https://github.com/projectatomic/container-selinux %global git0 https://github.com/projectatomic/container-selinux
%if 0%{?fedora} %if 0%{?fedora}
%global commit0 ed3082b4d72740d197f4680749347ca507fc1203 %global commit0 5212fea857a5296e1d22b3ac6b875eb59a86ebe7
%else %else
# use upstream's RHEL-1.12 branch for CentOS 7 # use upstream's RHEL-1.12 branch for CentOS 7
%global commit0 56c32da8a72f9e7af5daeaebac5b887830d123b1 %global commit0 56c32da8a72f9e7af5daeaebac5b887830d123b1
@ -35,7 +35,7 @@ Name: container-selinux
%if 0%{?fedora} || 0%{?centos} %if 0%{?fedora} || 0%{?centos}
Epoch: 2 Epoch: 2
%endif %endif
Version: 2.17 Version: 2.18
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2 License: GPLv2
URL: %{git0} URL: %{git0}
@ -118,6 +118,9 @@ fi
%{_datadir}/selinux/* %{_datadir}/selinux/*
%changelog %changelog
* Tue Jun 6 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.18-1
- Fix labeling for CRI-O files in overlay subdirs
* Mon Jun 5 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.17-1 * Mon Jun 5 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.17-1
- Revert change to run the container_runtime as ranged - Revert change to run the container_runtime as ranged