Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2015-10-03 20:29:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdm (Old)
 and      /work/SRC/openSUSE:Factory/.xdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2015-08-19 13:41:32.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes     2015-10-03 
20:29:44.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Sep 14 11:48:31 UTC 2015 - dims...@opensuse.org
+
+- display-manager.service: require and conflict getty@tty7.service:
+  this is copied from gdm.service and is hopefully helping with
+  the race condition, where X is often not able to start up on
+  VT7 due to missing permissions. (boo#939594)
+
+-------------------------------------------------------------------
@@ -28,0 +37,5 @@
+
+-------------------------------------------------------------------
+Mon Jul 20 12:52:59 UTC 2015 - sndir...@suse.com
+
+- rename README.SuSE file to README.SUSE (bnc#938737, FATE#316521)

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

Other differences:
------------------
++++++ xdm.spec ++++++
--- /var/tmp/diff_new_pack.hg6q57/_old  2015-10-03 20:29:45.000000000 +0200
+++ /var/tmp/diff_new_pack.hg6q57/_new  2015-10-03 20:29:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xdm
 #
-# Copyright (c) 2015 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

++++++ display-manager.service ++++++
--- /var/tmp/diff_new_pack.hg6q57/_old  2015-10-03 20:29:45.000000000 +0200
+++ /var/tmp/diff_new_pack.hg6q57/_new  2015-10-03 20:29:45.000000000 +0200
@@ -1,9 +1,10 @@
 [Unit]
 Description=X Display Manager
 Requires=var-run.mount
+Conflicts=getty@tty7.service plymouth-quit.service
 After=ypbind.service gpm.service time-sync.target winbind.service acpid.service
 Wants=remote-fs.target dbus.socket systemd-user-sessions.service
-After=remote-fs.target dbus.socket systemd-user-sessions.service
+After=remote-fs.target dbus.socket systemd-user-sessions.service 
getty@tty7.service plymouth-quit.service
 
 [Service]
 Type=forking

++++++ xdm.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/README.SUSE new/etc/X11/xdm/README.SUSE
--- old/etc/X11/xdm/README.SUSE 1970-01-01 01:00:00.000000000 +0100
+++ new/etc/X11/xdm/README.SUSE 2014-03-04 13:53:31.000000000 +0100
@@ -0,0 +1,61 @@
+
+         XDM configuration for SuSE Linux
+         ================================
+
+
+ xdm-config:   The configuration of xdm.
+               `authName' should be in general MIT-MAGIC-COOKIE-1 --
+               for XDM-AUTHENTICATION-1 which is default for xterminals
+               see man page of xdm and the manual coming with the
+               specific xterminal.
+       NOTE:   In order to use XDMCP this feature the resource
+               DisplayManager.requestPort in xdm-config should
+               be commented out to enable XDMCP.
+
+ Xaccess:      The XDMCP access control file, see note above.
+
+ Xsetup:       Handle all local and remote X Window System consoles.
+               For BackGround pictures go here and read.
+
+ RunChooser:   Handle the remote chooser call. For BackGround pictures
+               go here and read.
+
+ Xstartup:     Do log on of the (remote) user. Write utmp/wtmp/lastlog
+               entries for the session.  If system console is used
+               give to the current virtual console to the user
+
+ GiveDevices:   Give the current virtual and logging consoles over
+                to the user.  Any other device which should be given
+                the user of display :0 should be added herein.
+                Called by Xstartup.
+
+ Xreset:       Do log off of the (remote) user. Reset utmp/wtmp/lastlog
+               entries for the session. If system console was used
+               Take back the current virtual console.
+
+ TakeDevices:   Take the current virtual and and logging console back.
+                Any other device which was given away should be taken
+                back herein. Called by Xreset.
+
+ Xresources:   Disable the possibility to abort the xdm display
+               for any user. They can use <Ctrl>-<Alt>-<BackSpace>
+
+ Xsession:     Setup the xsession and start the xsession script of
+               the user.
+
+ sys.xsession: Fallback for Xsession script
+
+ Xservers:     The X server(s) for e.g. local console.
+
+ Xservers.fs:  An alternate Xservers file for system without display
+               being server for X terminals. It is a replacment for
+               Xservers in xdm-config.
+
+ Xwilling:     Generate the status line at a XDMCP broadcast query
+               for a remote chooser menu.
+
+--
+      Have a lot of fun...
+
+               Your SuSE Team
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/README.SuSE new/etc/X11/xdm/README.SuSE
--- old/etc/X11/xdm/README.SuSE 2014-03-04 13:53:31.000000000 +0100
+++ new/etc/X11/xdm/README.SuSE 1970-01-01 01:00:00.000000000 +0100
@@ -1,61 +0,0 @@
-
-         XDM configuration for SuSE Linux
-         ================================
-
-
- xdm-config:   The configuration of xdm.
-               `authName' should be in general MIT-MAGIC-COOKIE-1 --
-               for XDM-AUTHENTICATION-1 which is default for xterminals
-               see man page of xdm and the manual coming with the
-               specific xterminal.
-       NOTE:   In order to use XDMCP this feature the resource
-               DisplayManager.requestPort in xdm-config should
-               be commented out to enable XDMCP.
-
- Xaccess:      The XDMCP access control file, see note above.
-
- Xsetup:       Handle all local and remote X Window System consoles.
-               For BackGround pictures go here and read.
-
- RunChooser:   Handle the remote chooser call. For BackGround pictures
-               go here and read.
-
- Xstartup:     Do log on of the (remote) user. Write utmp/wtmp/lastlog
-               entries for the session.  If system console is used
-               give to the current virtual console to the user
-
- GiveDevices:   Give the current virtual and logging consoles over
-                to the user.  Any other device which should be given
-                the user of display :0 should be added herein.
-                Called by Xstartup.
-
- Xreset:       Do log off of the (remote) user. Reset utmp/wtmp/lastlog
-               entries for the session. If system console was used
-               Take back the current virtual console.
-
- TakeDevices:   Take the current virtual and and logging console back.
-                Any other device which was given away should be taken
-                back herein. Called by Xreset.
-
- Xresources:   Disable the possibility to abort the xdm display
-               for any user. They can use <Ctrl>-<Alt>-<BackSpace>
-
- Xsession:     Setup the xsession and start the xsession script of
-               the user.
-
- sys.xsession: Fallback for Xsession script
-
- Xservers:     The X server(s) for e.g. local console.
-
- Xservers.fs:  An alternate Xservers file for system without display
-               being server for X terminals. It is a replacment for
-               Xservers in xdm-config.
-
- Xwilling:     Generate the status line at a XDMCP broadcast query
-               for a remote chooser menu.
-
---
-      Have a lot of fun...
-
-               Your SuSE Team
-


Reply via email to