From 4f9c1de9890d5737e72bd1a7df53421612272d0fbd72b838f365fc3cc6e05cb0 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 16 May 2012 07:01:24 +0000 Subject: [PATCH] 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 --- gdm.changes | 7 +++++++ gdm.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gdm.changes b/gdm.changes index a92ef55..e7d94f9 100644 --- a/gdm.changes +++ b/gdm.changes @@ -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 diff --git a/gdm.spec b/gdm.spec index 79f1151..eb2b783 100644 --- a/gdm.spec +++ b/gdm.spec @@ -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