From bc41f86b16d0da9442c5b0dd44458ba9cf4a3b433447b984d89831f0e007de78 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 8 Nov 2018 01:32:45 +0000 Subject: [PATCH] - 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 --- yast2-update-4.1.4.tar.bz2 | 3 --- yast2-update-4.1.5.tar.bz2 | 3 +++ yast2-update.changes | 10 ++++++++++ yast2-update.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 yast2-update-4.1.4.tar.bz2 create mode 100644 yast2-update-4.1.5.tar.bz2 diff --git a/yast2-update-4.1.4.tar.bz2 b/yast2-update-4.1.4.tar.bz2 deleted file mode 100644 index b23cda2..0000000 --- a/yast2-update-4.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72b8293295d04342183064c947eb510d0a2e0696832b16d5beef04de7fe28f97 -size 68042 diff --git a/yast2-update-4.1.5.tar.bz2 b/yast2-update-4.1.5.tar.bz2 new file mode 100644 index 0000000..e263c35 --- /dev/null +++ b/yast2-update-4.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd6cf1269481bc4462a436539d2cc7ffa9076d08fa92ce9c7664b913d46697a +size 68683 diff --git a/yast2-update.changes b/yast2-update.changes index 23e4226..149ab52 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -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 diff --git a/yast2-update.spec b/yast2-update.spec index 9401d8d..e6e4bb3 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -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