Hello community, here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at 2014-08-20 17:53:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old) and /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-bootloader" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes 2014-08-15 09:58:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes 2014-08-20 17:54:15.000000000 +0200 @@ -1,0 +2,13 @@ +Fri Aug 15 12:27:58 CEST 2014 - [email protected] + +- remove nonsense check (bnc #768538) +- 3.1.89 + +------------------------------------------------------------------- +Fri Aug 15 10:15:49 UTC 2014 - [email protected] + +- read properly secure boot status when used from other modules + like yast2-vm, so it adds new entry as secure boot (bnc#892032) +- 3.1.88 + +------------------------------------------------------------------- Old: ---- yast2-bootloader-3.1.87.tar.bz2 New: ---- yast2-bootloader-3.1.89.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-bootloader.spec ++++++ --- /var/tmp/diff_new_pack.HY24IB/_old 2014-08-20 17:54:17.000000000 +0200 +++ /var/tmp/diff_new_pack.HY24IB/_new 2014-08-20 17:54:17.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.87 +Version: 3.1.89 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-bootloader-3.1.87.tar.bz2 -> yast2-bootloader-3.1.89.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.87/SUPPORTED_SCENARIOS.md new/yast2-bootloader-3.1.89/SUPPORTED_SCENARIOS.md --- old/yast2-bootloader-3.1.87/SUPPORTED_SCENARIOS.md 2014-08-14 13:33:10.000000000 +0200 +++ new/yast2-bootloader-3.1.89/SUPPORTED_SCENARIOS.md 2014-08-15 14:28:10.000000000 +0200 @@ -18,7 +18,6 @@ * [DOS partition table](http://en.wikipedia.org/wiki/Master_boot_record) * [GPT](http://en.wikipedia.org/wiki/GUID_Partition_Table) * requires [bios_boot partition](http://en.wikipedia.org/wiki/BIOS_Boot_partition) if stage1 will be on disk - * /boot must be on partition 1..4 * [DASD](http://en.wikipedia.org/wiki/Direct-access_storage_device) * only s390x diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.87/package/yast2-bootloader.changes new/yast2-bootloader-3.1.89/package/yast2-bootloader.changes --- old/yast2-bootloader-3.1.87/package/yast2-bootloader.changes 2014-08-14 13:33:10.000000000 +0200 +++ new/yast2-bootloader-3.1.89/package/yast2-bootloader.changes 2014-08-15 14:28:10.000000000 +0200 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Fri Aug 15 12:27:58 CEST 2014 - [email protected] + +- remove nonsense check (bnc #768538) +- 3.1.89 + +------------------------------------------------------------------- +Fri Aug 15 10:15:49 UTC 2014 - [email protected] + +- read properly secure boot status when used from other modules + like yast2-vm, so it adds new entry as secure boot (bnc#892032) +- 3.1.88 + +------------------------------------------------------------------- Thu Aug 14 13:11:29 CEST 2014 - [email protected] - AutoYaST clone_system: Not using "next" in a ruby "reduce" call. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.87/package/yast2-bootloader.spec new/yast2-bootloader-3.1.89/package/yast2-bootloader.spec --- old/yast2-bootloader-3.1.87/package/yast2-bootloader.spec 2014-08-14 13:33:10.000000000 +0200 +++ new/yast2-bootloader-3.1.89/package/yast2-bootloader.spec 2014-08-15 14:28:10.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.87 +Version: 3.1.89 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.87/src/modules/BootGRUB2EFI.rb new/yast2-bootloader-3.1.89/src/modules/BootGRUB2EFI.rb --- old/yast2-bootloader-3.1.87/src/modules/BootGRUB2EFI.rb 2014-08-14 13:33:10.000000000 +0200 +++ new/yast2-bootloader-3.1.89/src/modules/BootGRUB2EFI.rb 2014-08-15 14:28:10.000000000 +0200 @@ -41,6 +41,8 @@ BootCommon.InitializeLibrary(reread, "grub2-efi") BootCommon.ReadFiles(avoid_reading_device_map) if reread BootCommon.Read(false, avoid_reading_device_map) + # read status of secure boot to boot common cache (bnc#892032) + BootCommon.getSystemSecureBootStatus(reread) @orig_globals ||= deep_copy(BootCommon.globals) end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.87/src/modules/BootSupportCheck.rb new/yast2-bootloader-3.1.89/src/modules/BootSupportCheck.rb --- old/yast2-bootloader-3.1.87/src/modules/BootSupportCheck.rb 2014-08-14 13:33:10.000000000 +0200 +++ new/yast2-bootloader-3.1.89/src/modules/BootSupportCheck.rb 2014-08-15 14:28:10.000000000 +0200 @@ -119,19 +119,6 @@ label = Ops.get_string(tm, [mbr_dev, "label"], "") Builtins.y2milestone("Label: %1", label) Builtins.y2milestone("Partition number: %1", num) - if label == "gpt" - if Ops.greater_than(num, 3) - Builtins.y2error( - "Partition number > 3 is being used for booting with GPT partition table" - ) - AddNewProblem( - _( - "Partition number > 3 is being used for booting with GPT partition table" - ) - ) - ret = false - end - end end ret end -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
