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