From ee3557158c690e0036814cbdd2b2ab397ef4400f Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:41:05 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- container-selinux.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index 0daafa6..eee51d6 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -20,7 +20,7 @@ Epoch: 3 Name: container-selinux Version: 2.164.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -112,6 +112,10 @@ fi %{_datadir}/containers/selinux/contexts %changelog +* Mon Aug 09 2021 Mohan Boddu - 3:2.164.2-2 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Tue Aug 03 2021 Jindrich Novy - 3:2.164.2-1 - update to https://github.com/containers/container-selinux/releases/tag/v2.164.2 - Related: #1970747