Hello community,
here is the log from the commit of package yast2-bootloader for
openSUSE:Factory checked in at 2020-10-26 16:12:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
and /work/SRC/openSUSE:Factory/.yast2-bootloader.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-bootloader"
Mon Oct 26 16:12:52 2020 rev:297 rq:843452 version:4.3.13
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2020-10-18 16:24:49.352581654 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-bootloader.new.3463/yast2-bootloader.changes
2020-10-26 16:13:27.842779779 +0100
@@ -1,0 +2,7 @@
+Thu Oct 22 12:53:21 UTC 2020 - Josef Reidinger <[email protected]>
+
+- "write proper value for NVRAM for UEFI (bsc#1157550)"
+- fix failing test on s390 (bsc#1177986)
+- 4.3.13
+
+-------------------------------------------------------------------
Old:
----
yast2-bootloader-4.3.12.tar.bz2
New:
----
yast2-bootloader-4.3.13.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.e4c47V/_old 2020-10-26 16:13:28.826780684 +0100
+++ /var/tmp/diff_new_pack.e4c47V/_new 2020-10-26 16:13:28.830780688 +0100
@@ -17,7 +17,7 @@
Name: yast2-bootloader
-Version: 4.3.12
+Version: 4.3.13
Release: 0
Summary: YaST2 - Bootloader Configuration
License: GPL-2.0-or-later
++++++ yast2-bootloader-4.3.12.tar.bz2 -> yast2-bootloader-4.3.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-bootloader-4.3.12/package/yast2-bootloader.changes
new/yast2-bootloader-4.3.13/package/yast2-bootloader.changes
--- old/yast2-bootloader-4.3.12/package/yast2-bootloader.changes
2020-10-16 15:46:31.000000000 +0200
+++ new/yast2-bootloader-4.3.13/package/yast2-bootloader.changes
2020-10-22 16:49:25.000000000 +0200
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Oct 22 12:53:21 UTC 2020 - Josef Reidinger <[email protected]>
+
+- "write proper value for NVRAM for UEFI (bsc#1157550)"
+- fix failing test on s390 (bsc#1177986)
+- 4.3.13
+
+-------------------------------------------------------------------
Thu Oct 8 18:05:29 UTC 2020 - Josef Reidinger <[email protected]>
- Fix definition of initrd_module in AutoYaST schema (bsc#1177058)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-bootloader-4.3.12/package/yast2-bootloader.spec
new/yast2-bootloader-4.3.13/package/yast2-bootloader.spec
--- old/yast2-bootloader-4.3.12/package/yast2-bootloader.spec 2020-10-16
15:46:31.000000000 +0200
+++ new/yast2-bootloader-4.3.13/package/yast2-bootloader.spec 2020-10-22
16:49:25.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-bootloader
-Version: 4.3.12
+Version: 4.3.13
Release: 0
Summary: YaST2 - Bootloader Configuration
License: GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-bootloader-4.3.12/src/lib/bootloader/grub2efi.rb
new/yast2-bootloader-4.3.13/src/lib/bootloader/grub2efi.rb
--- old/yast2-bootloader-4.3.12/src/lib/bootloader/grub2efi.rb 2020-10-16
15:46:31.000000000 +0200
+++ new/yast2-bootloader-4.3.13/src/lib/bootloader/grub2efi.rb 2020-10-22
16:49:25.000000000 +0200
@@ -110,7 +110,8 @@
# overwrite BootloaderBase version to save secure boot
def write_sysconfig(prewrite: false)
sysconfig = Bootloader::Sysconfig.new(bootloader: name,
- secure_boot: secure_boot, trusted_boot: trusted_boot, update_nvram:
true)
+ secure_boot: secure_boot, trusted_boot: trusted_boot,
+ update_nvram: update_nvram)
prewrite ? sysconfig.pre_write : sysconfig.write
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-bootloader-4.3.12/test/grub2base_test.rb
new/yast2-bootloader-4.3.13/test/grub2base_test.rb
--- old/yast2-bootloader-4.3.12/test/grub2base_test.rb 2020-10-16
15:46:31.000000000 +0200
+++ new/yast2-bootloader-4.3.13/test/grub2base_test.rb 2020-10-22
16:49:25.000000000 +0200
@@ -357,7 +357,7 @@
context "xen hypervisor kernel parameters proposal" do
before do
- allow(Yast::Kernel).to receive(:GetCmdLine).and_return(kernel_params)
+ allow(Yast::BootArch).to
receive(:DefaultKernelParams).and_return(kernel_params)
end
context "with a serial console" do