Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2015-03-01 14:49:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
        2015-02-18 20:36:34.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2015-03-01 14:49:30.000000000 +0100
@@ -1,0 +2,12 @@
+Mon Feb 23 11:01:13 CET 2015 - snw...@suse.com
+
+- enable graphical grub2 with branding on aarch64
+- 14.167
+
+-------------------------------------------------------------------
+Thu Feb 19 16:51:15 CET 2015 - snw...@suse.com
+
+- Remove bogus check for udev init script
+- 14.166
+
+-------------------------------------------------------------------

Old:
----
  installation-images-14.165.tar.xz

New:
----
  installation-images-14.167.tar.xz

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

Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.K137c6/_old  2015-03-01 14:49:31.000000000 +0100
+++ /var/tmp/diff_new_pack.K137c6/_new  2015-03-01 14:49:31.000000000 +0100
@@ -364,7 +364,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.165
+Version:        14.167
 Release:        0
 Provides:       installation-images = %version-%release
 Source:         installation-images-%{version}.tar.xz

++++++ installation-images-14.165.tar.xz -> installation-images-14.167.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.165/Makefile 
new/installation-images-14.167/Makefile
--- old/installation-images-14.165/Makefile     2015-02-18 14:09:57.000000000 
+0100
+++ new/installation-images-14.167/Makefile     2015-02-23 10:57:20.000000000 
+0100
@@ -37,7 +37,7 @@
 endif
 
 ifneq ($(filter aarch64, $(ARCH)),)
-ALL_TARGETS   := initrd-themes initrd initrd+modules+gefrickel boot 
boot-grub2-efi $(COMMON_TARGETS)
+ALL_TARGETS   := initrd-themes initrd initrd+modules+gefrickel boot 
boot-grub2-efi boot-themes $(COMMON_TARGETS)
 INSTSYS_PARTS := $(COMMON_INSTSYS_PARTS)
 BOOT_PARTS    := boot/* initrd efi
 endif
@@ -158,8 +158,6 @@
 
 rescue: base
        theme=$(THEMES) libdeps=rescue image=rescue bin/mk_image
-       # rescue ok? (bnc #457947)
-       @[ -s tmp/rescue/etc/init.d/boot.d/S*.udev ] || ( echo "build does not 
work on xxx" ; false )
 
 rescue-server:
        theme=$(THEMES) image=rescue-server src=rescue filelist=rescue-server 
fs=squashfs bin/mk_image
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.165/VERSION 
new/installation-images-14.167/VERSION
--- old/installation-images-14.165/VERSION      2015-02-18 14:09:57.000000000 
+0100
+++ new/installation-images-14.167/VERSION      2015-02-23 10:57:20.000000000 
+0100
@@ -1 +1 @@
-14.165
+14.167
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.165/changelog 
new/installation-images-14.167/changelog
--- old/installation-images-14.165/changelog    2015-02-18 14:09:57.000000000 
+0100
+++ new/installation-images-14.167/changelog    2015-02-23 10:57:20.000000000 
+0100
@@ -1,3 +1,9 @@
+2015-02-20:    14.167
+       - enable graphical grub2 with branding on aarch64
+
+2015-02-19:    14.166
+       - Remove bogus check for udev init script
+
 2015-02-18:    14.165
        - Add new kernel module ipvlan for kernel 3.19.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.165/data/boot/grub2-efi.file_list 
new/installation-images-14.167/data/boot/grub2-efi.file_list
--- old/installation-images-14.165/data/boot/grub2-efi.file_list        
2015-02-18 14:09:57.000000000 +0100
+++ new/installation-images-14.167/data/boot/grub2-efi.file_list        
2015-02-23 10:57:20.000000000 +0100
@@ -13,7 +13,15 @@
   endif
 
   x grub.cfg EFI/BOOT
+elsif arch eq 'aarch64'
+  grub2-arm64-efi:
+    a usr/lib/efi/grub.efi EFI/BOOT/bootaa64.efi
+
+  x grub-aarch64.cfg EFI/BOOT/grub.cfg
+endif
 
+
+if arch eq 'x86_64' || arch eq 'aarch64'
   # show product name in title instead of default grub string
   d EFI/BOOT/locale
   x grub2_head.po .
@@ -28,20 +36,4 @@
     R s/^with_gfx=0/with_gfx=1/ EFI/BOOT/grub.cfg
     R s/THEME/<splash_theme>/g EFI/BOOT/grub.cfg
 
-elsif arch eq 'aarch64'
-  grub2-arm64-efi:
-    a usr/lib/efi/grub.efi EFI/BOOT/bootaa64.efi
-
-  x grub-aarch64.cfg EFI/BOOT/grub.cfg
-
-  # show product name in title instead of default grub string
-  d EFI/BOOT/locale
-  x grub2_head.po .
-  R s/product_name/<product_name>/ grub2_head.po
-  e msgfmt -o EFI/BOOT/locale/en.mo grub2_head.po
-  r grub2_head.po
-
-# elsif arch eq 'ia64'
-
 endif
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.165/data/boot/theme.file_list 
new/installation-images-14.167/data/boot/theme.file_list
--- old/installation-images-14.165/data/boot/theme.file_list    2015-02-18 
14:09:57.000000000 +0100
+++ new/installation-images-14.167/data/boot/theme.file_list    2015-02-23 
10:57:20.000000000 +0100
@@ -22,9 +22,9 @@
 endif
 
 
-if arch eq 'x86_64'
+if arch eq 'x86_64' || arch eq 'aarch64'
   # grub2-efi with graphics
-  # grub.cfg is patched in grub2-ef.file_list
+  # grub.cfg is patched in grub2-efi.file_list
   if 1
     d grub2-efi
     ?grub2-branding-<splash_theme>:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to