Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory checked in at 2015-01-26 16:47:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-product-creator (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-product-creator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-product-creator"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-product-creator/yast2-product-creator.changes  
    2014-05-17 21:46:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes
 2015-01-26 16:47:25.000000000 +0100
@@ -1,0 +2,13 @@
+Thu Dec 11 08:52:49 CET 2014 - [email protected]
+
+- require latest version of kiwi-schema: 6.2 (bnc#909280)
+- drop obsoleted xen template
+- added support for current image flags (bnc#901141)
+- 3.1.7
+
+-------------------------------------------------------------------
+Thu Dec  4 09:51:01 UTC 2014 - [email protected]
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+-------------------------------------------------------------------

Old:
----
  yast2-product-creator-3.1.5.tar.bz2

New:
----
  yast2-product-creator-3.1.7.tar.bz2

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

Other differences:
------------------
++++++ yast2-product-creator.spec ++++++
--- /var/tmp/diff_new_pack.u7T7lW/_old  2015-01-26 16:47:26.000000000 +0100
+++ /var/tmp/diff_new_pack.u7T7lW/_new  2015-01-26 16:47:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-product-creator
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-product-creator
-Version:        3.1.5
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,7 @@
 Requires:       yast2-country
 Requires:       yast2-security
 
-Requires:       kiwi-schema = 6.1
+Requires:       kiwi-schema = 6.2
 
 # ag_pattern handling gzipped files
 Requires:       yast2-add-on-creator >= 2.17.1

++++++ yast2-product-creator-3.1.5.tar.bz2 -> 
yast2-product-creator-3.1.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-3.1.5/.travis.yml 
new/yast2-product-creator-3.1.7/.travis.yml
--- old/yast2-product-creator-3.1.5/.travis.yml 1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-product-creator-3.1.7/.travis.yml 2015-01-26 11:05:50.000000000 
+0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+    - gcc
+before_install:
+    # disable rvm, use system Ruby
+    - rvm reset
+    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+    - sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
+script:
+    - rake check:syntax
+    - rake check:pot
+    - make -f Makefile.cvs
+    - make
+    - sudo make install
+    - make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-3.1.5/MAINTAINER 
new/yast2-product-creator-3.1.7/MAINTAINER
--- old/yast2-product-creator-3.1.5/MAINTAINER  2014-05-16 16:14:42.000000000 
+0200
+++ new/yast2-product-creator-3.1.7/MAINTAINER  2014-12-11 11:13:13.000000000 
+0100
@@ -1 +1 @@
-Jiri Suchomel <[email protected]>
+Deprecated file. Use `osc maintainer yast2-product-creator` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-3.1.5/README.md 
new/yast2-product-creator-3.1.7/README.md
--- old/yast2-product-creator-3.1.5/README.md   1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-product-creator-3.1.7/README.md   2014-12-11 11:13:13.000000000 
+0100
@@ -0,0 +1,5 @@
+# YaST - The Product Creator Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-product-creator.svg?branch=master)](https://travis-ci.org/yast/yast-product-creator)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-product-creator-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-product-creator-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/data/kiwi_templates/Makefile.am 
new/yast2-product-creator-3.1.7/data/kiwi_templates/Makefile.am
--- old/yast2-product-creator-3.1.5/data/kiwi_templates/Makefile.am     
2014-05-16 16:14:42.000000000 +0200
+++ new/yast2-product-creator-3.1.7/data/kiwi_templates/Makefile.am     
2014-12-11 11:13:13.000000000 +0100
@@ -7,14 +7,9 @@
 nobase_dist_ydata_DATA =       \
         iso/config.xml \
         iso/root/etc/sysconfig/displaymanager \
-        iso/root/etc/sysconfig/network/ifcfg-eth0 \
-        xen/config.xml \
-        xen/root/etc/sysconfig/network/ifcfg-eth0 \
-        xen/root/etc/sysconfig/keyboard
+        iso/root/etc/sysconfig/network/ifcfg-eth0
 
 nobase_dist_ydata_SCRIPTS =    \
         iso/config.sh \
-        iso/root/etc/init.d/create_xconf \
-        xen/config.sh \
-        xen/root/etc/init.d/boot.xen
+        iso/root/etc/init.d/create_xconf
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/data/kiwi_templates/iso/config.xml 
new/yast2-product-creator-3.1.7/data/kiwi_templates/iso/config.xml
--- old/yast2-product-creator-3.1.5/data/kiwi_templates/iso/config.xml  
2014-05-16 16:14:42.000000000 +0200
+++ new/yast2-product-creator-3.1.7/data/kiwi_templates/iso/config.xml  
2014-12-11 11:13:13.000000000 +0100
@@ -1,23 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
 
-<image schemaversion="5.2" name="kiwi-image-template">
+<image name="kiwi-image-template" schemaversion="6.2">
        <description type="system">
                <author/>
                <contact/>
                <specification>Template for system image 
configuration</specification>
        </description>
        <preferences>
-               <type image="iso" primary="true" boot="isoboot/suse-11.4" 
bootprofile="default" bootkernel="desktop" flags="clic" hybrid="true">
+               <type image="iso" primary="true" boot="isoboot/suse-13.2" 
bootprofile="default" bootkernel="desktop" flags="clic" hybrid="true">
                        <size unit="M">3000</size>
                </type>
-               <type image="vmx" boot="vmxboot/suse-11.4" filesystem="ext3" 
format="vmdk">
+               <type image="vmx" boot="vmxboot/suse-13.2" filesystem="ext3" 
format="vmdk">
                        <size unit="M">3000</size>
                </type>
-               <type image="usb" boot="usbboot/suse-11.4" filesystem="ext3">
-                       <size unit="M">3000</size>
-               </type>
-               <type boot="vmxboot/suse-11.1" filesystem="ext3" image="vmx" 
bootkernel="xenk" bootprofile="xen">3000</type>
-               <type image="oem" boot="oemboot/suse-11.4" filesystem="ext3" 
flags="unified">
+               <type image="oem" boot="oemboot/suse-13.2" filesystem="ext3">
                        <size unit="M">3000</size>
                        <oemconfig>
                                <oem-boot-title>USB</oem-boot-title>
@@ -26,21 +22,20 @@
                </type>
                <version>1.0.0</version>
                <packagemanager>zypper</packagemanager>
-               <boot-theme>openSUSE</boot-theme>
                <rpm-check-signatures>false</rpm-check-signatures>
                <rpm-force>false</rpm-force>
                <locale>en_US</locale>
                <rpm-excludedocs>false</rpm-excludedocs>
        </preferences>
        <users group="users">
-               <user name="linux" pwd="" home="/home/linux" realname="Live-CD 
User"/>
-               <user name="root" pwd="" home="/root"/>
+               <user name="linux" password="" home="/home/linux" 
realname="Live-CD User"/>
+               <user name="root" password="" home="/root"/>
        </users>
        <repository type="rpm-md">
                <source 
path="http://download.opensuse.org/repositories/openSUSE:/Factory:/Live/standard/"/>
        </repository>
        <packages type="image">
-               <opensusePattern name="Minimal"/>
+               <namedCollection name="Minimal"/>
        </packages>
        <packages type="bootstrap">
                <package name="filesystem"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/config.sh 
new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/config.sh
--- old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/config.sh   
2014-05-16 16:14:42.000000000 +0200
+++ new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/config.sh   
1970-01-01 01:00:00.000000000 +0100
@@ -1,53 +0,0 @@
-#!/bin/bash
-#================
-# FILE          : config.sh
-#----------------
-# PROJECT       : OpenSuSE KIWI Image System
-# COPYRIGHT     : (c) 2006 SUSE LINUX Products GmbH. All rights reserved
-#               :
-# AUTHOR        : Marcus Schaefer <[email protected]>
-#               :
-# BELONGS TO    : Operating System images
-#               :
-# DESCRIPTION   : configuration script for SUSE based
-#               : operating systems
-#               :
-#               :
-# STATUS        : BETA
-#----------------
-#======================================
-# Functions...
-#--------------------------------------
-test -f /.kconfig && . /.kconfig
-test -f /.profile && . /.profile
-
-#======================================
-# Greeting...
-#--------------------------------------
-echo "Configure image: [$name]..."
-
-#======================================
-# Activate services
-#--------------------------------------
-suseActivateServices
-suseRemoveService boot.multipath
-suseRemoveService boot.device-mapper
-suseRemoveService mdadmd
-suseRemoveService multipathd
-
-#======================================
-# SuSEconfig
-#--------------------------------------
-suseConfig
-
-#======================================
-# Setup ssh permissions
-#--------------------------------------
-cd /etc/ssh && chmod og-r *_key
-
-#======================================
-# Umount kernel filesystems
-#--------------------------------------
-baseCleanMount
-
-exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/config.xml 
new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/config.xml
--- old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/config.xml  
2014-05-16 16:14:42.000000000 +0200
+++ new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/config.xml  
1970-01-01 01:00:00.000000000 +0100
@@ -1,180 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<image schemaversion="5.2" name="kiwi-xen-image-template">
-       <description type="system">
-               <author/>
-               <contact/>
-               <specification>Template for system image 
configuration</specification>
-       </description>
-       <preferences>
-               <type boot="vmxboot/suse-11.1" filesystem="ext3" image="vmx" 
bootkernel="xenk" bootprofile="xen">2000</type>
-               <version>1.0.0</version>
-               <packagemanager>zypper</packagemanager>
-               <rpm-check-signatures>false</rpm-check-signatures>
-               <rpm-force>true</rpm-force>
-       </preferences>
-       <users group="users">
-               <user home="/home/linux" name="linux"/>
-               <user home="/root" name="root"/>
-       </users>
-       <packages type="image">
-               <package name="OpenIPMI"/>
-               <package name="lvm2"/>
-               <package name="aaa_base"/>
-               <package name="aaa_skel"/>
-               <package name="acl"/>
-               <package name="acpid"/>
-               <package name="attr"/>
-<!-- for x86_64 only -->
-               <package name="linux32" arch="x86_64"/>
-               <package name="bash"/>
-               <package name="bc"/>
-               <package name="bind-libs"/>
-               <package name="binutils"/>
-               <package name="bootcycle"/>
-               <package name="screen"/>
-               <package name="bridge-utils"/>
-               <package name="mdadm"/>
-               <package name="bzip2"/>
-               <package name="coreutils"/>
-               <package name="cpio"/>
-               <package name="cpufrequtils"/>
-               <package name="cracklib"/>
-               <package name="db"/>
-               <package name="device-mapper"/>
-               <package name="dhcpcd"/>
-               <package name="diffutils"/>
-               <package name="e2fsprogs"/>
-               <package name="file"/>
-               <package name="filesystem"/>
-               <package name="fillup"/>
-               <package name="findutils"/>
-               <package name="gawk"/>
-               <package name="gpg"/>
-               <package name="grep"/>
-               <package name="grub"/>
-               <package name="gzip"/>
-               <package name="hwinfo"/>
-               <package name="ifplugd"/>
-               <package name="initviocons"/>
-               <package name="insserv"/>
-               <package name="iproute2"/>
-               <package name="iptables"/>
-               <package name="iputils"/>
-               <package name="kbd"/>
-               <package name="kernel-xen"/>
-               <package name="kernel-smp"/>
-               <package name="klogd"/>
-               <package name="ksymoops"/>
-               <package name="less"/>
-               <package name="libacl"/>
-               <package name="libaio"/>
-               <package name="libattr"/>
-               <package name="libcap"/>
-               <package name="libcom_err"/>
-               <package name="libevent"/>
-               <package name="libgcc"/>
-               <package name="libgssapi"/>
-               <package name="libicu"/>
-               <package name="libnscd"/>
-               <package name="libpcap"/>
-               <package name="libpng"/>
-               <package name="libreiserfs"/>
-               <package name="librpcsecgss"/>
-               <package name="libstdc++"/>
-               <package name="libtool"/>
-               <package name="libusb"/>
-               <package name="libxcrypt"/>
-               <package name="libxml2"/>
-               <package name="libxml2-python"/>
-               <package name="libzio"/>
-               <package name="logrotate"/>
-               <package name="mingetty"/>
-               <package name="mkinitrd"/>
-               <package name="mktemp"/>
-               <package name="module-init-tools"/>
-               <package name="ncurses"/>
-               <package name="net-tools"/>
-               <package name="netcfg"/>
-               <package name="nscd"/>
-               <package name="openslp"/>
-               <package name="openssh"/>
-               <package name="openssl"/>
-               <package name="pam"/>
-               <package name="pam-modules"/>
-               <package name="pax"/>
-               <package name="pciutils"/>
-               <package name="perl"/>
-               <package name="perl-TimeDate"/>
-               <package name="perl-Bit-Vector"/>
-               <package name="perl-Bootloader"/>
-               <package name="perl-Carp-Clan"/>
-               <package name="perl-Compress-Zlib"/>
-               <package name="perl-Config-Crontab"/>
-               <package name="perl-Config-IniFiles"/>
-               <package name="perl-Crypt-SmbHash"/>
-               <package name="perl-Date-Calc"/>
-               <package name="perl-Digest-MD4"/>
-               <package name="perl-Digest-SHA1"/>
-               <package name="perl-Parse-RecDescent"/>
-               <package name="perl-URI"/>
-               <package name="perl-X500-DN"/>
-               <package name="perl-XML-Parser"/>
-               <package name="perl-XML-Writer"/>
-               <package name="perl-gettext"/>
-               <package name="permissions"/>
-               <package name="pmtools"/>
-               <package name="popt"/>
-               <package name="prctl"/>
-               <package name="procinfo"/>
-               <package name="procmail"/>
-               <package name="procps"/>
-               <package name="psmisc"/>
-               <package name="pwdutils"/>
-               <package name="python"/>
-               <package name="python-xml"/>
-               <package name="readline"/>
-               <package name="recode"/>
-               <package name="reiserfs"/>
-               <package name="rpm"/>
-               <package name="rsync"/>
-               <package name="sed"/>
-               <package name="sharutils"/>
-               <package name="strace"/>
-               <package name="suse-build-key"/>
-               <package name="suspend"/>
-               <package name="sysconfig"/>
-               <package name="sysfsutils"/>
-               <package name="syslinux"/>
-               <package name="syslog-ng"/>
-               <package name="sysvinit"/>
-               <package name="tar"/>
-               <package name="tcpd"/>
-               <package name="terminfo"/>
-               <package name="timezone"/>
-               <package name="udev"/>
-               <package name="utempter"/>
-               <package name="util-linux"/>
-               <package name="vim"/>
-               <package name="wol"/>
-               <package name="xen"/>
-               <package name="xen-libs"/>
-               <package name="xen-tools"/>
-               <package name="xntp"/>
-               <package name="zlib"/>
-               <package name="resmgr"/>
-               <package name="irqbalance"/>
-               <package name="portmap"/>
-               <package name="cron"/>
-       </packages>
-       <packages type="xen">
-               <package name="kernel-xen"/>
-               <package name="xen"/>
-       </packages>
-       <packages type="bootstrap">
-               <package name="filesystem"/>
-               <package name="glibc-locale"/>
-               <package name="devs"/>
-               <package name="procps"/>
-       </packages>
-</image>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/root/etc/init.d/boot.xen
 
new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/root/etc/init.d/boot.xen
--- 
old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/root/etc/init.d/boot.xen
    2014-05-16 16:14:42.000000000 +0200
+++ 
new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/root/etc/init.d/boot.xen
    1970-01-01 01:00:00.000000000 +0100
@@ -1,80 +0,0 @@
-#! /bin/sh
-#
-# Copyright (c) 2001-2002 SuSE Linux AG, Nuernberg, Germany.
-# All rights reserved.
-#
-# /etc/init.d/boot.xen
-#
-### BEGIN INIT INFO
-# Provides:          boot.xen
-# Required-Start:    boot.localfs
-# Required-Stop:
-# Default-Start:     B S
-# Default-Stop:
-# Description:       Check and Prepare xen environment
-### END INIT INFO
-
-. /etc/rc.status
-rc_reset
-
-kernel=`uname -r | grep -qi "\-xen" && echo xen || echo none`
-if [ ! -e /proc/xen/capabilities ]; then
-       domain=native
-elif ! grep control_d /proc/xen/capabilities >/dev/null 2>&1; then
-       domain=domU
-else
-       domain=dom0
-fi
-
-case "$1" in
-    start|restart)
-               #
-               # Check and Prepare xen environment
-               #
-               echo -n "Setting up xen environment"
-               if test ! "$kernel" = "xen";then
-                       rc_status -s
-                       rc_failed 6
-               else
-                       if test "$domain" = "dom0";then
-                               rc_status -s
-                               rc_failed 6
-                       else
-                               insserv -r /etc/init.d/kbd
-                               insserv -r /etc/init.d/acpid
-                               sed -ie "s/^[2-6]:/#\\0/" /etc/inittab
-                               init q
-                               rc_status
-                               rc_status -v -r
-                       fi
-               fi
-       ;;
-    stop)
-               echo -n "Restoring default environment"
-               if test ! "$kernel" = "xen";then
-                       rc_status -s
-                       rc_failed 6
-               else
-                       if test "$domain" = "dom0";then
-                               rc_status -s
-                               rc_failed 6
-                       else
-                               insserv /etc/init.d/acpid
-                               insserv /etc/init.d/kbd
-                               sed -ie "s/^#\([2-6]:\)/\\1/" /etc/inittab
-                               init q
-                               rc_status -v -r
-                       fi
-               fi
-       ;;
-    status)
-               rc_failed 4
-               rc_status -v
-       ;;
-       *)
-               echo "Usage: $0 {start|stop|status|restart}"
-               exit 1
-       ;;
-esac
-
-rc_exit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/root/etc/sysconfig/keyboard
 
