Accepting request 235751 from GNOME:Factory
- Remove scrollkeeper configure flag, no longer exists. - Only build ConsoleKit support when not building systemd support. - Update gdm-launch-environment.pamd to not call pam_loginuid, it was causing gdm logind session to not be detected as a greeter session. (forwarded request 235671 from RBrownSUSE) OBS-URL: https://build.opensuse.org/request/show/235751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=165
This commit is contained in:
commit
ef26aa5ea3
@ -3,5 +3,4 @@
|
|||||||
auth required pam_permit.so
|
auth required pam_permit.so
|
||||||
account required pam_permit.so
|
account required pam_permit.so
|
||||||
password include common-password
|
password include common-password
|
||||||
session required pam_loginuid.so
|
|
||||||
session include common-session
|
session include common-session
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 28 11:26:21 UTC 2014 - fcrozat@suse.com
|
||||||
|
|
||||||
|
- Remove scrollkeeper configure flag, no longer exists.
|
||||||
|
- Only build ConsoleKit support when not building systemd support.
|
||||||
|
- Update gdm-launch-environment.pamd to not call pam_loginuid, it
|
||||||
|
was causing gdm logind session to not be detected as a greeter
|
||||||
|
session.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 17 07:40:40 UTC 2014 - zaitor@opensuse.org
|
Sat May 17 07:40:40 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
5
gdm.spec
5
gdm.spec
@ -201,7 +201,6 @@ NOCONFIGURE=1 sh autogen.sh
|
|||||||
--libexecdir=%{_prefix}/lib/gdm \
|
--libexecdir=%{_prefix}/lib/gdm \
|
||||||
--localstatedir=%{_localstatedir} \
|
--localstatedir=%{_localstatedir} \
|
||||||
--with-at-spi-registryd-directory=%{_libexecdir}/at-spi \
|
--with-at-spi-registryd-directory=%{_libexecdir}/at-spi \
|
||||||
--with-consolekit-directory=%{_libexecdir}/ConsoleKit \
|
|
||||||
--with-check-accelerated-directory=%{_libexecdir} \
|
--with-check-accelerated-directory=%{_libexecdir} \
|
||||||
--with-gnome-settings-daemon-directory=%{_libexecdir}/gnome-settings-daemon-3.0 \
|
--with-gnome-settings-daemon-directory=%{_libexecdir}/gnome-settings-daemon-3.0 \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
@ -209,15 +208,15 @@ NOCONFIGURE=1 sh autogen.sh
|
|||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
--with-systemd \
|
--with-systemd \
|
||||||
%else
|
%else
|
||||||
|
--with-consolekit-directory=%{_libexecdir}/ConsoleKit \
|
||||||
--without-systemd \
|
--without-systemd \
|
||||||
%endif
|
|
||||||
--with-console-kit \
|
--with-console-kit \
|
||||||
|
%endif
|
||||||
%if %{enable_split_authentication}
|
%if %{enable_split_authentication}
|
||||||
--enable-split-authentication \
|
--enable-split-authentication \
|
||||||
%else
|
%else
|
||||||
--disable-split-authentication \
|
--disable-split-authentication \
|
||||||
%endif
|
%endif
|
||||||
--disable-scrollkeeper \
|
|
||||||
--with-initial-vt=7 \
|
--with-initial-vt=7 \
|
||||||
--with-run-dir=/run/gdm
|
--with-run-dir=/run/gdm
|
||||||
%__make %{?jobs:-j%jobs} V=1
|
%__make %{?jobs:-j%jobs} V=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user