diff --git a/libselinux.spec b/libselinux.spec index e4daa82..d924d0d 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -4,7 +4,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 3.4 -Release: 3%{?dist} +Release: 4%{?dist} License: Public Domain # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/libselinux-3.4.tar.gz @@ -214,6 +214,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool* %{ruby_vendorarchdir}/selinux.so %changelog +* Mon Jun 13 2022 Python Maint - 3.4-4 +- Rebuilt for Python 3.11 + * Tue May 31 2022 Petr Lautrbach - 3.4-3 - Revert "libselinux: restorecon: pin file to avoid TOCTOU issues"