new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/root/etc/sysconfig/keyboard
--- 
old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/root/etc/sysconfig/keyboard
 2014-05-16 16:14:42.000000000 +0200
+++ 
new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/root/etc/sysconfig/keyboard
 1970-01-01 01:00:00.000000000 +0100
@@ -1,97 +0,0 @@
-## Path:        Hardware/Keyboard
-## Description: Keyboard settings
-## Type:        string
-## Default:     ""
-## ServiceRestart: kbd
-#
-# Keyboard settings for the text console
-#
-# Keyboard mapping
-# (/usr/share/kbd/keymaps/)
-# e.g. KEYTABLE="de-latin1-nodeadkeys", "us" or empty for US settings
-#
-KEYTABLE="us.map.gz"
-
-## Type:        integer
-## Default:
-#
-# Keyboard delay time in ms (250, 500, 750, 1000)
-KBD_DELAY=""
-
-## Type:       
string(2.0,2.1,2.3,2.5,2.7,3.0,3.3,3.7,4.0,4.3,4.6,5.0,5.5,6.0,6.7,7.5,8.0,8.6,9.2,10.0,10.9,12.0,13.3,15.0,16.0,17.1,18.5,20.0,21.8,24.0,26.7,30.0)
-## Default:
-#
-# Keyboard repeat rate (2.0 - 30.0)
-KBD_RATE=""
-
-## Type:        list(bios,yes,no)
-## Default:     bios
-#
-# NumLock on? ("yes" or "no" or empty or "bios" for BIOS setting)
-KBD_NUMLOCK="bios"
-
-## Type:        yesno
-## Default:     no
-#
-# ScrollLock on? ("yes" or "no")
-KBD_SCRLOCK="no"
-
-## Type:        yesno
-## Default:     no
-#
-# CapsLock on? ("yes" or "no")
-KBD_CAPSLOCK="no"
-
-## Type:        yesno
-## Default:     no
-#
-# Disable CAPS LOCK and make it a normal Shift key?
-# (Ctrl Caps Lock will still toggle Caps Lock functionality)
-# Note that you need to tweak the xkb maps or use xmodmap
-# if you want to do the same under X-Windows. In ~/.Xmodmap:
-# keycode 0x42 = Shift_L Shift_L
-#
-KBD_DISABLE_CAPS_LOCK="no"
-
-## Type:        string
-## Default:     "tty1 tty2 tty3 tty4 tty5 tty6"
-#
-# ttys for the above settings 
-# Example: "tty1 tty2"
-# "" for all tty's
-#
-KBD_TTY="tty1 tty2 tty3 tty4 tty5 tty6"
-
-# 
-# Compose tables to be loaded.
-# Compose tables are good for producing characters, which can not
-#  be directly input from your keyboard, such as characters with
-#  accents, currency signs, ...
-# Please read /usr/share/doc/packages/kbd/README.SuSE for an
-#  explanation.
-# You may leave this variable empty (default compose table from kernel 
-#  or KEYTABLE will be used then -- most keyboard maps don't have a
-#  compose table, though)
-# More than one compose table can be given. For a selection of possible
-#  tables see /usr/share/kbd/keymaps/include/compose.*
-# You can give more than one compose table, but only the last one will
-#  determine the compose combinations.
-#  The word "clear" has a special meaning:
-#  Your compose table will be cleared, before more compose symbols are
-#  added.
-# The files compose.winkeys and shiftctrl may be used to map the 
-#  <compose> key to the W*n menu key and Shift-Ctrl, respectively,
-#  on a PC keyboard.
-# A typical setting for Latin1 users (with a PC keyboard) may be
-#  COMPOSETABLE="clear winkeys shiftctrl latin1.add"
-# For latin2, this would be
-#  COMPOSETABLE="clear winkeys shiftctrl latin2"
-# A typical setting for sb. with a character set, where a matching 
-#  compose table is missing (but with a PC keyboard), would be
-#  COMPOSETABLE="winkeys shiftctrl"
-# 
-COMPOSETABLE="clear winkeys shiftctrl latin1.add"
-
-# The YaST-internal identifier of the attached keyboard.
-#
-YAST_KEYBOARD="us,pc104"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/root/etc/sysconfig/network/ifcfg-eth0
 
