Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2016-03-20 11:48:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-04 19:30:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes     
2016-03-20 11:48:07.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 13:37:15 UTC 2016 - snw...@suse.com
+
+- Skip grub2-install on PowerNV
+- 0.908
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.OS69hs/_old  2016-03-20 11:48:08.000000000 +0100
+++ /var/tmp/diff_new_pack.OS69hs/_new  2016-03-20 11:48:08.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Bootloader
-Version:        0.907
+Version:        0.908
 Release:        0
 Requires:       coreutils
 Requires:       perl-base = %{perl_version}

++++++ perl-Bootloader-0.907.tar.xz -> perl-Bootloader-0.908.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.907/VERSION 
new/perl-Bootloader-0.908/VERSION
--- old/perl-Bootloader-0.907/VERSION   2016-03-03 12:32:26.000000000 +0100
+++ new/perl-Bootloader-0.908/VERSION   2016-03-15 14:32:38.000000000 +0100
@@ -1 +1 @@
-0.907
+0.908
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.907/changelog 
new/perl-Bootloader-0.908/changelog
--- old/perl-Bootloader-0.907/changelog 2016-03-03 12:32:26.000000000 +0100
+++ new/perl-Bootloader-0.908/changelog 2016-03-15 14:32:38.000000000 +0100
@@ -1,3 +1,6 @@
+2016-03-15:    0.908
+       - Skip grub2-install on PowerNV
+
 2016-03-01:    0.907
        - grub2-efi: Allow fallback to removable booting
        - grub2-efi: Make 32bit arm be a wildcard match
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.907/grub2/install 
new/perl-Bootloader-0.908/grub2/install
--- old/perl-Bootloader-0.907/grub2/install     2016-03-03 12:32:26.000000000 
+0100
+++ new/perl-Bootloader-0.908/grub2/install     2016-03-15 14:32:38.000000000 
+0100
@@ -9,12 +9,15 @@
 
 case "$target" in
   i?86 | x86_64 ) target=i386-pc ;;
-  ppc | ppc64 ) target=powerpc-ieee1275 ;;
+  ppc | ppc64* ) target=powerpc-ieee1275 ;;
   s390x ) target=s390x-emu ;;
 esac
 
 echo "target = $target"
 
+if [ "$target" = "powerpc-ieee1275" ];
+  grep -q PowerNV /proc/cpuinfo && exit 0
+fi
 err=0
 
 if [ -x /usr/sbin/grub2-install ] ; then


Reply via email to