policycoreutils-3.2-3.el9

- Do not use Python slip (#1949841)
Resolves: rhbz#1949841
This commit is contained in:
Petr Lautrbach 2021-04-23 15:31:54 +02:00
parent e96ebee816
commit 2a9a817f17
1 changed files with 4 additions and 1 deletions

View File

@ -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 <plautrba@redhat.com> - 3.2-3
- Do not use Python slip (#1949841)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.2-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937