Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2018-01-24 15:25:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Wed Jan 24 15:25:51 2018 rev:34 rq:568867 version:14.354

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2018-01-17 21:43:28.880852300 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
    2018-01-24 15:25:52.787340133 +0100
@@ -0,0 +1,14 @@
+--------------------------------------------------------------------
+Wed Jan 24 10:48:29 UTC 2018 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#228
+- set product and menu title in gfxboot.cfg
+- 14.354
+
+--------------------------------------------------------------------
+Tue Jan 23 12:29:58 UTC 2018 - ludwig.nus...@suse.de
+
+- merge gh#openSUSE/installation-images#227
+- copy grub2 background conditionally (boo#1076577)
+- 14.353
+

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

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

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.SQwjJS/_old  2018-01-24 15:25:53.371312819 +0100
+++ /var/tmp/diff_new_pack.SQwjJS/_new  2018-01-24 15:25:53.375312632 +0100
@@ -502,7 +502,7 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.352
+Version:        14.354
 Release:        0
 Provides:       installation-images = %version-%release
 Conflicts:      otherproviders(installation-images)

++++++ installation-images-14.352.tar.xz -> installation-images-14.354.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.352/VERSION 
new/installation-images-14.354/VERSION
--- old/installation-images-14.352/VERSION      2018-01-09 14:42:51.000000000 
+0100
+++ new/installation-images-14.354/VERSION      2018-01-24 11:48:29.000000000 
+0100
@@ -1 +1 @@
-14.352
+14.354
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.352/changelog 
new/installation-images-14.354/changelog
--- old/installation-images-14.352/changelog    2018-01-09 14:42:51.000000000 
+0100
+++ new/installation-images-14.354/changelog    2018-01-24 11:48:29.000000000 
+0100
@@ -1,3 +1,9 @@
+2018-01-24:    14.354
+       - set product and menu title in gfxboot.cfg
+
+2018-01-22:    14.353
+       - copy grub2 background conditionally (boo#1076577)
+
 2018-01-09:    14.352
        - simplify definitions for libstoragemgmt image
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.352/data/boot/openSUSE-efi.diff 
new/installation-images-14.354/data/boot/openSUSE-efi.diff
--- old/installation-images-14.352/data/boot/openSUSE-efi.diff  2018-01-09 
14:42:51.000000000 +0100
+++ new/installation-images-14.354/data/boot/openSUSE-efi.diff  1970-01-01 
01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
---- grub2-efi/themes/openSUSE/theme.txt
-+++ grub2-efi/themes/openSUSE/theme.txt
-@@ -2,7 +2,9 @@
- 
- desktop-image: "background.png"
- 
--title-text: ""
-+title-text: "PRODUCT"
-+title-color: "#fff"
-+title-font: "DejaVu Sans Bold 14"
- 
- terminal-box: "terminal_*.png"
- terminal-font: "Gnu Unifont Mono Regular 16"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.352/data/boot/theme.file_list 
new/installation-images-14.354/data/boot/theme.file_list
--- old/installation-images-14.352/data/boot/theme.file_list    2018-01-09 
14:42:51.000000000 +0100
+++ new/installation-images-14.354/data/boot/theme.file_list    2018-01-24 
11:48:29.000000000 +0100
@@ -6,6 +6,8 @@
     /
     e cp -a etc/bootsplash/themes/<gfxboot_theme>/cdrom/* loader
     e gfxboot --config-file=loader/gfxboot.cfg --change-config 
install::dud.url=http://download.opensuse.org/update/openSUSE/driverupdate
+    e gfxboot --config-file=loader/gfxboot.cfg --change-config 
product="<product_name>"
+    e gfxboot --config-file=loader/gfxboot.cfg --change-config 
mainmenu.title="<product_name>"
 
   r etc var
 
@@ -29,11 +31,12 @@
     d grub2-efi
     ?grub2-branding-<grub2_theme>:
       m /usr/share/grub2/themes grub2-efi
-      m /usr/share/grub2/backgrounds/<grub2_theme>/default-43.png 
grub2-efi/themes/<grub2_theme>/background.png
+      if exists(grub2-branding-<grub2_theme>, 
/usr/share/grub2/backgrounds/<grub2_theme>/default-43.png)
+        m /usr/share/grub2/backgrounds/<grub2_theme>/default-43.png 
grub2-efi/themes/<grub2_theme>/background.png
+      endif
       r 
grub2-efi/themes/<grub2_theme>/{activate-theme,COPYING.CC-BY-SA-3.0,README}
       R s/\r// grub2-efi/themes/<grub2_theme>/theme.txt
-      p <grub2_theme>-efi.diff
-      R s/PRODUCT/<product_name>/ grub2-efi/themes/<grub2_theme>/theme.txt
+      R s/title-text: ""/title-text: "<product_name>"/ 
grub2-efi/themes/<grub2_theme>/theme.txt
 
     grub2:
       m /usr/share/grub2/unicode.pf2 grub2-efi


Reply via email to