Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Bootloader for openSUSE:Factory
checked in at 2022-01-15 21:45:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Bootloader (Old)
and /work/SRC/openSUSE:Factory/.perl-Bootloader.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Bootloader"
Sat Jan 15 21:45:04 2022 rev:197 rq:946185 version:0.937
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes
2021-09-21 21:12:31.826597094 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Bootloader.new.1892/perl-Bootloader.changes
2022-01-15 21:45:05.621610718 +0100
@@ -1,0 +2,8 @@
+Thu Jan 13 15:50:57 UTC 2022 - [email protected]
+
+- merge gh#openSUSE/perl-bootloader#137
+- grub2 install: Support secure boot on powerpc (bsc#1192764
+ jsc#SLE-18271).
+- 0.937
+
+--------------------------------------------------------------------
Old:
----
perl-Bootloader-0.936.tar.xz
New:
----
perl-Bootloader-0.937.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.zY4R86/_old 2022-01-15 21:45:06.297611075 +0100
+++ /var/tmp/diff_new_pack.zY4R86/_new 2022-01-15 21:45:06.297611075 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Bootloader
#
-# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Bootloader
-Version: 0.936
+Version: 0.937
Release: 0
Requires: coreutils
Requires: perl-base = %{perl_version}
++++++ perl-Bootloader-0.936.tar.xz -> perl-Bootloader-0.937.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/perl-Bootloader-0.936/VERSION
new/perl-Bootloader-0.937/VERSION
--- old/perl-Bootloader-0.936/VERSION 2021-09-16 16:32:26.000000000 +0200
+++ new/perl-Bootloader-0.937/VERSION 2022-01-13 16:50:57.000000000 +0100
@@ -1 +1 @@
-0.936
+0.937
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/perl-Bootloader-0.936/changelog
new/perl-Bootloader-0.937/changelog
--- old/perl-Bootloader-0.936/changelog 2021-09-16 16:32:26.000000000 +0200
+++ new/perl-Bootloader-0.937/changelog 2022-01-13 16:50:57.000000000 +0100
@@ -1,3 +1,8 @@
+2022-01-13: 0.937
+ - merge gh#openSUSE/perl-bootloader#137
+ - grub2 install: Support secure boot on powerpc (bsc#1192764
+ jsc#SLE-18271).
+
2021-09-16: 0.936
- merge gh#openSUSE/perl-bootloader#136
- report error if config file could not be updated (bsc#1188768)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/perl-Bootloader-0.936/grub2/install
new/perl-Bootloader-0.937/grub2/install
--- old/perl-Bootloader-0.936/grub2/install 2021-09-16 16:32:26.000000000
+0200
+++ new/perl-Bootloader-0.937/grub2/install 2022-01-13 16:50:57.000000000
+0100
@@ -147,6 +147,14 @@
trusted="--directory=/usr/lib/trustedgrub2/$target"
fi
+if [ "$target" = "powerpc-ieee1275" ] ; then
+ if [ "$SYS__BOOTLOADER__SECURE_BOOT" = "yes" ] ; then
+ append="$append --suse-force-signed"
+ else
+ append="$append --suse-inhibit-signed"
+ fi
+fi
+
err=0
if [ -x /usr/sbin/grub2-install ] ; then
if [ "$needs_installdevice" = 1 ] ; then