From 2a9a817f17a3508239d38688a7cb9441560d0a4d Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 23 Apr 2021 15:31:54 +0200 Subject: [PATCH] policycoreutils-3.2-3.el9 - Do not use Python slip (#1949841) Resolves: rhbz#1949841 --- policycoreutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 4e61564..1941677 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -11,7 +11,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 3.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2/selinux-3.2.tar.gz @@ -509,6 +509,9 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Fri Apr 23 2021 Petr Lautrbach - 3.2-3 +- Do not use Python slip (#1949841) + * Fri Apr 16 2021 Mohan Boddu - 3.2-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937