* Fri Jun 18 2021 Tomas Bzatek <tbzatek@redhat.com> - 2.9.2-5

- Switch the default encryption to LUKS2
This commit is contained in:
Tomas Bzatek 2021-06-18 15:19:58 +02:00
parent 5ea57b40c2
commit e8fa334430
1 changed files with 5 additions and 7 deletions

View File

@ -14,7 +14,7 @@
%define with_lvmcache 1
# valid options are 'luks1' or 'luks2'
%define default_luks_encryption luks1
%define default_luks_encryption luks2
%define is_fedora 0%{?rhel} == 0
%define is_git %(git show > /dev/null 2>&1 && echo 1 || echo 0)
@ -39,16 +39,11 @@
%define with_lvmcache 0
%endif
# default to LUKS2 for RHEL > 7
%if 0%{?rhel} > 7
%define default_luks_encryption luks2
%endif
Name: udisks2
Summary: Disk Manager
Version: 2.9.2
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2+
URL: https://github.com/storaged-project/udisks
Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2
@ -437,6 +432,9 @@ fi
%endif
%changelog
* Fri Jun 18 2021 Tomas Bzatek <tbzatek@redhat.com> - 2.9.2-5
- Switch the default encryption to LUKS2
* Mon Apr 19 2021 Tomas Bzatek <tbzatek@redhat.com> - 2.9.2-4
- Fix a couple of issues found by Coverity
- Ignore systemd "Extended Boot Loader" GPT partition