Accepting request 121096 from home:vuntz:branches:GNOME:Factory

re-enable systemd support

OBS-URL: https://build.opensuse.org/request/show/121096
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=211
This commit is contained in:
Vincent Untz 2012-05-16 07:01:24 +00:00 committed by Git OBS Bridge
parent 2763e2cc57
commit 4f9c1de989
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

View File

@ -16,9 +16,9 @@
#
# We cannot enable systemd support right now, as it means starting X with
# --seat, which doesn't work until we get xorg 1.12
%define with_systemd 0
# We can enable systemd support only if we have xorg 1.12, as it means
# starting X with --seat.
%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
%define enable_split_authentication 0