Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory
checked in at Mon Sep 5 16:29:25 CEST 2011.



--------
--- gfxboot/gfxboot.changes     2011-07-07 17:14:11.000000000 +0200
+++ /mounts/work_src_done/STABLE/gfxboot/gfxboot.changes        2011-09-02 
16:38:06.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Sep  2 16:37:56 CEST 2011 - snw...@suse.de
+
+- make systemd default
+
+-------------------------------------------------------------------
+Fri Sep  2 16:32:15 CEST 2011 - snw...@suse.de
+
+- add config option for default init program
+- use isolinux-config from package
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  _service:format_spec_file:gfxboot.spec
  gfxboot-4.4.3.tar.bz2

New:
----
  gfxboot-4.4.5.tar.bz2

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

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.BQyIxq/_old  2011-09-05 16:28:48.000000000 +0200
+++ /var/tmp/diff_new_pack.BQyIxq/_new  2011-09-05 16:28:48.000000000 +0200
@@ -27,10 +27,10 @@
 Requires:       coreutils cpio mktemp perl master-boot-code dosfstools mtools 
perl-HTML-Parser
 AutoReqProv:    on
 Summary:        Graphical Boot Logo for GRUB, LILO and SYSLINUX
-Version:        4.4.3
+Version:        4.4.5
 Release:        1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         gfxboot-4.4.3.tar.bz2
+Source:         gfxboot-4.4.5.tar.bz2
 Source1:        KDE.tar.bz2
 Source2:        openSUSE.tar.bz2
 Source3:        SLED.tar.bz2

++++++ KDE.tar.bz2 ++++++

++++++ SLED.tar.bz2 ++++++

++++++ SLES.tar.bz2 ++++++

++++++ examples.tar.bz2 ++++++

++++++ gfxboot-4.4.3.tar.bz2 -> gfxboot-4.4.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.4.3/VERSION new/gfxboot-4.4.5/VERSION
--- old/gfxboot-4.4.3/VERSION   2011-07-07 17:11:46.000000000 +0200
+++ new/gfxboot-4.4.5/VERSION   2011-09-02 16:37:53.000000000 +0200
@@ -1 +1 @@
-4.4.3
+4.4.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.4.3/changelog new/gfxboot-4.4.5/changelog
--- old/gfxboot-4.4.3/changelog 2011-07-07 17:11:47.000000000 +0200
+++ new/gfxboot-4.4.5/changelog 2011-09-02 16:37:54.000000000 +0200
@@ -1,4 +1,11 @@
-2011-07-07:    HEAD
+2011-09-02:    HEAD
+       - make systemd default
+
+2011-09-02:    4.4.4
+       - add config option for default init program
+       - use isolinux-config from package
+
+2011-07-07:    4.4.3
        - added KDE theme
        - update upstream theme
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.4.3/gfxboot new/gfxboot-4.4.5/gfxboot
--- old/gfxboot-4.4.3/gfxboot   2011-07-07 16:33:30.000000000 +0200
+++ new/gfxboot-4.4.5/gfxboot   2011-08-29 12:15:43.000000000 +0200
@@ -1877,7 +1877,7 @@
   }
 
   if($loader ne "") {
-    system "isolinux-config --base=/boot/$arch_dir/loader 
$dst/${loader}isolinux.bin" .
+    system "$opt_syslinux/usr/bin/isolinux-config 
--base=/boot/$arch_dir/loader $dst/${loader}isolinux.bin" .
     ($opt_verbose ? "" : " >/dev/null");
   }
 

++++++ openSUSE.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/common.inc 
new/themes/openSUSE/src/common.inc
--- old/themes/openSUSE/src/common.inc  2011-07-07 16:33:35.000000000 +0200
+++ new/themes/openSUSE/src/common.inc  2011-09-02 16:01:02.000000000 +0200
@@ -1710,6 +1710,8 @@
 
 /config.product        "product"             "openSUSE" gfxconfig.set.str
 
+/config.init           "init"                        "" gfxconfig.set.str
+
 /serial.line0          "serial.line0"               [ ] gfxconfig.set.array_str
 /serial.line1          "serial.line1"               [ ] gfxconfig.set.array_str
 /serial.line2          "serial.line2"               [ ] gfxconfig.set.array_str
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/dia_otheropts.inc 
new/themes/openSUSE/src/dia_otheropts.inc
--- old/themes/openSUSE/src/dia_otheropts.inc   2011-07-07 16:33:35.000000000 
+0200
+++ new/themes/openSUSE/src/dia_otheropts.inc   2011-09-02 16:25:26.000000000 
+0200
@@ -10,10 +10,24 @@
 %
 /otheropts.default 0 def
 
+config.init "/sbin/init" eq { /config.init "" def } if
+config.init "/bin/systemd" eq { /otheropts.default 1 def } if
+config.init "/bin/sh" eq { /otheropts.default 2 def } if
+
+/otheropts.xtra
+  config.init "" ne
+  config.init "/bin/systemd" ne and
+  config.init "/bin/sh" ne and
+def
+
 /otheropts.options [
   ""
   "init=/bin/systemd"
   "init=/bin/sh"
+  otheropts.xtra {
+    100 string dup config.init "init=%s" rot sprintf
+    /otheropts.default 3 def
+  } if
 ] def
 
 
@@ -32,6 +46,7 @@
     "System V"
     "Systemd"
     "Shell"
+    otheropts.xtra { config.init } if
   ] put
   xmenu .xm_title "Init Program" put
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/gfxboot.cfg 
new/themes/openSUSE/src/gfxboot.cfg
--- old/themes/openSUSE/src/gfxboot.cfg 2011-07-07 16:33:35.000000000 +0200
+++ new/themes/openSUSE/src/gfxboot.cfg 2011-09-02 16:37:15.000000000 +0200
@@ -195,7 +195,8 @@
 addopt.lang=0
 ; add 'keytable' option with current keymap
 addopt.keytable=0
-
+; default init program, default: /sbin/init
+init=/bin/systemd
 
 [live]
 ; set livecd flag

++++++ upstream.tar.bz2 ++++++


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



Remember to have fun...

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

Reply via email to