Accepting request 512470 from X11:XOrg
auto commit by copy to link target OBS-URL: https://build.opensuse.org/request/show/512470 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=147
This commit is contained in:
parent
52c7238da4
commit
2b0dfe0e5f
19
xdm.changes
19
xdm.changes
@ -13,25 +13,6 @@ Mon Jul 24 14:21:45 UTC 2017 - sndirsch@suse.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 24 13:43:35 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
|
- %post
|
||||||
* Do no try to start Xserver on platforms which may ship without
|
* Do no try to start Xserver on platforms which may ship without
|
||||||
graphics card (bsc#1039497)
|
graphics card (bsc#1039497)
|
||||||
|
8
xdm.spec
8
xdm.spec
@ -187,14 +187,6 @@ if ! [ -c /dev/fb* -o -d /dev/dri ]; then
|
|||||||
/etc/sysconfig/displaymanager
|
/etc/sysconfig/displaymanager
|
||||||
fi
|
fi
|
||||||
%endif
|
%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
|
%pre
|
||||||
%if !0%{?suse_version} < 1315
|
%if !0%{?suse_version} < 1315
|
||||||
|
Loading…
Reference in New Issue
Block a user