Accepting request 122017 from GNOME:Factory
Disable systemd support (forwarded request 122014 from dimstar) OBS-URL: https://build.opensuse.org/request/show/122017 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=141
This commit is contained in:
commit
e302125016
10
gdm.changes
10
gdm.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 24 06:50:19 UTC 2012 - vuntz@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 15 16:19:10 UTC 2012 - vuntz@opensuse.org
|
Tue May 15 16:19:10 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
7
gdm.spec
7
gdm.spec
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
# We can enable systemd support only if we have xorg 1.12, as it means
|
# We can enable systemd support only if we have xorg 1.12, as it means
|
||||||
# starting X with --seat.
|
# starting X with --seat, and only if we build the whole system with
|
||||||
%define with_systemd 0%{?suse_version} > 1210
|
# 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
|
# 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
|
||||||
|
|
||||||
@ -262,6 +263,8 @@ autoreconf -f -i
|
|||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
--with-systemd \
|
--with-systemd \
|
||||||
|
%else
|
||||||
|
--without-systemd \
|
||||||
%endif
|
%endif
|
||||||
--with-console-kit \
|
--with-console-kit \
|
||||||
%if %{enable_split_authentication}
|
%if %{enable_split_authentication}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user