Hello community,
here is the log from the commit of package gdm-branding-openSUSE for
openSUSE:Factory checked in at 2018-03-30 12:00:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdm-branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.gdm-branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdm-branding-openSUSE"
Fri Mar 30 12:00:28 2018 rev:30 rq:591731 version:42.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/gdm-branding-openSUSE/gdm-branding-openSUSE.changes
2018-03-08 10:43:15.376103591 +0100
+++
/work/SRC/openSUSE:Factory/.gdm-branding-openSUSE.new/gdm-branding-openSUSE.changes
2018-03-30 12:00:31.812687670 +0200
@@ -1,0 +2,7 @@
+Tue Mar 27 09:37:38 UTC 2018 - [email protected]
+
+- Append InitialSetupEnable=False in custom.conf on Leap, disabling
+ the gnome-initial-setup gdm mode, making it consistent with the
+ behavior of SLE (bsc#1067976 boo#1086056).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gdm-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.EQ8Fuo/_old 2018-03-30 12:00:32.780652667 +0200
+++ /var/tmp/diff_new_pack.EQ8Fuo/_new 2018-03-30 12:00:32.784652522 +0200
@@ -23,7 +23,7 @@
Summary: The GNOME Display Manager -- openSUSE default configuration
License: GPL-2.0-or-later
Group: System/GUI/GNOME
-URL: http://projects.gnome.org/gdm/
+Url: http://projects.gnome.org/gdm/
Source0: distributor.svg
Source99: gdm-branding-openSUSE-rpmlintrc
# For directory ownership:
@@ -32,6 +32,9 @@
# WARNING: As this package conflicts with gdm-branding-openSUSE, you cannot
# reuse build root. You have to build in a clean build root every
time!
BuildRequires: gdm-branding-upstream
+%if 0%{?sle_version} >= 120300
+BuildRequires: sed
+%endif
Requires: gdm
Supplements: packageand(gdm:branding-openSUSE)
Conflicts: gdm-branding
@@ -53,6 +56,9 @@
mkdir -p %{buildroot}%{_datadir}/gdm/greeter/images/
install -d %{buildroot}%{_sysconfdir}/gdm
install -m0644 custom.conf %{buildroot}%{_sysconfdir}/gdm/custom.conf
+%if 0%{?sle_version} >= 120300
+sed -i -e "s/\[daemon\]/\[daemon\]\nInitialSetupEnable=False/g"
%{buildroot}%{_sysconfdir}/gdm/custom.conf
+%endif
cp %{SOURCE0} %{buildroot}%{_datadir}/gdm/greeter/images/
%files