Hello community,

here is the log from the commit of package installation-images for 
openSUSE:12.2 checked in at 2012-07-16 12:51:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/installation-images (Old)
 and      /work/SRC/openSUSE:12.2/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.2/installation-images/installation-images.changes     
2012-06-25 15:35:37.000000000 +0200
+++ 
/work/SRC/openSUSE:12.2/.installation-images.new/installation-images.changes    
    2012-07-16 12:51:04.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Jul 13 15:30:03 CEST 2012 - [email protected]
+
+- efi fix: actually remove offending line
+
+-------------------------------------------------------------------
+Fri Jul 13 12:56:04 CEST 2012 - [email protected]
+
+- support plymouth
+- efi image creation failed; added workaround (bnc #771307)
+
+-------------------------------------------------------------------

Old:
----
  installation-images-13.49.tar.bz2

New:
----
  installation-images-13.51.tar.bz2

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.jmQ2mD/_old  2012-07-16 12:51:04.000000000 +0200
+++ /var/tmp/diff_new_pack.jmQ2mD/_new  2012-07-16 12:51:04.000000000 +0200
@@ -23,6 +23,7 @@
 %define with_xen 1
 %define with_vnc 1
 %define with_vbox 0
+%define with_plymouth 1
 BuildRequires:  Mesa
 BuildRequires:  Mesa-libEGL1
 BuildRequires:  aaa_base
@@ -141,6 +142,13 @@
 BuildRequires:  perl-XML-NamespaceSupport
 BuildRequires:  perl-XML-Parser
 BuildRequires:  perl-XML-Simple
+%if %with_plymouth
+BuildRequires:  libkms1
+BuildRequires:  plymouth
+BuildRequires:  plymouth-branding-openSUSE
+BuildRequires:  plymouth-plugin-script
+BuildRequires:  plymouth-scripts
+%endif
 BuildRequires:  polkit
 BuildRequires:  popt-devel
 BuildRequires:  portmap
@@ -356,9 +364,9 @@
 Summary:        Installation Image Files
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        13.49
+Version:        13.51
 Release:        0
-Source:         installation-images-13.49.tar.bz2
+Source:         installation-images-13.51.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++++++ installation-images-13.49.tar.bz2 -> installation-images-13.51.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/VERSION 
new/installation-images-13.51/VERSION
--- old/installation-images-13.49/VERSION       2012-06-19 11:32:01.000000000 
+0200
+++ new/installation-images-13.51/VERSION       2012-07-13 15:29:57.000000000 
+0200
@@ -1 +1 @@
-13.49
+13.51
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/bin/hdimage 
new/installation-images-13.51/bin/hdimage
--- old/installation-images-13.49/bin/hdimage   2010-02-05 11:43:09.000000000 
+0100
+++ new/installation-images-13.51/bin/hdimage   2012-07-13 15:28:49.000000000 
+0200
@@ -227,7 +227,8 @@
 
     $self->size($self->{size} + $self->{fit_size_acc}) if 
$self->{fit_size_acc};
 
-    my $p_size = $self->{size} - $self->partition_ofs -  $self->{extra_size};
+    # using '+-' to work around bigint strangeness in perl 5.16 (bnc #766339)
+    my $p_size = $self->{size} - $self->partition_ofs + -$self->{extra_size};
     return undef if $p_size < 0;
 
     my $c = $self->{c};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/changelog 
new/installation-images-13.51/changelog
--- old/installation-images-13.49/changelog     2012-06-19 11:32:05.000000000 
+0200
+++ new/installation-images-13.51/changelog     2012-07-13 15:30:01.000000000 
+0200
@@ -1,4 +1,12 @@
-2012-06-19:    HEAD
+2012-07-13:    HEAD
+       - actually remove offending line
+
+2012-07-13:    13.50
+       - add plymouth_setup script
+       - support plymouth
+       - efi image creation failed; added workaround (bnc #771307)
+
+2012-06-19:    13.49
        - fix font names in inst-sys (bnc #766991
 
 2012-06-18:    13.48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/data/base/base.file_list 
new/installation-images-13.51/data/base/base.file_list
--- old/installation-images-13.49/data/base/base.file_list      2012-06-18 
13:04:52.000000000 +0200
+++ new/installation-images-13.51/data/base/base.file_list      2012-07-13 
12:50:48.000000000 +0200
@@ -193,11 +193,9 @@
 gawk:
   /
 
-if arch eq 'i386' || arch eq 'x86_64'
-  bootsplash:
-    /
-    r /sbin/fbtruetype
-endif
+?bootsplash:
+  /
+  r /sbin/fbtruetype
 
 liblcms*:
   /
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-13.49/data/initrd/initrd.file_list 
new/installation-images-13.51/data/initrd/initrd.file_list
--- old/installation-images-13.49/data/initrd/initrd.file_list  2012-06-18 
13:04:52.000000000 +0200
+++ new/installation-images-13.51/data/initrd/initrd.file_list  2012-07-13 
12:43:56.000000000 +0200
@@ -491,9 +491,52 @@
 libnscd:
   /
 
-libaudit1:
+libaudit*:
   /
 
+if exists(plymouth)
+  libpciaccess*:
+    /
+
+  libpng*-*:
+    /
+
+  libdrm*:
+    /
+
+  libdrm_intel*:
+    /
+
+  libdrm_nouveau*:
+    /
+
+  libdrm_radeon*:
+    /
+
+  libkms*:
+    /
+
+  libply*:
+    /
+
+  libply-splash-core*:
+    /
+
+  libply-splash-graphics*:
+    /
+
+  plymouth:
+    /
+
+  plymouth-scripts:
+    /
+
+  plymouth-plugin-script:
+    /
+
+  plymouth-branding-openSUSE:
+    /
+endif
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-13.49/data/initrd/scripts/plymouth_setup 
new/installation-images-13.51/data/initrd/scripts/plymouth_setup
--- old/installation-images-13.49/data/initrd/scripts/plymouth_setup    
1970-01-01 01:00:00.000000000 +0100
+++ new/installation-images-13.51/data/initrd/scripts/plymouth_setup    
2012-07-11 13:58:18.000000000 +0200
@@ -0,0 +1,11 @@
+#! /bin/bash
+
+exec 2>&1
+
+if [ -x usr/sbin/plymouthd ] ; then
+  mkdir --mode 755 /run/plymouth
+  plymouthd --attach-to-session --tty=tty1 --pid-file /run/plymouth/pid
+  plymouth show-splash
+  # plymouth watch-keystroke
+fi
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/data/root/etc/inst_setup 
new/installation-images-13.51/data/root/etc/inst_setup
--- old/installation-images-13.49/data/root/etc/inst_setup      2012-03-15 
10:16:11.000000000 +0100
+++ new/installation-images-13.51/data/root/etc/inst_setup      2012-07-11 
15:12:57.000000000 +0200
@@ -195,8 +195,14 @@
 # leave a core file if yast crashes
 ulimit -c unlimited
 
+# turn off plymouth splash screen
+function plymouth_off {
+  [ -x /usr/bin/plymouth ] && plymouth quit
+}
+
 # start shell, useful on iSeries or via serial console
 function start_shell() {
+  plymouth_off
   echo 
   echo "ATTENTION: Starting shell... (use 'exit' to proceed)"
   bash --init-file /root/.bash_login
@@ -243,10 +249,12 @@
 elif [ "$yast" = yast ] ; then
 # now, run yast
 echo "starting yast..."
+  plymouth_off
   /sbin/yast "$@" ; ec=$?
 elif [ "$yast" ] ; then
 # now, run yast
 echo "starting $yast..."
+  plymouth_off
   "$yast" "$@" ; ec=$?
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/data/root/root.file_list 
new/installation-images-13.51/data/root/root.file_list
--- old/installation-images-13.49/data/root/root.file_list      2012-06-18 
13:06:46.000000000 +0200
+++ new/installation-images-13.51/data/root/root.file_list      2012-07-11 
11:08:27.000000000 +0200
@@ -1261,6 +1261,9 @@
   libxslt*:
     /
 
+  libxslt-tools:
+    /
+
   libgcrypt*:
     /
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to