Hello community,
here is the log from the commit of package kiwi-config-openSUSE for
openSUSE:Factory checked in at 2015-05-15 10:06:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-config-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-config-openSUSE"
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2014-12-05 21:03:53.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
2015-05-15 10:06:07.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 14 16:54:18 UTC 2015 - [email protected]
+
+- With the switch to Plasma 5, the KDE related displaymanager to be
+ used is 'sddm' instead of 'kdm4'.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kiwi-config-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.NNCx54/_old 2015-05-15 10:06:08.000000000 +0200
+++ /var/tmp/diff_new_pack.NNCx54/_new 2015-05-15 10:06:08.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package kiwi-config-openSUSE
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -85,7 +85,7 @@
type=`echo $config | cut -d- -f1`
install -m 755 %{SOURCE3} config.sh
if test $desktop = kde; then
- echo 'baseUpdateSysConfig /etc/sysconfig/displaymanager DISPLAYMANAGER
kdm4' >> config.sh
+ echo 'baseUpdateSysConfig /etc/sysconfig/displaymanager DISPLAYMANAGER
sddm' >> config.sh
fi
if test $desktop = gnome; then
echo 'baseUpdateSysConfig /etc/sysconfig/displaymanager DISPLAYMANAGER
gdm' >> config.sh