From 8274ef3855e725ba926c27d30358431fc46eb2d8 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Thu, 23 Jul 2015 14:28:38 +0200 Subject: [PATCH] policycoreutils-2.4-3.fc24 - Improve compatibility with python 3 - Add sepolgen module to python3 package --- policycoreutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index a68f64a..f1f7012 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: System Environment/Base # https://github.com/SELinuxProject/selinux/wiki/Releases @@ -387,6 +387,10 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Thu Jul 23 2015 Petr Lautrbach 2.4-3 +- Improve compatibility with python 3 +- Add sepolgen module to python3 package + * Tue Jul 21 2015 Petr Lautrbach 2.4-2 - Add Python3 support for sepolgen module (#1125208,#1125209)