SHA256
1
0
forked from pool/xdm

Accepting request 227302 from X11:XOrg

- DISPLAYMANAGER_STARTS_XSERVER needs to be set to "no" on s390x
  and ppc64le (bnc#869267)

OBS-URL: https://build.opensuse.org/request/show/227302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdm?expand=0&rev=31
This commit is contained in:
Stephan Kulow 2014-03-27 05:17:02 +00:00 committed by Git OBS Bridge
commit ecaf79a3a2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 24 12:01:16 UTC 2014 - sndirsch@suse.com
- DISPLAYMANAGER_STARTS_XSERVER needs to be set to "no" on s390x
and ppc64le (bnc#869267)
-------------------------------------------------------------------
Fri Mar 21 10:50:02 UTC 2014 - werner@suse.de

View File

@ -126,9 +126,9 @@ tar xf %{SOURCE1}
%if %dm_fallbacks
tar xf %{SOURCE3}
%endif
%ifarch s390 s390x
%ifarch s390 s390x ppc64le
sed -i -e "s+DISPLAYMANAGER_REMOTE_ACCESS=.*+DISPLAYMANAGER_REMOTE_ACCESS=\"yes\"+g" \
-e "s+DISPLAYMANAGER_REMOTE_ACCESS=.*+DISPLAYMANAGER_REMOTE_ACCESS=\"no\"+g" \
-e "s+DISPLAYMANAGER_STARTS_XSERVER=.*+DISPLAYMANAGER_STARTS_XSERVER=\"no\"+g" \
var/adm/fillup-templates/sysconfig.displaymanager
%endif
popd