Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2012-05-25 16:15:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gdm (Old)
 and      /work/SRC/openSUSE:Factory/.gdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gdm", Maintainer is "dli...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2012-05-22 08:14:07.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes     2012-05-25 
16:15:46.000000000 +0200
@@ -1,0 +2,10 @@
+Thu May 24 06:50:19 UTC 2012 - vu...@opensuse.org
+
+- Re-disable systemd support as this has way too many side-effects
+  with packages that are not built with systemd support like
+  NetworkManager. For instance, NetworkManager doesn't work in the
+  user session anymore.
+- Explicitly pass --without-systemd to configure when we want to
+  disable systemd support.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gdm.spec ++++++
--- /var/tmp/diff_new_pack.qlV4XC/_old  2012-05-25 16:15:49.000000000 +0200
+++ /var/tmp/diff_new_pack.qlV4XC/_new  2012-05-25 16:15:49.000000000 +0200
@@ -17,8 +17,9 @@
 
 
 # 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
+# starting X with --seat, and only if we build the whole system with
+# systemd support (for instance, NetworkManager).
+%define with_systemd 0
 # 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
 
@@ -262,6 +263,8 @@
         --enable-ipv6 \
 %if %{with_systemd}
         --with-systemd \
+%else
+        --without-systemd \
 %endif
         --with-console-kit \
 %if %{enable_split_authentication}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to