setools-4.4.0-4

- Make seinfo output predictable
  https://github.com/SELinuxProject/setools/issues/65

Resolves: rhbz#2019962
This commit is contained in:
Petr Lautrbach 2021-11-19 12:56:24 +01:00
parent 0e7e0ffd80
commit ae615f5e65

View File

@ -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 <plautrba@redhat.com> - 4.4.0-4
- Make seinfo output predictable
https://github.com/SELinuxProject/setools/issues/65
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 4.4.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688