Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-06-10 23:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2012-06-05 
15:32:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-06-10 
23:00:56.000000000 +0200
@@ -1,0 +2,305 @@
+Fri Jun  8 22:52:17 CEST 2012 - m...@suse.de
+
+- v5.03.16 released
+  
+-------------------------------------------------------------------
+Fri Jun  8 22:48:51 CEST 2012 - m...@suse.de
+  
+- removed the ZYPP_ARIA2C=0 'hack' which is there only because
+  of a bug in aria2c we'd better fix aria2c instead of maintaining
+  a workaround for that inside kiwi.
+  
+-------------------------------------------------------------------
+Fri Jun  8 22:42:48 CEST 2012 - m...@suse.de
+  
+- make sure timezone package is installed as part of the bootstrap
+  installations. zypper in openSUSE 12.2 crashes if it can't
+  find /etc/localtime. A bug for this problem has been opened.
+  As it seems zypper requires a timezone we should make sure
+  to install one from within bootstrap
+  
+-------------------------------------------------------------------
+Fri Jun  8 21:39:26 CEST 2012 - m...@suse.de
+  
+- v5.03.15 released
+  
+-------------------------------------------------------------------
+Fri Jun  8 21:35:30 CEST 2012 - m...@suse.de
+  
+- Revert "- the env setting ZYPP_ARIA2C=0 caused a segmentation fault"
+  problem is that this change caused other unexpected behavior in
+  zypper :( I will investigate more here
+  * This reverts commit 31e0d0cadfdc9f678e9675754e83674054d29d83
+    
+-------------------------------------------------------------------
+Fri Jun  8 21:07:06 CEST 2012 - m...@suse.de
+    
+- just found out that also obs:// URL's doesn't work for
+  plain package building inside the buildservice. So I had
+  to change the unit tests again
+  
+-------------------------------------------------------------------
+Fri Jun  8 21:03:35 CEST 2012 - m...@suse.de
+  
+- the env setting ZYPP_ARIA2C=0 caused a segmentation fault
+  for zypper in openSUSE 12.2. I think if there is a bug in
+  aria2c we'd better fix aria2c instead of work around that
+  inside kiwi. Therefore I removed this 'hack'
+  
+-------------------------------------------------------------------
+Fri Jun  8 20:51:16 CEST 2012 - m...@suse.de
+  
+- don't use remote URL's other than obs:// in the unit tests
+  the buildservice refused to resolve them so the unit tests
+  works locally but not during build, thus the package build
+  fails
+  
+-------------------------------------------------------------------
+Fri Jun  8 20:22:37 CEST 2012 - m...@suse.de
+  
+- v5.03.14 released
+  
+-------------------------------------------------------------------
+Thu Jun  7 19:18:30 CEST 2012 - rjsch...@suse.de
+  
+- unit test for prefer-license attribute setting unique requirement
+  
+-------------------------------------------------------------------
+Thu Jun  7 13:48:57 CEST 2012 - rjsch...@suse.de
+  
+- check that the prefer-license attribute is set to true only once
+  * if the attribute is set to true multiple times it results in an
+    ambiguity that cannot be resolved. As the outcome of the image build
+    is indeterminate in this case we need to error out of the process.
+    
+-------------------------------------------------------------------
+Wed Jun  6 16:59:32 CEST 2012 - m...@suse.de
+    
+- cleanup kernel profiles: For openSUSE -base is a subset of !-base
+  
+-------------------------------------------------------------------
+Wed Jun  6 13:21:18 CEST 2012 - m...@suse.de
+    
+- netboot: allow multicast TFTP for compressed images (fate #313083)
+  * the predownload hook detects that it is possible to use service
+    partition for intermediate files and exports the temp dir path
+    in $FETCH_FILE_TEMP_DIR
+  * the fetchfile() method uses the temp directory and exports the
+    intermediate file path in $FETCH_FILE_TEMP_FILE if it was created
+  * the postdownload hook deletes $FETCH_FILE_TEMP_FILE. Later we can
+    extend it to manage a cache of several image files.
+    
+-------------------------------------------------------------------
+Wed Jun  6 13:12:44 CEST 2012 - m...@suse.de
+    
+- netboot: added robust detection of the active network interface
+  * call dhcpcd on all available network interfaces and select
+    either BOOTIF from pxe or one of the interfaces which got
+    a dhcp reply (fate #313338)
+    
+-------------------------------------------------------------------
+Wed Jun  6 11:39:16 CEST 2012 - m...@suse.de
+    
+- DB: rebuild schema documentation
+  
+-------------------------------------------------------------------
+Wed Jun  6 11:19:08 CEST 2012 - m...@suse.de
+    
+- adapt schema version from 5.3 to 5.4 for unit test data
+  
+-------------------------------------------------------------------
+Wed Jun  6 10:37:40 CEST 2012 - rjsch...@suse.de
+  
+- unit test for getRepoNodeList
+  
+-------------------------------------------------------------------
+Wed Jun  6 10:19:34 CEST 2012 - rjsch...@suse.de
+  
+- unit tests related to driver handling
+  
+-------------------------------------------------------------------
+Wed Jun  6 09:46:54 CEST 2012 - m...@suse.de
+  
+- apply stylesheet conversion from schema 5.3 to 5.4
+  
+-------------------------------------------------------------------
+Wed Jun  6 09:44:51 CEST 2012 - m...@suse.de
+  
+- added xsl stylesheet which removes the type attribute
+  from the <drivers> sections and also increases the
+  schema version from 5.3 to 5.4
+  
+-------------------------------------------------------------------
+Wed Jun  6 09:34:16 CEST 2012 - rjsch...@suse.de
+  
+- rename addRepository to addRepositories
+  * the method may be used to add multiple repositories, this should
+    be reflected in the method name.
+    
+-------------------------------------------------------------------
+Wed Jun  6 09:25:34 CEST 2012 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+-------------------------------------------------------------------
+Wed Jun  6 09:23:46 CEST 2012 - m...@suse.de
+  
+- DB: update documentation due to removal of the drivers type attribute
+  
+-------------------------------------------------------------------
+Wed Jun  6 09:17:10 CEST 2012 - m...@suse.de
+  
+- remove type attribute from drivers section entirely
+  
+-------------------------------------------------------------------
+Tue Jun  5 21:39:04 CEST 2012 - m...@suse.de
+  
+- DB: rebuild schema documentation
+  
+-------------------------------------------------------------------
+Tue Jun  5 21:37:31 CEST 2012 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+-------------------------------------------------------------------
+Tue Jun  5 21:36:14 CEST 2012 - m...@suse.de
+  
+- update documentation due to change in the type
+  attribute in the drivers sections
+  
+-------------------------------------------------------------------
+Tue Jun  5 21:32:35 CEST 2012 - m...@suse.de
+  
+- don't evaluate type of drivers sections. There is only
+  type 'drivers' now available
+  
+-------------------------------------------------------------------
+Tue Jun  5 21:27:27 CEST 2012 - m...@suse.de
+  
+- remove use of netdrivers,scsidrivers,usbdrivers typed
+  drivers sections and merge them into one section
+  
+-------------------------------------------------------------------
+Tue Jun  5 21:26:34 CEST 2012 - m...@suse.de
+  
+- limit type attribute of drivers section to 'drivers'
+  
+-------------------------------------------------------------------
+Tue Jun  5 17:28:20 CEST 2012 - rjsch...@suse.de
+  
+- add unit tests for repo handling in the XML object
+  
+-------------------------------------------------------------------
+Tue Jun  5 17:02:58 CEST 2012 - rjsch...@suse.de
+  
+- add argument check to addRepository() method
+  at present it is possible to attempt to add a repository with
+  an invalid type. This may lead to unpredictable behavior during
++++ 108 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/kiwi/kiwi.changes
++++ and /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.vidgWs/_old  2012-06-10 23:01:00.000000000 +0200
+++ /var/tmp/diff_new_pack.vidgWs/_new  2012-06-10 23:01:00.000000000 +0200
@@ -21,7 +21,7 @@
 Summary:        OpenSuSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.03.12
+Version:        5.03.16
 Release:        0
 # requirements to build packages
 BuildRequires:  gcc-c++

++++++ kiwi-docu.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/kiwi/kiwi-docu.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi-docu.tar.bz2 differ: char 11, line 1

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

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

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

Reply via email to