Hello community,

here is the log from the commit of package perl-Bootloader for 
openSUSE:Leap:15.2 checked in at 2020-06-08 13:44:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/perl-Bootloader (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.perl-Bootloader.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Bootloader"

Mon Jun  8 13:44:28 2020 rev:22 rq:811967 version:0.928

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/perl-Bootloader/perl-Bootloader.changes        
2020-04-30 18:51:28.124601764 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.perl-Bootloader.new.3606/perl-Bootloader.changes  
    2020-06-08 13:44:31.159051954 +0200
@@ -1,0 +2,7 @@
+Wed Jun 3 08:56:32 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#openSUSE/perl-bootloader#127
+- use correct target name on aarch64 (bsc#1172293)
+- 0.928
+
+--------------------------------------------------------------------

Old:
----
  perl-Bootloader-0.927.tar.xz

New:
----
  perl-Bootloader-0.928.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.mF1CGH/_old  2020-06-08 13:44:31.483052905 +0200
+++ /var/tmp/diff_new_pack.mF1CGH/_new  2020-06-08 13:44:31.487052917 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Bootloader
-Version:        0.927
+Version:        0.928
 Release:        0
 Requires:       coreutils
 Requires:       perl-base = %{perl_version}

++++++ perl-Bootloader-0.927.tar.xz -> perl-Bootloader-0.928.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.927/VERSION 
new/perl-Bootloader-0.928/VERSION
--- old/perl-Bootloader-0.927/VERSION   2020-04-24 12:30:48.000000000 +0200
+++ new/perl-Bootloader-0.928/VERSION   2020-06-03 10:56:32.000000000 +0200
@@ -1 +1 @@
-0.927
+0.928
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.927/changelog 
new/perl-Bootloader-0.928/changelog
--- old/perl-Bootloader-0.927/changelog 2020-04-24 12:30:48.000000000 +0200
+++ new/perl-Bootloader-0.928/changelog 2020-06-03 10:56:32.000000000 +0200
@@ -1,3 +1,7 @@
+2020-06-03:    0.928
+       - merge gh#openSUSE/perl-bootloader#127
+       - use correct target name on aarch64 (bsc#1172293)
+
 2020-04-24:    0.927
        - merge gh#openSUSE/perl-bootloader#126
        - always install EFI fallback boot for aarch64 (bsc#1167015)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.927/grub2-efi/install 
new/perl-Bootloader-0.928/grub2-efi/install
--- old/perl-Bootloader-0.927/grub2-efi/install 2020-04-24 12:30:48.000000000 
+0200
+++ new/perl-Bootloader-0.928/grub2-efi/install 2020-06-03 10:56:32.000000000 
+0200
@@ -60,7 +60,7 @@
   append="$append --suse-enable-tpm"
 fi
 
-if [ "$SYS__BOOTLOADER__SECURE_BOOT" = "yes" -a "$target" != "arm64" ] ; then
+if [ "$SYS__BOOTLOADER__SECURE_BOOT" = "yes" -a "$target" != "arm64-efi" ] ; 
then
   if [ -x /usr/sbin/shim-install ] ; then
     ( set -x ; /usr/sbin/shim-install --config-file=/boot/grub2/grub.cfg 
$append )
   else
@@ -72,7 +72,7 @@
   if [ "$SYS__BOOTLOADER__SECURE_BOOT" = "yes" ] ; then
      append="$append --suse-force-signed"
   fi
-  if [ "$has_nvram" = 1 -a "$target" = "arm64" ] ; then
+  if [ "$has_nvram" = 1 -a "$target" = "arm64-efi" ] ; then
     # some arm firmwares need the fallback even though they have nvram vars 
(bsc#1167015)
     ( set -x ; /usr/sbin/grub2-install --target="$target" $append 
$no_nvram_opts )
   fi


Reply via email to