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 2021-04-18 21:44:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Bootloader (Old)
and /work/SRC/openSUSE:Factory/.perl-Bootloader.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Bootloader"
Sun Apr 18 21:44:46 2021 rev:194 rq:885617 version:0.934
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes
2021-02-15 23:13:27.523141161 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Bootloader.new.12324/perl-Bootloader.changes
2021-04-18 21:45:01.320712869 +0200
@@ -1,0 +2,9 @@
+Thu Apr 15 11:34:05 UTC 2021 - [email protected]
+
+- merge gh#openSUSE/perl-bootloader#134
+- install with --removable if efivars are not writable
+ (bsc#1182749, bsc#1174111, bsc#1184160)
+- fix whitespace
+- 0.934
+
+--------------------------------------------------------------------
Old:
----
perl-Bootloader-0.933.tar.xz
New:
----
perl-Bootloader-0.934.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.LpDPY6/_old 2021-04-18 21:45:01.772713633 +0200
+++ /var/tmp/diff_new_pack.LpDPY6/_new 2021-04-18 21:45:01.776713639 +0200
@@ -17,7 +17,7 @@
Name: perl-Bootloader
-Version: 0.933
+Version: 0.934
Release: 0
Requires: coreutils
Requires: perl-base = %{perl_version}
++++++ perl-Bootloader-0.933.tar.xz -> perl-Bootloader-0.934.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/perl-Bootloader-0.933/VERSION
new/perl-Bootloader-0.934/VERSION
--- old/perl-Bootloader-0.933/VERSION 2021-02-11 15:16:58.000000000 +0100
+++ new/perl-Bootloader-0.934/VERSION 2021-04-15 13:34:05.000000000 +0200
@@ -1 +1 @@
-0.933
+0.934
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/perl-Bootloader-0.933/changelog
new/perl-Bootloader-0.934/changelog
--- old/perl-Bootloader-0.933/changelog 2021-02-11 15:16:58.000000000 +0100
+++ new/perl-Bootloader-0.934/changelog 2021-04-15 13:34:05.000000000 +0200
@@ -1,3 +1,9 @@
+2021-04-15: 0.934
+ - merge gh#openSUSE/perl-bootloader#134
+ - install with --removable if efivars are not writable
+ (bsc#1182749, bsc#1174111, bsc#1184160)
+ - fix whitespace
+
2021-02-11: 0.933
- merge gh#openSUSE/perl-bootloader#133
- use shim on aarch64 (jsc#SLE-15823, jsc#SLE-15020)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/perl-Bootloader-0.933/grub2-efi/install
new/perl-Bootloader-0.934/grub2-efi/install
--- old/perl-Bootloader-0.933/grub2-efi/install 2021-02-11 15:16:58.000000000
+0100
+++ new/perl-Bootloader-0.934/grub2-efi/install 2021-04-15 13:34:05.000000000
+0200
@@ -27,8 +27,8 @@
# We install grub2 at the end of the installation, not within (bsc#979145)
if [ "$YAST_IS_RUNNING" = instsys ]; then
- echo "Skipping grub2-efi during installation. Will be done at the end"
- exit 0
+ echo "Skipping grub2-efi during installation. Will be done at the end"
+ exit 0
fi
# EFI has 2 boot paths. The default is that there is a target file listed in
@@ -50,7 +50,7 @@
no_nvram_opts="--no-nvram --removable"
has_nvram=0
append=
-if [ ! -d /sys/firmware/efi/efivars -o ! "$(ls -A /sys/firmware/efi/efivars)"
] ; then
+if [ ! -d /sys/firmware/efi/efivars -o ! -w /sys/firmware/efi/efivars -o !
"$(ls -A /sys/firmware/efi/efivars)" ] ; then
append="$no_nvram_opts"
else
has_nvram=1