SHA256
1
0
forked from pool/gdm

Accepting request 121423 from GNOME:Factory

push G:F

OBS-URL: https://build.opensuse.org/request/show/121423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=140
This commit is contained in:
Stephan Kulow
2012-05-22 06:14:02 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 15 16:19:10 UTC 2012 - vuntz@opensuse.org
- Re-enable systemd support on 12.2 and later, now that we have
xorg 1.12 in Factory (bnc#753498): define with_systemd to
"0%{?suse_version} > 1210".
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 15 10:22:23 UTC 2012 - dimstar@opensuse.org Sun Apr 15 10:22:23 UTC 2012 - dimstar@opensuse.org

View File

@@ -16,9 +16,9 @@
# #
# We cannot enable systemd support right now, as it means starting X with # We can enable systemd support only if we have xorg 1.12, as it means
# --seat, which doesn't work until we get xorg 1.12 # starting X with --seat.
%define with_systemd 0 %define with_systemd 0%{?suse_version} > 1210
# FIXME: need to check what should be done to enable this (at least adapt the pam files). See bnc#699999 # FIXME: need to check what should be done to enable this (at least adapt the pam files). See bnc#699999
%define enable_split_authentication 0 %define enable_split_authentication 0