Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-03-06 19:29:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-02 
07:43:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-03-06 
19:29:45.000000000 +0100
@@ -1,0 +2,219 @@
+Thu Mar  6 17:26:30 CET 2014 - m...@suse.de
+
+- v5.06.47 released
+  
+-------------------------------------------------------------------
+Thu Mar  6 17:06:32 CET 2014 - m...@suse.de
+  
+- Fixed getNicNames in kiwi boot code (bnc #867148)
+  * The function should ignore the loopback nic 'lo'
+  * The network code should not deal with any fixed interface
+    name like 'eth0'
+    
+-------------------------------------------------------------------
+Thu Mar  6 16:45:57 CET 2014 - m...@suse.de
+    
+- Make sure 'ip' and 'fuser' commands also exists for the
+  boot descriptions for s390/ppc and arm architectures
+  
+-------------------------------------------------------------------
+Thu Mar  6 16:33:13 CET 2014 - m...@suse.de
+  
+- Make sure package providing 'fuser' command is installed in
+  all boot image descriptions
+  
+-------------------------------------------------------------------
+Thu Mar  6 16:16:50 CET 2014 - m...@suse.de
+  
+- Make sure package providing 'ip' command is installed in
+  all boot image descriptions because the code using the obsolete
+  ifconfig tool has been replaced by using the 'ip' command
+  
+-------------------------------------------------------------------
+Thu Mar  6 15:50:41 CET 2014 - m...@suse.de
+  
+- Add check for EFI fat image on iso media in makeIsoEFIBootable
+  If the EFI fat image already exists don't recreate it. When building
+  product media the image is provided by the installation-images-*
+  package thus no need to create the same thing again. Also add
+  a loginfo entry in this case
+  
+-------------------------------------------------------------------
+Thu Mar  6 15:49:52 CET 2014 - m...@suse.de
+  
+- Fixed typo in function call for addBootLive
+  It does not receive a parameter
+  
+-------------------------------------------------------------------
+Thu Mar  6 10:54:04 CET 2014 - m...@suse.de
+  
+- Allow Expand/Collapse of section in the kiwi --describe report page
+  
+-------------------------------------------------------------------
+Wed Mar  5 15:29:03 CET 2014 - m...@suse.de
+  
+- v5.06.46 released
+  
+-------------------------------------------------------------------
+Wed Mar  5 15:12:52 CET 2014 - co...@suse.de
+  
+- Skip invalid appdata files in KIWICollect
+  
+  For this we parse the XML and if it succeeds, we rewind and continue concat
+  the XML snippets
+  
+-------------------------------------------------------------------
+Wed Mar  5 14:47:18 CET 2014 - m...@suse.de
+  
+- v5.06.45 released
+  
+-------------------------------------------------------------------
+Wed Mar  5 12:30:07 CET 2014 - m...@suse.de
+  
+- Make sure GATEWAYS information from the wicked dhcp request
+  is used to update the default route accordingly
+  
+-------------------------------------------------------------------
+Tue Mar  4 16:08:50 CET 2014 - m...@suse.de
+  
+- Added bash completion script
+  * completes all long commandline options
+  * completes option values for --build|--prepare and --type
+    
+-------------------------------------------------------------------
+Tue Mar  4 15:39:25 CET 2014 - m...@suse.de
+    
+- Cleanup options list format
+  long option first, short option next, option constraint last
+  
+-------------------------------------------------------------------
+Tue Mar  4 14:10:03 CET 2014 - adr...@suse.de
+  
+- support appdata rpmmd repos
+- skip sqlite databases in rpmmd
+- default to sha256 checksums
+  
+-------------------------------------------------------------------
+Tue Mar  4 14:07:06 CET 2014 - adr...@suse.de
+  
+- support creation of repoid tags inside of rpmmd repos
+- sync 13.2 code base with SLE 12
+  
+-------------------------------------------------------------------
+Tue Mar  4 12:09:20 CET 2014 - m...@suse.de
+  
+- Fixed use of add-repoprio and add-repoalias options
+  If either a repository priority or alias is specified on the
+  commandline it must be specified for all added repositories
+  in order to make clear for which repository the parameters
+  should apply (bnc #865230)
+  
+-------------------------------------------------------------------
+Tue Mar  4 11:48:20 CET 2014 - m...@suse.de
+  
+- v5.06.44 released
+  
+-------------------------------------------------------------------
+Tue Mar  4 11:41:27 CET 2014 - m...@suse.de
+  
+- Update SLE12 JeOS template
+  There is still no product definition in the DVD repo
+  
+-------------------------------------------------------------------
+Tue Mar  4 11:39:49 CET 2014 - m...@suse.de
+  
+- Fixed use of uninitialized value $logdata
+  If there is an undefined value passed as log data we should
+  no do anything with it. In addition fixed a typo for the
+  subsequent error message, missing newline
+  
+-------------------------------------------------------------------
+Tue Mar  4 11:33:57 CET 2014 - dval...@suse.de
+  
+- GRUB2 binary got renamed to fit HFS 8.3
+  
+  We should have grub2 binary compatible with HFS's 8.3 format
+  
+  Signed-off-by: Dinar Valeev <dval...@suse.com>
+  
+-------------------------------------------------------------------
+Tue Mar  4 11:31:52 CET 2014 - dval...@suse.de
+  
+- Adapt to ppc media layout change
+  
+  Media layout for ppc now looks like media layout on other arches
+  
+  Signed-off-by: Dinar Valeev <dval...@suse.com>
+  
+-------------------------------------------------------------------
+Tue Mar  4 10:33:11 CET 2014 - m...@suse.de
+  
+- Fixed order of fstab entries created by updateBootDeviceFstab
+  If /boot/efi is first it will be covered by /boot. Thus the
+  order must be /boot first and /boot/efi second
+  
+-------------------------------------------------------------------
+Mon Mar  3 17:22:06 CET 2014 - m...@suse.de
+  
+- fixed typo in kiwi-media-requires recommends list 'K' vs 'k'
+  
+-------------------------------------------------------------------
+Mon Mar  3 15:55:13 CET 2014 - m...@suse.de
+  
+- v5.06.43 released
+  
+-------------------------------------------------------------------
+Mon Mar  3 15:53:09 CET 2014 - m...@suse.de
+  
+- Revert "- the controller type 'scsi' does not exist for VMware"
+  
+  This reverts commit 78077282df830e1f7d7b4e47f0953246186cca15
+  I did something stupid here and changed the key name of the
+  config file which makes the config file invalid
+  
+-------------------------------------------------------------------
+Mon Mar  3 15:34:19 CET 2014 - m...@suse.de
+  
+- Make git a recommended package in the spec file
+  Modularize analyser code to work with and without git
+  
+-------------------------------------------------------------------
+Mon Mar  3 15:08:42 CET 2014 - m...@suse.de
+  
+- Fixed suseGFXBoot graphics boot setup with gfxboot-devel
+  Because of the change which uses isolinux as loader for install
+  ISO media and not the configured disk bootloader as eltorito
+  alternative loader we need both boot graphics formats available
+  the one for isolinux as well as the one for the selected system
+  bootloader. The code in suseGFXBoot reflects this for the
+  boot graphics provided by packages but not if the user provides
+  a custom tarball for use with gfxboot-devel
+  
+-------------------------------------------------------------------
+Mon Mar  3 14:59:43 CET 2014 - m...@suse.de
+  
+- Fixed misleading function names
+  
+  getInstallFailsafe -> getInstallProvideFailsafe
++++ 22 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.VFvzaa/_old  2014-03-06 19:29:46.000000000 +0100
+++ /var/tmp/diff_new_pack.VFvzaa/_new  2014-03-06 19:29:46.000000000 +0100
@@ -26,7 +26,7 @@
 Group:          System/Management
 Url:            http://github.com/openSUSE/kiwi
 Name:           kiwi
-Version:        5.06.42
+Version:        5.06.47
 Release:        0
 # requirements to build packages
 BuildRequires:  diffutils
@@ -64,7 +64,6 @@
 # requirements to run kiwi
 Requires:       checkmedia
 Requires:       coreutils
-Requires:       git
 Requires:       kiwi-tools >= %{version}
 Requires:       libxslt
 Requires:       perl >= %{perl_version}
@@ -92,6 +91,7 @@
 %if 0%{?suse_version}
 Recommends:     db45-utils
 Recommends:     db48-utils
+Recommends:     git
 %endif
 # obsoletes
 Obsoletes:      kiwi-desc-usbboot <= 4.81
@@ -458,8 +458,8 @@
 Recommends:     gfxboot
 Recommends:     memtest86+
 Recommends:     kiwi
-Recommends:     Kiwi-desc-oemboot
-Recommends:     Kiwi-desc-vmxboot
+Recommends:     kiwi-desc-oemboot
+Recommends:     kiwi-desc-vmxboot
 Recommends:     kiwi-desc-isoboot
 Recommends:     kiwi-desc-netboot
 Recommends:     kiwi-templates
@@ -629,6 +629,7 @@
 %{_datadir}/kiwi/locale
 %{_datadir}/kiwi/repo
 %{_datadir}/emacs/site-lisp
+%config /etc/bash_completion.d/kiwi.sh
 %exclude %{_datadir}/kiwi/metadata/KIWIIsoLinux-AppleFileMapping.map
 %exclude %{_datadir}/kiwi/modules/KIWICollect.pm
 %exclude %{_datadir}/kiwi/modules/KIWIRepoMetaHandler.pm

++++++ 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 ++++++
/work/SRC/openSUSE:Factory/kiwi/kiwi.tar.bz2 
/work/SRC/openSUSE:Factory/.kiwi.new/kiwi.tar.bz2 differ: char 11, line 1

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

Reply via email to