Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2013-08-05 20:44:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2013-08-01 15:36:55.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
    2013-08-05 20:44:37.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Aug  3 14:53:24 UTC 2013 - co...@suse.com
+
+- make sbl optional to minimize staging projects (sbl requires speechd,
+  orca, which requires gnome...): make-sbl-optional.diff
+
+-------------------------------------------------------------------

New:
----
  make-sbl-optional.diff

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.F45gfp/_old  2013-08-05 20:44:39.000000000 +0200
+++ /var/tmp/diff_new_pack.F45gfp/_new  2013-08-05 20:44:39.000000000 +0200
@@ -26,6 +26,7 @@
 %define with_plymouth 1
 %define with_efi_graphics 1
 %define with_shim 1
+%bcond_without sbl
 BuildRequires:  Mesa
 BuildRequires:  Mesa-libEGL1
 BuildRequires:  aaa_base
@@ -174,7 +175,6 @@
 BuildRequires:  rpcbind
 BuildRequires:  rsh
 BuildRequires:  rsync
-BuildRequires:  sbl
 BuildRequires:  screen
 BuildRequires:  sdparm
 BuildRequires:  setserial
@@ -236,6 +236,9 @@
 BuildRequires:  yast2-update
 BuildRequires:  yast2-users
 BuildRequires:  yast2-x11
+%if %{with sbl}
+BuildRequires:  sbl
+%endif
 %if %with_vnc
 BuildRequires:  xorg-x11-Xvnc
 %endif
@@ -370,6 +373,7 @@
 Version:        14.5
 Release:        0
 Source:         installation-images-14.5.tar.bz2
+Patch0:         make-sbl-optional.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -442,6 +446,7 @@
 
 %prep
 %setup
+%patch0 -p1
 rm -f /usr/lib/build/checks/04-check-filelist
 
 %build

++++++ make-sbl-optional.diff ++++++
commit 7e806dcf6a0b384192fa708f553efb7edf00a438
Author: Stephan Kulow <co...@suse.de>
Date:   Mon Aug 5 16:13:06 2013 +0200

    small changes to the lists
    
    - make sbl optional
    - adapt to library changes

diff --git a/data/base/base.file_list b/data/base/base.file_list
index cdb05e6..0543cf4 100644
--- a/data/base/base.file_list
+++ b/data/base/base.file_list
@@ -391,9 +391,6 @@ libkmod*:
 libqrencode*:
   /
 
-libmicrohttpd*:
-  /
-
 libwrap*:
   /
 
diff --git a/data/rescue/rescue.file_list b/data/rescue/rescue.file_list
index 85c8a95..057711d 100644
--- a/data/rescue/rescue.file_list
+++ b/data/rescue/rescue.file_list
@@ -463,9 +463,6 @@ systemd:
 libqrencode*:
   /
 
-libmicrohttpd*:
-  /
-
 libtasn*-*:
   /
 
@@ -695,7 +692,7 @@ cifs-utils:
   /
 
 if arch eq 'i386' || arch eq 'x86_64'
-  sbl:
+  ?sbl:
     /
     r /etc/sbl/profile/default
     s y2base /etc/sbl/profile/default
diff --git a/data/root/root.file_list b/data/root/root.file_list
index dc5863d..89de694 100644
--- a/data/root/root.file_list
+++ b/data/root/root.file_list
@@ -50,9 +50,6 @@ systemd:
 libqrencode*:
   /
 
-libmicrohttpd*:
-  / 
-
 libtasn*-*:
   /
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to