SHA256
1
0
forked from pool/gdm
OBS User unknown
2007-11-13 19:50:21 +00:00
committed by Git OBS Bridge
parent 6848619ca5
commit f57d6e7e65
3 changed files with 140 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ PreReq: %insserv_prereq
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.20.0
Release: 33
Release: 35
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@@ -134,7 +134,8 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
--with-atspi-dir=%{_prefix}/lib/at-spi \
--enable-ipv6\
--disable-scrollkeeper\
--enable-secureremote
--enable-secureremote \
--with-atspi-dir=%{_prefix}/lib/at-spi
make %{?jobs:-j%jobs}
%install
@@ -261,6 +262,11 @@ sed -i s:DISPLAYMANAGER=/opt/gnome/sbin/gdm:DISPLAYMANAGER=/usr/sbin/gdm:g etc/i
%files lang -f %{name}.lang
%changelog
* Tue Nov 13 2007 - rodrigo@suse.de
- Added --with-atspi-dir to configure to get accessible login
(#337428)
- Updated gdm-xdm-sessions.patch to run again the /etc/X11/xdm
scripts (#304399)
* Fri Nov 09 2007 - hpj@suse.de
- Pass the --with-atspi-dir= flag to configure so the
at-spi-registryd is started correctly. Fixes Novell bug #337428.