commit yast2-firstboot for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-firstboot for openSUSE:Factory checked in at 2014-07-10 08:17:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old) and /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-firstboot" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes 2014-05-06 17:43:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 2014-07-10 09:31:13.000000000 +0200 @@ -1,0 +2,12 @@ +Wed Jul 9 13:59:18 CEST 2014 - schubi@suse.de + +- Added gnome-classic to gnome WM. (part of bnc#886367) +- 3.1.3 + +------------------------------------------------------------------- +Wed Jul 9 09:55:24 CEST 2014 - schubi@suse.de + +- Setting gdm if windowmanger is sle-classic (bnc#886367) +- 3.1.2 + +------------------------------------------------------------------- Old: ---- yast2-firstboot-3.1.1.tar.bz2 New: ---- yast2-firstboot-3.1.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.exyfpS/_old 2014-07-10 09:31:14.000000000 +0200 +++ /var/tmp/diff_new_pack.exyfpS/_new 2014-07-10 09:31:14.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-firstboot -Version: 3.1.1 +Version: 3.1.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-firstboot-3.1.1.tar.bz2 -> yast2-firstboot-3.1.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-3.1.1/package/yast2-firstboot.changes new/yast2-firstboot-3.1.3/package/yast2-firstboot.changes --- old/yast2-firstboot-3.1.1/package/yast2-firstboot.changes 2014-05-06 13:33:53.000000000 +0200 +++ new/yast2-firstboot-3.1.3/package/yast2-firstboot.changes 2014-07-09 17:23:28.000000000 +0200 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Wed Jul 9 13:59:18 CEST 2014 - schubi@suse.de + +- Added gnome-classic to gnome WM. (part of bnc#886367) +- 3.1.3 + +------------------------------------------------------------------- +Wed Jul 9 09:55:24 CEST 2014 - schubi@suse.de + +- Setting gdm if windowmanger is sle-classic (bnc#886367) +- 3.1.2 + +------------------------------------------------------------------- Tue May 6 11:07:48 UTC 2014 - mfilka@suse.com - bnc#858978 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-3.1.1/package/yast2-firstboot.spec new/yast2-firstboot-3.1.3/package/yast2-firstboot.spec --- old/yast2-firstboot-3.1.1/package/yast2-firstboot.spec 2014-05-06 13:33:53.000000000 +0200 +++ new/yast2-firstboot-3.1.3/package/yast2-firstboot.spec 2014-07-09 17:23:28.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-firstboot -Version: 3.1.1 +Version: 3.1.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-firstboot-3.1.1/src/clients/firstboot_write.rb new/yast2-firstboot-3.1.3/src/clients/firstboot_write.rb --- old/yast2-firstboot-3.1.1/src/clients/firstboot_write.rb 2014-05-06 13:33:53.000000000 +0200 +++ new/yast2-firstboot-3.1.3/src/clients/firstboot_write.rb 2014-07-09 17:23:28.000000000 +0200 @@ -83,7 +83,8 @@ # Desktop settings @default_dm = "kdm" - @default_dm = "gdm" if Firstboot.default_wm == "gnome" + gnome_window_managers = ["gnome", "sle-classic", "gnome-classic"] + @default_dm = "gdm" if gnome_window_managers.include?(Firstboot.default_wm) if @default_dm == "kdm" && Package.Installed("kdm") || @default_dm == "gdm" && Package.Installed("gdm") SCR.Write(path(".sysconfig.displaymanager.DISPLAYMANAGER"), @default_dm) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de