- Avoid to crash when crypttab contains entries where the LUKS is

given by UUID= format.
- Avoid to crash when an encryption device is not probed with the
  name indicated in a fstab entry.
- Related to bsc#1094963.
- 4.1.5

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=346
This commit is contained in:
YaST Team Bot 2018-11-08 01:32:45 +00:00 committed by Git OBS Bridge
parent 0e4b07d17d
commit bc41f86b16
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72b8293295d04342183064c947eb510d0a2e0696832b16d5beef04de7fe28f97
size 68042

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bd6cf1269481bc4462a436539d2cc7ffa9076d08fa92ce9c7664b913d46697a
size 68683

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Nov 5 17:10:54 UTC 2018 - jlopez@suse.com
- Avoid to crash when crypttab contains entries where the LUKS is
given by UUID= format.
- Avoid to crash when an encryption device is not probed with the
name indicated in a fstab entry.
- Related to bsc#1094963.
- 4.1.5
-------------------------------------------------------------------
Tue Oct 16 16:37:07 CEST 2018 - schubi@suse.de

View File

@ -17,7 +17,7 @@
Name: yast2-update
Version: 4.1.4
Version: 4.1.5
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -39,10 +39,10 @@ BuildRequires: yast2-installation-control
# Needed for tests
BuildRequires: rubygem(rspec)
# Encryption.use_crypttab_names
BuildRequires: yast2-storage-ng >= 4.0.186
# Encryption.use_crypttab_names
Requires: yast2-storage-ng >= 4.0.186
# Encryption.save_crypttab_names
BuildRequires: yast2-storage-ng >= 4.1.31
# Encryption.save_crypttab_names
Requires: yast2-storage-ng >= 4.1.31
# FSSnapshotStore
Requires: yast2 >= 3.1.126
Requires: yast2-installation