Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2016-05-13 09:22:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Bootloader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Bootloader"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2016-05-03 09:34:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes     
2016-05-13 09:22:15.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 11 11:57:18 UTC 2016 - [email protected]
+
+- Don't install grub2-efi during installation (bsc#979145)
+- 0.913
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.r2LvO7/_old  2016-05-13 09:22:17.000000000 +0200
+++ /var/tmp/diff_new_pack.r2LvO7/_new  2016-05-13 09:22:17.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Bootloader
-Version:        0.912
+Version:        0.913
 Release:        0
 Requires:       coreutils
 Requires:       perl-base = %{perl_version}

++++++ perl-Bootloader-0.912.tar.xz -> perl-Bootloader-0.913.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.912/VERSION 
new/perl-Bootloader-0.913/VERSION
--- old/perl-Bootloader-0.912/VERSION   2016-04-21 16:17:36.000000000 +0200
+++ new/perl-Bootloader-0.913/VERSION   2016-05-11 13:56:11.000000000 +0200
@@ -1 +1 @@
-0.912
+0.913
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.912/changelog 
new/perl-Bootloader-0.913/changelog
--- old/perl-Bootloader-0.912/changelog 2016-04-21 16:17:36.000000000 +0200
+++ new/perl-Bootloader-0.913/changelog 2016-05-11 13:56:11.000000000 +0200
@@ -1,3 +1,6 @@
+2016-05-09:    0.913
+       - Don't install grub2-efi during installation (bsc #979145)
+
 2016-04-21:    0.912
        - we don't need grub_installdevice on s390x (bsc #976466)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.912/grub2/install 
new/perl-Bootloader-0.913/grub2/install
--- old/perl-Bootloader-0.912/grub2/install     2016-04-21 16:17:36.000000000 
+0200
+++ new/perl-Bootloader-0.913/grub2/install     2016-05-11 13:56:11.000000000 
+0200
@@ -15,6 +15,12 @@
 
 echo "target = $target"
 
+# We install grub2 at the end of the installation, not within (bsc#979145)
+if [ "$YAST_IS_RUNNING" = instsys ]; then
+       echo "Skipping grub2 during installation. Will be done at the end"
+       exit 0
+fi
+
 if [ "$target" = "powerpc-ieee1275" ] ; then
   grep -q PowerNV /proc/cpuinfo && exit 0
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.912/grub2-efi/install 
new/perl-Bootloader-0.913/grub2-efi/install
--- old/perl-Bootloader-0.912/grub2-efi/install 2016-04-21 16:17:36.000000000 
+0200
+++ new/perl-Bootloader-0.913/grub2-efi/install 2016-05-11 13:56:11.000000000 
+0200
@@ -18,6 +18,12 @@
 
 echo "target = $target"
 
+# 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
+fi
+
 # EFI has 2 boot paths. The default is that there is a target file listed in
 # the boot list. The boot list is stored in NVRAM and exposed as efivars.
 #


Reply via email to