new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/root/etc/sysconfig/network/ifcfg-eth0
--- 
old/yast2-product-creator-3.1.5/data/kiwi_templates/xen/root/etc/sysconfig/network/ifcfg-eth0
       2014-05-16 16:14:42.000000000 +0200
+++ 
new/yast2-product-creator-3.1.7/data/kiwi_templates/xen/root/etc/sysconfig/network/ifcfg-eth0
       1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-BOOTPROTO='dhcp'
-MTU=''
-REMOTE_IPADDR=''
-STARTMODE='onboot'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/package/yast2-product-creator.changes 
new/yast2-product-creator-3.1.7/package/yast2-product-creator.changes
--- old/yast2-product-creator-3.1.5/package/yast2-product-creator.changes       
2014-05-16 16:14:42.000000000 +0200
+++ new/yast2-product-creator-3.1.7/package/yast2-product-creator.changes       
2014-12-11 11:13:13.000000000 +0100
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Thu Dec 11 08:52:49 CET 2014 - [email protected]
+
+- require latest version of kiwi-schema: 6.2 (bnc#909280)
+- drop obsoleted xen template
+- added support for current image flags (bnc#901141)
+- 3.1.7
+
+-------------------------------------------------------------------
+Thu Dec  4 09:51:01 UTC 2014 - [email protected]
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+-------------------------------------------------------------------
 Fri May 16 15:21:26 CEST 2014 - [email protected]
 
 - kiwi-schema = 6.1 for Factory and SLE12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/package/yast2-product-creator.spec 
new/yast2-product-creator-3.1.7/package/yast2-product-creator.spec
--- old/yast2-product-creator-3.1.5/package/yast2-product-creator.spec  
2014-05-16 16:14:42.000000000 +0200
+++ new/yast2-product-creator-3.1.7/package/yast2-product-creator.spec  
2014-12-11 11:13:13.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-product-creator
-Version:        3.1.5
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -32,7 +32,7 @@
 
 Requires:      autoyast2-installation yast2-security yast2-country kiwi
 
-Requires:       kiwi-schema = 6.1
+Requires:       kiwi-schema = 6.2
 
 # ag_pattern handling gzipped files
 Requires:      yast2-add-on-creator >= 2.17.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/src/desktop/image-creator.desktop 
new/yast2-product-creator-3.1.7/src/desktop/image-creator.desktop
--- old/yast2-product-creator-3.1.5/src/desktop/image-creator.desktop   
2014-05-16 16:14:42.000000000 +0200
+++ new/yast2-product-creator-3.1.7/src/desktop/image-creator.desktop   
2014-12-11 11:13:13.000000000 +0100
@@ -4,7 +4,6 @@
 
 X-KDE-ModuleType=Library
 X-KDE-HasReadOnlyMode=true
-X-KDE-Library=yast2
 X-SuSE-YaST-Call=image-creator
 
 X-SuSE-YaST-Group=Misc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.5/src/desktop/product-creator.desktop 
new/yast2-product-creator-3.1.7/src/desktop/product-creator.desktop
--- old/yast2-product-creator-3.1.5/src/desktop/product-creator.desktop 
2014-05-16 16:14:42.000000000 +0200
+++ new/yast2-product-creator-3.1.7/src/desktop/product-creator.desktop 
2014-12-11 11:13:13.000000000 +0100
@@ -4,7 +4,6 @@
 
 X-KDE-ModuleType=Library
 X-KDE-HasReadOnlyMode=true
-X-KDE-Library=yast2
 X-SuSE-YaST-Call=product-creator
 
 X-SuSE-YaST-Group=Misc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-3.1.5/src/modules/Kiwi.rb 
new/yast2-product-creator-3.1.7/src/modules/Kiwi.rb
--- old/yast2-product-creator-3.1.5/src/modules/Kiwi.rb 2014-05-16 
16:14:42.000000000 +0200
+++ new/yast2-product-creator-3.1.7/src/modules/Kiwi.rb 2014-12-11 
11:13:13.000000000 +0100
@@ -391,7 +391,7 @@
       Ops.set(
         ret,
         "schemaversion",
-        Ops.get_string(image, "schemaversion", "5.2")
+        Ops.get_string(image, "schemaversion", "6.2")
       )
       if Builtins.haskey(image, "inherit")
         Ops.set(ret, "inherit", Ops.get_string(image, "inherit", ""))
@@ -485,7 +485,7 @@
       image_tag = Builtins.sformat(
         "<image name=\"%1\" schemaversion=\"%2\"%3>",
         Ops.get_string(_KiwiConfig, "name", ""),
-        Ops.get_string(_KiwiConfig, "schemaversion", "5.2"),
+        Ops.get_string(_KiwiConfig, "schemaversion", "6.2"),
         Ops.get_string(_KiwiConfig, "inherit", "") == "" ?
           "" :
           Builtins.sformat(

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

Reply via email to