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