Accepting request 1148638 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1148638 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=263
This commit is contained in:
commit
68153a6bfc
@ -1,19 +0,0 @@
|
|||||||
--- a/data/61-gdm.rules.in
|
|
||||||
+++ b/data/61-gdm.rules.in
|
|
||||||
@@ -29,6 +29,16 @@ ATTR{vendor}=="0x1a03", ATTR{device}=="0
|
|
||||||
|
|
||||||
LABEL="gdm_pci_device_end"
|
|
||||||
|
|
||||||
+# disable Wayland on Matrox Electronics Systems Ltd. MGA G200 server engines
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0522", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0524", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0530", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0532", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0533", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0534", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0536", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0538", GOTO="gdm_disable_wayland"
|
|
||||||
+
|
|
||||||
# disable Wayland if modesetting is disabled
|
|
||||||
KERNEL!="card[0-9]*", GOTO="gdm_nomodeset_end"
|
|
||||||
KERNEL=="card[0-9]-*", GOTO="gdm_nomodeset_end"
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 10:51:12 UTC 2024 - Alynx Zhou <alynx.zhou@suse.com>
|
||||||
|
|
||||||
|
- Drop gdm-disable-wayland-on-mgag200-chipsets.patch: fixed
|
||||||
|
upstream since version 43.0.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 23 07:58:15 UTC 2024 - Yifan Jiang <yfjiang@suse.com>
|
Tue Jan 23 07:58:15 UTC 2024 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
|
5
gdm.spec
5
gdm.spec
@ -72,8 +72,6 @@ Patch4: gdm-xauthlocalhostname.patch
|
|||||||
Patch5: gdm-switch-to-tty1.patch
|
Patch5: gdm-switch-to-tty1.patch
|
||||||
# PATCH-FIX-OPENSUSE gdm-initial-setup-hardening.patch boo#1140851, glgo#GNOME/gnome-initial-setup#76 fezhang@suse.com -- Prevent gnome-initial-setup running if any regular user has perviously logged into the system
|
# PATCH-FIX-OPENSUSE gdm-initial-setup-hardening.patch boo#1140851, glgo#GNOME/gnome-initial-setup#76 fezhang@suse.com -- Prevent gnome-initial-setup running if any regular user has perviously logged into the system
|
||||||
Patch6: gdm-initial-setup-hardening.patch
|
Patch6: gdm-initial-setup-hardening.patch
|
||||||
# PATCH-FIX-UPSTREAM gdm-disable-wayland-on-mgag200-chipsets.patch bsc#1162888 glgo#GNOME/mutter#57 qkzhu@suse.com -- Disable Wayland on mgag200 chipsets
|
|
||||||
Patch7: gdm-disable-wayland-on-mgag200-chipsets.patch
|
|
||||||
|
|
||||||
### NOTE: Keep please SLE-only patches at bottom (starting on 1000).
|
### NOTE: Keep please SLE-only patches at bottom (starting on 1000).
|
||||||
# PATCH-FIX-SLE gdm-disable-gnome-initial-setup.patch bnc#1067976 qzhao@suse.com -- Disable gnome-initial-setup runs before gdm, g-i-s will only serve for CJK people to choose the input-method after login.
|
# PATCH-FIX-SLE gdm-disable-gnome-initial-setup.patch bnc#1067976 qzhao@suse.com -- Disable gnome-initial-setup runs before gdm, g-i-s will only serve for CJK people to choose the input-method after login.
|
||||||
@ -135,7 +133,7 @@ Requires: xdm
|
|||||||
Requires(post): dconf
|
Requires(post): dconf
|
||||||
Requires(pre): group(video)
|
Requires(pre): group(video)
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Recommends: iso-codes
|
Recommends: iso-codes
|
||||||
# accessibility
|
# accessibility
|
||||||
Recommends: orca
|
Recommends: orca
|
||||||
@ -253,7 +251,6 @@ running display manager.
|
|||||||
%patch -P 4 -p1
|
%patch -P 4 -p1
|
||||||
%patch -P 5 -p1
|
%patch -P 5 -p1
|
||||||
%patch -P 6 -p1
|
%patch -P 6 -p1
|
||||||
%patch -P 7 -p1
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user