Updating link to change in openSUSE:Factory/xdm revision 60.0
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=f14ac76e07673882a77916a2bc06a642
This commit is contained in:
parent
e67a4fc6ba
commit
52c7238da4
19
xdm.changes
19
xdm.changes
@ -13,6 +13,25 @@ Mon Jul 24 14:21:45 UTC 2017 - sndirsch@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 13:43:35 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- %post
|
||||
* Do no try to start Xserver on platforms which may ship without
|
||||
graphics card (bsc#1039497)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 09:58:56 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- fix usage of readlink in Xsession (boo#1050328)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 14:21:45 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- %post
|
||||
* make previous change in /etc/sysconfig/displaymanager instead
|
||||
of /var/adm/fillup-templates/sysconfig.displaymanager
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 13:43:35 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- %post
|
||||
* Do no try to start Xserver on platforms which may ship without
|
||||
graphics card (bsc#1039497)
|
||||
|
8
xdm.spec
8
xdm.spec
@ -187,6 +187,14 @@ if ! [ -c /dev/fb* -o -d /dev/dri ]; then
|
||||
/etc/sysconfig/displaymanager
|
||||
fi
|
||||
%endif
|
||||
# Do no try to start Xserver on platforms which may ship without
|
||||
# graphics card (bsc#1039497)
|
||||
%ifarch aarch64 ppc64le
|
||||
if ! [ -c /dev/fb* -o -d /dev/dri ]; then
|
||||
sed -i -e "s+DISPLAYMANAGER_STARTS_XSERVER=.*+DISPLAYMANAGER_STARTS_XSERVER=\"no\"+g" \
|
||||
/etc/sysconfig/displaymanager
|
||||
fi
|
||||
%endif
|
||||
|
||||
%pre
|
||||
%if !0%{?suse_version} < 1315
|
||||
|
Loading…
Reference in New Issue
Block a user