Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2012-11-12 07:03:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2012-11-02 
17:37:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2012-11-12 
07:03:45.000000000 +0100
@@ -1,0 +2,170 @@
+Fri Nov  9 15:57:34 CET 2012 - [email protected]
+
+- v5.04.23 released
+  
+-------------------------------------------------------------------
+Fri Nov  9 14:49:28 CET 2012 - [email protected]
+  
+- fixed device name setup in recovery/restore mode. kiwi assumes
+  an overlay setup when a second partition exists but this is not
+  true if the second partition is the swap space. For the initial
+  boot of an appliance the device setup always works but when
+  oemboot has created new partitions e.g swap space and the kiwi
+  initrd runs again in recovery/restore mode the device setup
+  might be broken because of another partition layout compared
+  to the initial state
+  
+-------------------------------------------------------------------
+Fri Nov  9 11:22:17 CET 2012 - [email protected]
+  
+- added tar to 12.2 JeOS
+  
+-------------------------------------------------------------------
+Thu Nov  8 17:52:37 CET 2012 - [email protected]
+  
+- add support for grub2 based recovery system
+  
+-------------------------------------------------------------------
+Thu Nov  8 17:05:20 CET 2012 - [email protected]
+  
+- fixed indention of linux command in grub.cfg
+  
+-------------------------------------------------------------------
+Thu Nov  8 14:41:06 CET 2012 - [email protected]
+  
+- fix the automatic alias generation to remove '$' from the
+  name, this allows users to use SMT repos without having to
+  specify an alias in the config.xml file
+  
+-------------------------------------------------------------------
+Thu Nov  8 12:46:58 CET 2012 - [email protected]
+  
+- use contents of $bootPartitionFSType to check symlink capabilities
+  
+-------------------------------------------------------------------
+Thu Nov  8 12:22:46 CET 2012 - [email protected]
+  
+- fixed cleanup code in KIWILinuxRC after mkinitrd was called
+  in case of arm images not all obsolete data was removed
+- pass boot filesystem type as first argument to the pre
+  bootloader install script and handle it in the arm JeOS
+  template in uboot-image-setup
+- export bootPartitionFSType in KIWILinuxRC and handle it
+  in the hook script kiwi-hooks/setupUBoot.sh
+  
+-------------------------------------------------------------------
+Thu Nov  8 10:27:12 CET 2012 - [email protected]
+  
+- DB: rebuild schema documentation
+  
+-------------------------------------------------------------------
+Thu Nov  8 09:31:45 CET 2012 - [email protected]
+  
+- fixed nic interface runtime check, the value '0' is valid
+  for the index of a VMware interface definition, thus it's
+  wrong to do a true/false check here.
+  
+-------------------------------------------------------------------
+Thu Nov  8 09:18:58 CET 2012 - [email protected]
+  
+- fixed use of uninitialized values in the code now reported
+  due to the use of warnings at runtime
+  
+-------------------------------------------------------------------
+Wed Nov  7 16:12:29 CET 2012 - [email protected]
+  
+- make sure var/log/ConsoleKit exists when booting the first time
+  
+-------------------------------------------------------------------
+Wed Nov  7 15:57:14 CET 2012 - [email protected]
+  
+- fixed cleanKernelFSMount() to use the correct root path
+  
+-------------------------------------------------------------------
+Wed Nov  7 14:37:30 CET 2012 - [email protected]
+  
+- added support for reading /etc/kiwi/repoalias file in
+  KIWIURL.pm. The repoalias definition can be used to
+  mirror a repo path to another location (bnc #788536)
+  
+-------------------------------------------------------------------
+Wed Nov  7 14:13:06 CET 2012 - [email protected]
+  
+- SuSEconfig is gone, call it only if it exists
+  
+-------------------------------------------------------------------
+Tue Nov  6 17:25:15 CET 2012 - [email protected]
+  
+- fixed schema for bootfilesystem attribute, attribute was not
+  set into the attribute list in the RelaxNG schema
+  
+-------------------------------------------------------------------
+Tue Nov  6 16:36:38 CET 2012 - [email protected]
+  
+- added support for optional type attribute 'bootfilesystem'
+  which can be one of ext2,ext3,fat16 or fat32 (bnc #788374)
+- added unit test for new attribute
+  
+-------------------------------------------------------------------
+Tue Nov  6 16:30:48 CET 2012 - [email protected]
+  
+- update pre-commit hook
+  
+-------------------------------------------------------------------
+Tue Nov  6 16:30:01 CET 2012 - [email protected]
+  
+- fixed use of uninitialized values in the code now reported
+  due to the use of warnings at runtime
+  
+-------------------------------------------------------------------
+Tue Nov  6 15:29:27 CET 2012 - [email protected]
+  
+- removed obsolete and unmaintained dotty graph file
+  
+-------------------------------------------------------------------
+Tue Nov  6 12:34:46 CET 2012 - [email protected]
+  
+- remove the statistics colector and the generated data
+  we never got around to finish the integration of the data collector
+  and it is not used. At this point it appears that the code will just
+  not be used in the long run, thus it is getting removed
+  
+-------------------------------------------------------------------
+Tue Nov  6 12:24:08 CET 2012 - [email protected]
+  
+- fixed use of uninitialized values in the code now reported
+  due to the use of warnings at runtime
+  
+-------------------------------------------------------------------
+Tue Nov  6 11:40:25 CET 2012 - [email protected]
+  
+- fixed openSUSE product building
+  
+-------------------------------------------------------------------
+Mon Nov  5 17:25:21 CET 2012 - [email protected]
+  
+- fixed handling of special characters in grub2 menuentry setup
+  single quotes are required for custom names (bnc #786262)
+  
+-------------------------------------------------------------------
+Mon Nov  5 16:29:38 CET 2012 - [email protected]
+  
+- fixed spec file require for kiwi-tools. kiwi should require
+  the same or newer kiwi-tools version compared to the base
+  kiwi package
+  
+-------------------------------------------------------------------
+Mon Nov  5 11:59:16 CET 2012 - [email protected]
+  
+- put tests/unit/*.t to perl critic level 4
+- put tests/qa/stats/collector.pl to perl critic level 4
+- update pre-commit hook
+  
+-------------------------------------------------------------------
+Sat Nov  3 07:11:32 CET 2012 - [email protected]
+  
+- clean most test unit driver files to perlcritic level 2
+  The remainaing driver files must be cleaned after we have
+  migrated the code to use the new internal data structure
+  
+-------------------------------------------------------------------

Old:
----
  fix-products.diff

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

Other differences:
------------------
++++++ kiwi.spec ++++++
--- /var/tmp/diff_new_pack.e9hzk8/_old  2012-11-12 07:03:49.000000000 +0100
+++ /var/tmp/diff_new_pack.e9hzk8/_new  2012-11-12 07:03:49.000000000 +0100
@@ -21,7 +21,7 @@
 Summary:        openSUSE - KIWI Image System
 License:        GPL-2.0
 Group:          System/Management
-Version:        5.04.22
+Version:        5.04.23
 Release:        0
 # requirements to build packages
 BuildRequires:  gcc-c++
@@ -55,7 +55,7 @@
 # requirements to run kiwi
 Requires:       checkmedia
 Requires:       coreutils
-Requires:       kiwi-tools
+Requires:       kiwi-tools >= %{version}
 Requires:       libxslt
 Requires:       perl = %{perl_version}
 Requires:       perl-Config-IniFiles
@@ -99,7 +99,6 @@
 Source2:        %{name}-docu.tar.bz2
 Source3:        %{name}-repo.tar.bz2
 Source4:        %{name}-find-boot-requires.sh
-Patch0:         fix-products.diff
 # build root path
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -434,7 +433,6 @@
 
 %prep
 %setup -n %name -a2 -a3
-%patch0 -p1
 
 %build
 # empty because of rpmlint warning rpm-buildroot-usage

++++++ 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 ++++++
++++ 4057 lines of diff (skipped)

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

Reply via email to