- Use new API to save encryption names from crypttab file (part of

jsc#SLE-7376).
- 4.2.6

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=355
This commit is contained in:
YaST Team Bot 2019-10-03 07:45:03 +00:00 committed by Git OBS Bridge
parent 8cfaee66b8
commit 12bd632208
4 changed files with 15 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 30 15:09:44 UTC 2019 - José Iván López González <jlopez@suse.com>
- Use new API to save encryption names from crypttab file (part of
jsc#SLE-7376).
- 4.2.6
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 22 16:03:51 CEST 2019 - schubi@suse.de Thu Aug 22 16:03:51 CEST 2019 - schubi@suse.de

View File

@ -17,7 +17,7 @@
Name: yast2-update Name: yast2-update
Version: 4.2.5 Version: 4.2.6
Release: 0 Release: 0
Summary: YaST2 - Update Summary: YaST2 - Update
License: GPL-2.0-only License: GPL-2.0-only
@ -39,11 +39,11 @@ BuildRequires: libxml2-tools
BuildRequires: yast2-installation-control BuildRequires: yast2-installation-control
# Needed for tests # Needed for tests
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
# Encryption.save_crypttab_names # Y2Storage::Crypttab.save_encryption_names
BuildRequires: yast2-storage-ng >= 4.1.31 BuildRequires: yast2-storage-ng >= 4.2.42
# Encryption.save_crypttab_names # Y2Storage::Crypttab.save_encryption_names
Requires: yast2-storage-ng >= 4.1.31 Requires: yast2-storage-ng >= 4.2.42
# Y2Packager::ProductUpgrade.remove_obsolete_upgrades # Y2Packager::ProductUpgrade.remove_obsolete_upgrades
Requires: yast2 >= 4.2.1 Requires: yast2 >= 4.2.1
Requires: yast2-installation Requires: yast2-installation