diff --git a/libselinux.spec b/libselinux.spec index 51e27af..002b181 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -4,7 +4,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 3.2 -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.2/libselinux-3.2.tar.gz @@ -241,6 +241,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool* %{ruby_vendorarchdir}/selinux.so %changelog +* Fri Jun 25 2021 Petr Lautrbach - 3.2-4 +- Use SHA-2 instead of SHA-1 (#1934964) + * Tue May 25 2021 Petr Lautrbach - 3.2-3 - selinux_check_passwd_access_internal(): respect deny_unknown - Silence -Wstringop-overflow warning from gcc 10.3.1