From ae615f5e659265e72eaebe06cfb8f39636426417 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 19 Nov 2021 12:56:24 +0100 Subject: [PATCH] setools-4.4.0-4 - Make seinfo output predictable https://github.com/SELinuxProject/setools/issues/65 Resolves: rhbz#2019962 --- setools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setools.spec b/setools.spec index e4f2878..2b49bef 100644 --- a/setools.spec +++ b/setools.spec @@ -3,7 +3,7 @@ Name: setools Version: 4.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Policy analysis tools for SELinux License: GPLv2 @@ -142,6 +142,10 @@ Python modules designed to facilitate SELinux policy analysis. %{_mandir}/ru/man1/apol* %changelog +* Fri Nov 19 2021 Petr Lautrbach - 4.4.0-4 +- Make seinfo output predictable + https://github.com/SELinuxProject/setools/issues/65 + * Tue Aug 10 2021 Mohan Boddu - 4.4.0-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688