Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdm for openSUSE:Factory checked in at 2022-02-11 23:07:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdm (Old) and /work/SRC/openSUSE:Factory/.xdm.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdm" Fri Feb 11 23:07:08 2022 rev:92 rq:953117 version:1.1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/xdm/xdm.changes 2021-11-22 23:04:10.565933637 +0100 +++ /work/SRC/openSUSE:Factory/.xdm.new.1956/xdm.changes 2022-02-11 23:08:10.450733257 +0100 @@ -1,0 +2,12 @@ +Wed Feb 9 16:55:31 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- added "Recommends: xdmbgrd" to make sure we have a background for + xdm and the xdmbgrd package is required by anyone and not silently + dropped by accident (boo#1195664) + +------------------------------------------------------------------- +Tue Feb 8 08:47:28 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- fix bashism in postinstall script (bsc#1195391) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdm.spec ++++++ --- /var/tmp/diff_new_pack.3RdNXq/_old 2022-02-11 23:08:11.078735001 +0100 +++ /var/tmp/diff_new_pack.3RdNXq/_new 2022-02-11 23:08:11.082735012 +0100 @@ -1,7 +1,7 @@ # # spec file for package xdm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -70,6 +70,7 @@ Requires: xsetroot Requires: xterm-bin Recommends: dbus-1-x11 +Recommends: xdmbgrd # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 %{?systemd_requires} @@ -178,7 +179,7 @@ %post # enable Xorg on s390x with virtio (Redhat PCI ID 1af4:1050) on installation (but not upgrade) if [ $1 -eq 1 ] ; then - if [ "$(arch)" == "s390x" ]; then + if [ "$(arch)" = "s390x" ]; then if [ -d /dev/dri ]; then sed -i -e "s+DISPLAYMANAGER_REMOTE_ACCESS=.*+DISPLAYMANAGER_REMOTE_ACCESS=\"no\"+g" \ -e "s+DISPLAYMANAGER_STARTS_XSERVER=.*+DISPLAYMANAGER_STARTS_XSERVER=\"yes\"+g" \