Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-04-05 14:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-27 
06:14:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-04-05 
14:43:18.000000000 +0200
@@ -1,0 +2,260 @@
+Fri Apr  4 14:44:42 CEST 2014 - m...@suse.de
+
+- v5.06.67 released
+  
+-------------------------------------------------------------------
+Fri Apr  4 14:38:14 CEST 2014 - m...@suse.de
+  
+- Fixed runtime check __hasBootLoaderTools
+  check for grub2-bios-setup only if the firmare is set to: bios
+  
+-------------------------------------------------------------------
+Fri Apr  4 14:20:54 CEST 2014 - m...@suse.de
+  
+- Avoid use of fixed 512 byte blocksize (bnc #864285)
+  * in order to just zero out some space where it does not
+    matter if it's 512byte or more, use 4k instead. This is
+    to stay compatible with 4k storage devices
+  * in order to write the correct zipl.conf for targetbase
+    and targetblocksize check for the real physical blocksize
+    and don't assume 512byte
+    
+-------------------------------------------------------------------
+Fri Apr  4 12:05:12 CEST 2014 - m...@suse.de
+    
+- Allow the partitioner to also be set as part of the XML
+  description (bnc #864285) Example:
+  
+  <preferences>
+  <partitioner>parted|fdasd</partitioner>
+  </preference>
+  
+-------------------------------------------------------------------
+Fri Apr  4 09:21:28 CEST 2014 - m...@suse.de
+  
+- v5.06.66 released
+  
+-------------------------------------------------------------------
+Fri Apr  4 08:57:22 CEST 2014 - m...@suse.de
+  
+- By accident the wicked package was added to 12.3 boot image
+  descriptions, but wicked does not exist there
+  
+-------------------------------------------------------------------
+Fri Apr  4 08:49:01 CEST 2014 - m...@suse.de
+  
+- Be more clear on the error message displayed when there
+  are not test cases defined for the given image type
+  
+-------------------------------------------------------------------
+Thu Apr  3 18:10:10 CEST 2014 - m...@suse.de
+  
+- Added better information about test results when calling
+  os-autoinst tests. There is a json formatted results.json
+  file which contains an overall test result information.
+  
+-------------------------------------------------------------------
+Thu Apr  3 17:26:42 CEST 2014 - m...@suse.de
+  
+- Update SLE12 and SLE11 JeOS os-autoinst tests
+  * Added a needle for the console picture to match
+  * Mark test as 'important' in the test flags section
+    
+-------------------------------------------------------------------
+Thu Apr  3 16:15:48 CEST 2014 - m...@suse.de
+  
+- v5.06.65 released
+  
+-------------------------------------------------------------------
+Thu Apr  3 16:09:02 CEST 2014 - m...@suse.de
+  
+- Fixed spec file arch flag for kiwi-desc-*boot packages
+  Depending on which architecture the package is build the
+  contents of the kiwi-desc-*boot packages differ. Thus they
+  are not architecture independent
+  
+-------------------------------------------------------------------
+Thu Apr  3 16:04:33 CEST 2014 - m...@suse.de
+  
+- Added os-autoinst test case for SLE12 JeOS
+  In addition update the test cases to the latest os-autoinst version
+  
+-------------------------------------------------------------------
+Thu Apr  3 14:14:50 CEST 2014 - adr...@suse.de
+  
+- support new directory of appdata for products when building in OBS 2.5
+  
+-------------------------------------------------------------------
+Thu Apr  3 14:07:13 CEST 2014 - kanstantsin_shaut...@suse.de
+    
+- Print epoch for .packages listing
+  
+-------------------------------------------------------------------
+Thu Apr  3 09:19:26 CEST 2014 - m...@suse.de
+  
+- In preparation of multipath support make sure the tools
+  and libs are part of the initrd for SLES12 and SLES11
+  
+-------------------------------------------------------------------
+Wed Apr  2 11:23:19 CEST 2014 - m...@suse.de
+  
+- v5.06.64 released
+  
+-------------------------------------------------------------------
+Tue Apr  1 16:46:35 CEST 2014 - m...@suse.de
+  
+- Update SLE12 JeOS
+  * use correct product name 'SLES'
+  * use Minimal pattern
+    
+-------------------------------------------------------------------
+Tue Apr  1 11:36:55 CEST 2014 - m...@suse.de
+    
+- v5.06.63 released
+  
+-------------------------------------------------------------------
+Mon Mar 31 19:12:12 CEST 2014 - m...@suse.de
+  
+- Prefer switch_root over pivot_root
+  
+-------------------------------------------------------------------
+Mon Mar 31 16:29:46 CEST 2014 - m...@suse.de
+  
+- v5.06.62 released
+  
+-------------------------------------------------------------------
+Mon Mar 31 16:18:11 CEST 2014 - m...@suse.de
+  
+- UDEV_LOG env variable behaves differently between udev
+  versions. Thus don't explicitly set it and take the default
+  
+-------------------------------------------------------------------
+Mon Mar 31 16:17:21 CEST 2014 - m...@suse.de
+  
+- Make sure sshd service is activated in SLE11 JeOS
+  
+-------------------------------------------------------------------
+Mon Mar 31 15:47:12 CEST 2014 - m...@suse.de
+  
+- Fixed SLE12 product detection in kiwi software analyser
+  
+-------------------------------------------------------------------
+Mon Mar 31 11:40:19 CEST 2014 - m...@suse.de
+  
+- Make setup of repotype an optional value:
+  
+  * the <repository> section is now allowed to be specified
+    without a type attribute
+  * the --set|add-repo commandline switches are now
+    allowed to be specified without --set|add-repotype
+    
+    if zypper is used as package manager and no type is set for
+    the repository the zypper auto detection is used. In case of
+    any other package manager the default repository type rpm-md
+    is used. An information about the selected type is printed if
+    no type is explicitly set
+    
+    In a sequence of repositories added via commandline arguments
+    using --add-repotype still requires to specify the type for
+    all given repositories in order to be able to correctly
+    assign the type to the added repository in the same way as
+    this is required for alias and priority information
+    
+-------------------------------------------------------------------
+Mon Mar 31 10:30:26 CEST 2014 - m...@suse.de
+    
+- removed zypper version check from KIWIManagerZypper backend
+  
+-------------------------------------------------------------------
+Fri Mar 28 15:40:46 CET 2014 - m...@suse.de
+  
+- v5.06.61 released
+  
+-------------------------------------------------------------------
+Fri Mar 28 15:29:38 CET 2014 - m...@suse.de
+  
+- Fixed udevPending, make sure access to proc is granted
+  
+-------------------------------------------------------------------
+Fri Mar 28 14:37:04 CET 2014 - m...@suse.de
+  
+- Make sure pidof command exists in preinit phase even if
+  sysvinit-tools was not installed as part of the system
+  image
+  
+-------------------------------------------------------------------
+Fri Mar 28 14:16:20 CET 2014 - m...@suse.de
+  
+- Make sure pidof tool is part of the initrd. This tool is
+  provided in sysvinit-tools thus had to fix the boot image
+  descriptions for SLE12, openSUSE 13.2 and RHEL
+  
+-------------------------------------------------------------------
+Fri Mar 28 14:15:11 CET 2014 - m...@suse.de
+  
+- Fixed start of udevd
+  * prefer systemd-udevd if it exists
+  * provide only one function to actually start the daemon
++++ 63 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.4iF95g/_old  2014-04-05 14:43:20.000000000 +0200
+++ /var/tmp/diff_new_pack.4iF95g/_new  2014-04-05 14:43:20.000000000 +0200
@@ -26,7 +26,7 @@
 Group:          System/Management
 Url:            http://github.com/openSUSE/kiwi
 Name:           kiwi
-Version:        5.06.60
+Version:        5.06.67
 Release:        0
 # requirements to build packages
 BuildRequires:  diffutils
@@ -269,9 +269,6 @@
 %if 0%{?rhel_version} || 0%{?fedora} || 0%{?centos}
 Requires:       qemu-img
 %endif
-%if 0%{?suse_version} > 1120
-BuildArch:      noarch
-%endif
 
 %description -n kiwi-desc-isoboot
 This package contains kiwi boot (initrd) descriptions for booting
@@ -321,9 +318,6 @@
 Requires:       grub
 %endif
 %endif
-%if 0%{?suse_version} > 1120
-BuildArch:      noarch
-%endif
 
 %description -n kiwi-desc-vmxboot
 This package contains kiwi boot (initrd) descriptions for booting
@@ -359,9 +353,6 @@
 Requires:       virt-utils
 %endif
 %endif
-%if 0%{?suse_version} > 1120
-BuildArch:      noarch
-%endif
 
 %description -n kiwi-desc-netboot
 kiwi boot (initrd) image for booting PXE images.
@@ -414,9 +405,6 @@
 %ifarch %arm aarch64
 Requires:       u-boot-tools
 %endif
-%if 0%{?suse_version} > 1120
-BuildArch:      noarch
-%endif
 
 %description -n kiwi-desc-oemboot
 This package contains kiwi boot (initrd) descriptions for booting
@@ -465,9 +453,6 @@
 Summary:        Packages which should be part of the DVD media
 License:        GPL-2.0+
 Group:          System/Management
-%if 0%{?suse_version} > 1120
-BuildArch:      noarch
-%endif
 %if 0%{?suse_version}
 Recommends:     busybox
 Recommends:     atftp
@@ -485,6 +470,9 @@
 %endif
 %endif
 %endif
+%if 0%{?suse_version} > 1120
+BuildArch:      noarch
+%endif
 
 %description -n kiwi-media-requires
 This package recommends a set of packages which should be part of

++++++ 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