From 35b5399d151f71a10645ab53df2b95b5f5088447 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 6 Jun 2017 19:28:56 +0000 Subject: [PATCH] Fix labeling for CRI-O files in overlay subdirs --- container-selinux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 41e4386..565136d 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -3,7 +3,7 @@ # container-selinux %global git0 https://github.com/projectatomic/container-selinux %if 0%{?fedora} -%global commit0 ed3082b4d72740d197f4680749347ca507fc1203 +%global commit0 5212fea857a5296e1d22b3ac6b875eb59a86ebe7 %else # use upstream's RHEL-1.12 branch for CentOS 7 %global commit0 56c32da8a72f9e7af5daeaebac5b887830d123b1 @@ -35,7 +35,7 @@ Name: container-selinux %if 0%{?fedora} || 0%{?centos} Epoch: 2 %endif -Version: 2.17 +Version: 2.18 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -118,6 +118,9 @@ fi %{_datadir}/selinux/* %changelog +* Tue Jun 6 2017 Dan Walsh - 2.18-1 +- Fix labeling for CRI-O files in overlay subdirs + * Mon Jun 5 2017 Dan Walsh - 2.17-1 - Revert change to run the container_runtime as ranged