Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-08-11 12:30:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2014-08-08 
10:10:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-08-11 
12:30:31.000000000 +0200
@@ -1,0 +2,93 @@
+Mon Aug 11 10:01:42 CEST 2014 - [email protected]
+
+- v5.06.147 released
+  
+-------------------------------------------------------------------
+Fri Aug  8 15:50:51 CEST 2014 - [email protected]
+    
+- v5.06.146 released
+  
+-------------------------------------------------------------------
+Fri Aug  8 15:48:44 CEST 2014 - [email protected]
+  
+- keep console keytables and loadkeys in initrd for pwd dialogs
+- keep klogconsole as debug helper tool in initrd
+  
+-------------------------------------------------------------------
+Fri Aug  8 15:42:00 CEST 2014 - [email protected]
+  
+- set up the baseproduct link correctly fixe bnc #891120
+  + SuSE-brand does not exist in newer distros, it has been replaced by
+    /etc/os-release. Use the value there to try and provide our best guess
+    about what the product is
+    
+-------------------------------------------------------------------
+Fri Aug  8 13:48:43 CEST 2014 - [email protected]
+    
+- generate the proper name for the network definition for vmx files
+  + this addresses bnc #891100
+    
+-------------------------------------------------------------------
+Fri Aug  8 12:33:10 CEST 2014 - [email protected]
+  
+- Use systemd-vconsole-setup to initialize the console if present
+  
+-------------------------------------------------------------------
+Fri Aug  8 10:27:00 CEST 2014 - [email protected]
+    
+- Optimize size of kiwi initrd
+  * remove unneeded python installation which exists only
+    due to building the initrd rootfs using zypper
+  * make sure dracut scripts stays
+    
+-------------------------------------------------------------------
+Thu Aug  7 23:09:20 CEST 2014 - [email protected]
+  
+- Fixed use of IFS in bash boot code
+  * don't use internal field separator in main boot scripts
+    to avoid tainting of the global variable space
+  * don't use internal field separator in user config
+    functions in KIWIConfig.sh to avoid conflicts
+  * make sure every function in the KIWILinuxRC.sh pool
+    starts with a localized and default initialized IFS
+    value
+    
+-------------------------------------------------------------------
+Thu Aug  7 19:12:27 CEST 2014 - [email protected]
+    
+- Fix ofw firmware type
+  
+-------------------------------------------------------------------
+Thu Aug  7 18:20:47 CEST 2014 - [email protected]
+  
+- SLED is x86 only
+  
+  Signed-off-by: Dinar Valeev <[email protected]>
+  
+-------------------------------------------------------------------
+Thu Aug  7 18:04:56 CEST 2014 - [email protected]
+    
+- Use the x86-64-xen or i386-xen format for the grub2 image creation on EC2
+  + this is a follow up change for b1be72f59f5f4498 addressing bnc #887801
+    we avoid the hacky symlink introduced by the previous commit.
+    This change requires a grub release that contains
+    http://git.savannah.gnu.org/cgit/grub.git/commit/ChangeLog?id=9612ebc0
+    
+-------------------------------------------------------------------
+Thu Aug  7 17:42:03 CEST 2014 - [email protected]
+  
+- drop ppc64 profile for sle12
+  
+  Starting openSUSE 13.1 we have no longer kernel-ppc64 available
+  anymore
+  
+  Signed-off-by: Dinar Valeev <[email protected]>
+  
+-------------------------------------------------------------------
+Thu Aug  7 17:40:04 CEST 2014 - [email protected]
+  
+- yaboot is deprecated on newer power distributions
+  
+  Signed-off-by: Dinar Valeev <[email protected]>
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.4hIUgy/_old  2014-08-11 12:30:33.000000000 +0200
+++ /var/tmp/diff_new_pack.4hIUgy/_new  2014-08-11 12:30:33.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          System/Management
 Url:            http://github.com/openSUSE/kiwi
 Name:           kiwi
-Version:        5.06.145
+Version:        5.06.147
 Release:        0
 Provides:       kiwi-schema = 6.1
 # requirements to build packages
@@ -128,7 +128,11 @@
 # redefine for the SLES case if no sles_version exists
 # SLE12: NOTE: potential problems ahead with the first SP of SLES12
 %if %suse_version == 1315
+%ifarch x86_64
 %define mysystems suse-SLES12 suse-SLED12
+%else
+%define mysystems suse-SLES12
+%endif
 %endif
 # redefine for the SLE11 case if no sles_version exists
 # SLE11: NOTE: this works only because openSUSE 11.1 is out of scope
@@ -138,7 +142,11 @@
 %endif
 # SLES with sles_version macro
 %if 0%{?sles_version}
+%ifarch %ix86 x86_64
 %define mysystems suse-SLES%{sles_version} suse-SLED%{sles_version}
+%else
+%define mysystems suse-SLES%{sles_version}
+%endif
 %endif
 # RHEL
 %if 0%{?rhel_version}
@@ -322,8 +330,12 @@
 Requires:       kiwi-desc-isoboot = %{version}
 Requires:       %(echo `bash %{S:4} %{S:0} isoboot %{myarch} %{mysystems}`)
 %ifarch ppc ppc64 ppc64le
+%if 0%{?suse_version} >= 1315
+Requires:       grub2-powerpc-ieee1275
+%else
 Requires:       yaboot
 %endif
+%endif
 %ifarch s390 s390x
 Requires:       zipl
 %endif
@@ -388,8 +400,12 @@
 Requires:       kiwi-desc-vmxboot = %{version}
 Requires:       %(echo `bash %{S:4} %{S:0} vmxboot %{myarch} %{mysystems}`)
 %ifarch ppc ppc64 ppc64le
+%if 0%{?suse_version} >= 1315
+Requires:       grub2-powerpc-ieee1275
+%else
 Requires:       yaboot
 %endif
+%endif
 %ifarch s390 s390x
 Requires:       zipl
 %endif
@@ -492,9 +508,14 @@
 Requires:       genisoimage
 Requires:       kiwi-desc-oemboot = %{version}
 Requires:       %(echo `bash %{S:4} %{S:0} oemboot %{myarch} %{mysystems}`)
+
 %ifarch ppc ppc64 ppc64le
+%if 0%{?suse_version} >= 1315
+Requires:       grub2-powerpc-ieee1275
+%else
 Requires:       yaboot
 %endif
+%endif
 %ifarch s390 s390x
 Requires:       zipl
 %endif

++++++ kiwi-docu.tar.bz2 ++++++

++++++ kiwi-repo.tar.bz2 ++++++

++++++ kiwi.tar.bz2 ++++++
++++ 3678 lines of diff (skipped)

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

Reply via email to