Hello community, here is the log from the commit of package yast2-update for openSUSE:Factory checked in at 2019-10-03 14:07:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-update (Old) and /work/SRC/openSUSE:Factory/.yast2-update.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-update" Thu Oct 3 14:07:21 2019 rev:131 rq:734727 version:4.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes 2019-08-27 10:16:09.271960474 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-update.new.2352/yast2-update.changes 2019-10-03 14:07:26.576411540 +0200 @@ -1,0 +2,7 @@ +Mon Sep 30 15:09:44 UTC 2019 - José Iván López González <[email protected]> + +- Use new API to save encryption names from crypttab file (part of + jsc#SLE-7376). +- 4.2.6 + +------------------------------------------------------------------- Old: ---- yast2-update-4.2.5.tar.bz2 New: ---- yast2-update-4.2.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-update.spec ++++++ --- /var/tmp/diff_new_pack.7vgi1V/_old 2019-10-03 14:07:27.016410408 +0200 +++ /var/tmp/diff_new_pack.7vgi1V/_new 2019-10-03 14:07:27.016410408 +0200 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.2.5 +Version: 4.2.6 Release: 0 Summary: YaST2 - Update License: GPL-2.0-only @@ -39,11 +39,11 @@ BuildRequires: yast2-installation-control # Needed for tests BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) -# Encryption.save_crypttab_names -BuildRequires: yast2-storage-ng >= 4.1.31 +# Y2Storage::Crypttab.save_encryption_names +BuildRequires: yast2-storage-ng >= 4.2.42 -# Encryption.save_crypttab_names -Requires: yast2-storage-ng >= 4.1.31 +# Y2Storage::Crypttab.save_encryption_names +Requires: yast2-storage-ng >= 4.2.42 # Y2Packager::ProductUpgrade.remove_obsolete_upgrades Requires: yast2 >= 4.2.1 Requires: yast2-installation ++++++ yast2-update-4.2.5.tar.bz2 -> yast2-update-4.2.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.2.5/package/yast2-update.changes new/yast2-update-4.2.6/package/yast2-update.changes --- old/yast2-update-4.2.5/package/yast2-update.changes 2019-08-22 17:01:18.000000000 +0200 +++ new/yast2-update-4.2.6/package/yast2-update.changes 2019-10-01 13:42:57.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Sep 30 15:09:44 UTC 2019 - José Iván López González <[email protected]> + +- 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 - [email protected] - Using rb_default_ruby_abi tag in the spec file in order to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.2.5/package/yast2-update.spec new/yast2-update-4.2.6/package/yast2-update.spec --- old/yast2-update-4.2.5/package/yast2-update.spec 2019-08-22 17:01:18.000000000 +0200 +++ new/yast2-update-4.2.6/package/yast2-update.spec 2019-10-01 13:42:57.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.2.5 +Version: 4.2.6 Release: 0 Summary: YaST2 - Update Group: System/YaST @@ -39,11 +39,11 @@ BuildRequires: yast2-installation-control # Needed for tests BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) -# Encryption.save_crypttab_names -BuildRequires: yast2-storage-ng >= 4.1.31 +# Y2Storage::Crypttab.save_encryption_names +BuildRequires: yast2-storage-ng >= 4.2.42 -# Encryption.save_crypttab_names -Requires: yast2-storage-ng >= 4.1.31 +# Y2Storage::Crypttab.save_encryption_names +Requires: yast2-storage-ng >= 4.2.42 # Y2Packager::ProductUpgrade.remove_obsolete_upgrades Requires: yast2 >= 4.2.1 Requires: yast2-installation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-update-4.2.5/src/modules/RootPart.rb new/yast2-update-4.2.6/src/modules/RootPart.rb --- old/yast2-update-4.2.5/src/modules/RootPart.rb 2019-08-22 17:01:18.000000000 +0200 +++ new/yast2-update-4.2.6/src/modules/RootPart.rb 2019-10-01 13:42:57.000000000 +0200 @@ -1264,7 +1264,8 @@ # # encryption.crypttab_name #=> "cr_home" crypttab_path = File.join(Installation.destdir, "/etc/crypttab") - Y2Storage::Encryption.save_crypttab_names(probed, crypttab_path) + crypttab = Y2Storage::Crypttab.new(crypttab_path) + crypttab.save_encryption_names(probed) Update.GetProductName
