%define pango_version 1.2.0 %define gtk2_version 2.2.0 %define libglade2_version 2.0.0 %define libgnomeui_version 2.2.0 %define libgnomecanvas_version 2.0.0 %define librsvg2_version 2.0.1 %define libxml2_version 2.4.21 %define scrollkeeper_version 0.3.4 %define pam_version 0.75 %define desktop_file_utils_version 0.2.90 %define gail_version 1.2.0 ##%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 0 ##%endif Summary: The GNOME Display Manager. Name: gdm Version: 2.4.4.5 Release: 1.2.fdr.1 Epoch: 1 License: LGPL/GPL Group: User Interface/X Source: ftp://ftp.gnome.org/pub/GNOME/sources/gdm-%{PACKAGE_VERSION}.tar.bz2 URL: ftp://ftp.gnome.org/pub/GNOME/sources/gdm/ Patch1: gdm-2.4.4.3-rhconfig.patch ## we're going to try UTF-8 CJK ## Patch2: gdm-2.4.1.1-cjk-no-utf8.patch Patch4: gdm-2.4.2.102-pam_timestamp.patch ## there's no greek font so don't translate greek in language picker, ## it looks awful Patch11: gdm-2.4.0.7-nogreek.patch Patch12: gdm-2.4.4.5-colorfix.patch Patch13: gdm-selinux.patch ## autotools hates me! Patch20: gdm-2.4.4.5-autofoo.patch Patch30: gdm-2.4.4.5-xdmcp_sessions.patch # additional patches sifted from cvs Patch40: gdm-bug127780.patch BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root Prereq: /usr/sbin/useradd Prereq: /usr/bin/scrollkeeper-update Requires: gtk2 >= 0:%{gtk2_version} Requires: libglade2 >= 0:%{libglade2_version} Requires: libgnomeui >= 0:%{libgnomeui_version} Requires: libgnomecanvas >= 0:%{libgnomecanvas_version} Requires: librsvg2 >= 0:%{librsvg2_version} Requires: libxml2 >= 0:%{libxml2_version} Requires: pam >= 0:%{pam_version} Requires: /etc/pam.d/system-auth Requires: /etc/X11/xdm/Xsession Requires: usermode Requires: xinitrc >= 0:3.33-1 Requires: xsri >= 1:2.0.2 Requires: /sbin/nologin Requires: redhat-artwork >= 0:0.9 Requires: /usr/share/desktop-menu-patches/gnome-gdmsetup.desktop BuildRequires: scrollkeeper >= 0:%{scrollkeeper_version} BuildRequires: pango-devel >= 0:%{pango_version} BuildRequires: gtk2-devel >= 0:%{gtk2_version} BuildRequires: libglade2-devel >= 0:%{libglade2_version} BuildRequires: libgnomeui-devel >= 0:%{libgnomeui_version} BuildRequires: libgnomecanvas-devel >= 0:%{libgnomecanvas_version} BuildRequires: librsvg2-devel >= 0:%{librsvg2_version} BuildRequires: libxml2-devel >= 0:%{libxml2_version} BuildRequires: usermode BuildRequires: pam-devel >= 0:%{pam_version} BuildRequires: fontconfig BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: gail-devel >= 0:%{gail_version} BuildRequires: libgsf-devel BuildRequires: libtool automake14 autoconf BuildRequires: libcroco-devel BuildRequires: libattr-devel BuildRequires: gettext %if %{WITH_SELINUX} BuildRequires: libselinux-devel %endif %description Gdm (the GNOME Display Manager) is a highly configurable reimplementation of xdm, the X Display Manager. Gdm allows you to log into your system with the X Window System running and supports running several different X sessions on your local machine at the same time. %prep %setup -q %patch1 -p1 -b .rhconfig ## %patch2 -p1 -b .cjk-no-utf8 %patch4 -p1 -b .pam_timestamp %patch11 -p1 -b .nogreek %patch12 -p1 -b .colorfix %patch13 -p1 -b .selinux %patch20 -p1 -b .autofoo %patch30 -p1 -b .xdmcp_session %patch40 -p0 # fix the time format for ja perl -pi -e "s|^msgstr \"%a %b %d, %H:%M\"|msgstr \"%m/%d \(%a\) %H:%M\"|; s|^msgstr \"%a %b %d, %I:%M %p\"|msgstr \"%m/%d \(%a\) %p %I:%M\"|" po/ja.po %build intltoolize --force --copy aclocal-1.4 libtoolize --force --copy automake-1.4 --add-missing autoconf autoheader %configure --prefix=%{_prefix} --sysconfdir=/etc/X11 --with-pam-prefix=/etc --localstatedir=/var --enable-console-helper \ %if %{WITH_SELINUX} --with-selinux %else --without-selinux %endif make %install [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT make sysconfdir=$RPM_BUILD_ROOT/etc/X11 libdir=$RPM_BUILD_ROOT%{_libdir}\ libexecdir=$RPM_BUILD_ROOT%{_libexecdir} \ mandir=$RPM_BUILD_ROOT%{_mandir} \ prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} \ datadir=$RPM_BUILD_ROOT%{_datadir} \ localstatedir=$RPM_BUILD_ROOT%{_localstatedir} \ sbindir=$RPM_BUILD_ROOT%{_sbindir} \ PAM_PREFIX=$RPM_BUILD_ROOT/etc install # docs go elsewhere rm -rf $RPM_BUILD_ROOT/%{prefix}/doc # change default Init script for :0 to be Red Hat default ln -sf ../../xdm/Xsetup_0 $RPM_BUILD_ROOT/etc/X11/gdm/Init/:0 # create log dir mkdir -p $RPM_BUILD_ROOT/var/log/gdm # remove the gdm Xsession as we're using the xdm one rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Xsession rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la # remove the gnome session file, since we put that in gnome-session rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/gnome.desktop # no dumb flexiserver thing, Xnest is too broken # FIXME: flexiserver is NOT just Xnest # dual login with standard (non-Xnest) flexiserver is a very # often requested feature even though it exists but # redhat removes it --George rm -f $RPM_BUILD_ROOT%{_datadir}/applications/gdmflexi*.desktop # use patched gdmsetup desktop file rm -f $RPM_BUILD_ROOT%{_datadir}/applications/gdmsetup.desktop ln -sf %{_datadir}/desktop-menu-patches/gnome-gdmsetup.desktop $RPM_BUILD_ROOT%{_datadir}/applications/gnome-gdmsetup.desktop # fix the "login photo" file desktop-file-install --vendor gnome --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Red-Hat-Base \ $RPM_BUILD_ROOT%{_datadir}/gnome/capplets/* # broken install-data-local in gui/Makefile.am makes this necessary (cd $RPM_BUILD_ROOT%{_bindir} && ln -sf gdmXnestchooser gdmXnest) rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper %find_lang gdm-2.4 %clean [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %pre /usr/sbin/useradd -M -u 42 -d /var/gdm -s /sbin/nologin -r gdm > /dev/null 2>&1 /usr/sbin/usermod -d /var/gdm -s /sbin/nologin gdm >/dev/null 2>&1 # ignore errors, as we can't disambiguate between gdm already existed # and couldn't create account with the current adduser. exit 0 %post /sbin/ldconfig scrollkeeper-update # Attempt to restart GDM softly by use of the fifo. Wont work on older # then 2.2.3.1 versions but should work nicely on later upgrades. # FIXME: this is just way too complex FIFOFILE=`grep '^ServAuthDir=' %{_sysconfdir}/X11/gdm/gdm.conf | sed -e 's/^ServAuthDir=//'` if test x$FIFOFILE = x ; then FIFOFILE=%{_localstatedir}/gdm/.gdmfifo else FIFOFILE="$FIFOFILE"/.gdmfifo fi PIDFILE=`grep '^PidFile=' %{_sysconfdir}/X11/gdm/gdm.conf | sed -e 's/^PidFile=//'` if test x$PIDFILE = x ; then PIDFILE=/var/run/gdm.pid fi if test -w $FIFOFILE && test -f $PIDFILE && kill -0 `cat $PIDFILE` 2>/dev/null ; then (echo;echo SOFT_RESTART) >> $FIFOFILE fi # ignore error in the above exit 0 %postun /sbin/ldconfig scrollkeeper-update %files -f gdm-2.4.lang %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %dir /etc/X11/gdm # Not sure which package /etc/X11/dm dir should belong to, # this dir was agreed on among KDM and GDM maintainer to host # the new session setup %config /etc/X11/dm/Sessions/* %config /etc/X11/gdm/gdm.conf /etc/X11/gdm/factory-gdm.conf %config /etc/X11/gdm/XKeepsCrashing %config /etc/X11/gdm/locale.alias %config /etc/X11/gdm/Init/* %config /etc/X11/gdm/PostLogin/* %config /etc/X11/gdm/PreSession/* %config /etc/X11/gdm/PostSession/* %config /etc/X11/gdm/modules/* %config /etc/pam.d/gdm %config /etc/pam.d/gdmsetup %config /etc/pam.d/gdm-autologin %config /etc/security/console.apps/gdmsetup %dir /etc/X11/gdm/Init %dir /etc/X11/gdm/PreSession %dir /etc/X11/gdm/PostSession %dir /etc/X11/gdm/PostLogin %dir /etc/X11/gdm/modules %{_datadir}/pixmaps %{_datadir}/gdm %{_datadir}/xsessions/* %{_datadir}/applications %{_datadir}/gnome/help/gdm %{_datadir}/omf/gdm %{_libdir}/gtk-2.0/modules/*.so %{_bindir}/* %{_libexecdir}/* %{_mandir}/man*/* %{_sbindir}/* %dir %{_localstatedir}/log/gdm %attr(1770, root, gdm) %dir %{_localstatedir}/gdm %changelog * Fri Apr 02 2004 Thomas Vander Stichele - 1:2.4.4.5-1.2.fdr.1: added a patch for gnome bug #127780 * Wed Feb 04 2004 Warren Togami 1:2.4.4.5-1.2 - renamed for FC1 update * Tue Feb 03 2004 Warren Togami 1:2.4.4.5-9 - add two lines to match upstream CVS to xdmcp_sessions.patch Fully resolves #110315 and #113154 * Sun Feb 01 2004 Warren Togami 1:2.4.4.5-8 - patch30 xdmcp_session counter fix from gdm-2.5.90.0 #110315 - automake14 really needed, not automake - BR libcroco-devel, libcroco-devel, libattr-devel, gettext - conditionally BR libselinux-devel - explicit epoch in all deps - make the ja.po time format change with a sed expression rather than overwriting the whole file (Petersen #113995) * Thu Jan 29 2004 Jeremy Katz - 1:2.4.4.5-7 - fix build with current auto* * Tue Jan 27 2004 Jeremy Katz 1:2.4.4.5-5 - try a simple rebuild for libcroco abi change * Mon Jan 26 2004 Dan Walsh 1:2.4.4.5-4 - Fix call to is_selinux_enabled * Fri Jan 16 2004 Dan Walsh 1:2.4.4.5-3 - Use /sbin/reboot and /sbin/poweroff instead of consolehelper version * Thu Oct 30 2003 Dan Walsh 1:2.4.4.5-2.sel - turn on SELinux * Mon Oct 20 2003 Jonathan Blandford 2:2.4.4.5-1 - get rid of the teal * Fri Oct 17 2003 Jonathan Blandford 1:2.4.4.5-1 - new version * Thu Oct 9 2003 Jonathan Blandford 1:2.4.4.3-6.sel - new patch from George to fix #106189 - change bg color in rhdefaults patch - turn off SELinux * Thu Oct 8 2003 Dan Walsh 1:2.4.4.3-6.sel - turn on SELinux * Tue Oct 7 2003 Alexander Larsson 1:2.4.4.3-5 - Fix greeter line-breaking crash (rest of #106189) * Tue Oct 7 2003 Alexander Larsson 1:2.4.4.3-4 - Set the BaseXSession properly in the config. - This fixes parts of bug #106189 * Mon Oct 6 2003 Havoc Pennington 1:2.4.4.3-3 - change DefaultSession=Default.desktop to DefaultSession=default.desktop - SELinux off again * Fri Oct 3 2003 Dan Walsh 1:2.4.4.3-2.sel - turn on SELinux * Thu Oct 2 2003 Havoc Pennington 1:2.4.4.3-1 - 2.4.4.3 - --without-selinux for now, since libselinux not in the buildroot * Mon Sep 8 2003 Dan Walsh 1:2.4.4.0-4 - turn off SELinux * Fri Sep 5 2003 Dan Walsh 1:2.4.4.0-3.sel - turn on SELinux * Thu Sep 4 2003 Alexander Larsson 1:2.4.4.0-2 - Use the right default session (#103546) * Wed Sep 3 2003 Alexander Larsson 1:2.4.4.0-1 - update to 2.4.4.0 - update to georges new selinux patch * Fri Aug 29 2003 Elliot Lee 1:2.4.2.102-2 - Remove scrollkeeper files * Tue Aug 26 2003 George Lebl 1:2.4.2.102-1 - updated to 2.4.2.102 - removed outdated patches - Use Xsetup_0 only for :0 since that's the way it works for xdm - remove the gnome.desktop file, its going into gnome-session * Thu Aug 14 2003 Havoc Pennington 1:2.4.1.6-1 - update to latest bugfix version on george's advice - remove setlocale patch that's upstream - remove console setup patches that are upstream * Thu Jun 12 2003 Dan Walsh 2.4.1.3-9 - Port to SELinux * Wed Jun 04 2003 Elliot Lee - rebuilt * Tue Jun 3 2003 Jeff Johnson - add explicit epoch's where needed. * Sun May 04 2003 Florian La Roche - fix post: localstatedir -> _localstatedir * Thu May 1 2003 Havoc Pennington 1:2.4.1.3-6 - enable UTF-8 for CJK * Mon Feb 24 2003 Elliot Lee - debuginfo rebuild * Thu Feb 20 2003 Owen Taylor - Run the error dialogs under /bin/sh --login, so we get lang.sh, and thus unicode_start running. Fixes the X-doesn't-start dialog showing up as random blinking characters. * Fri Feb 14 2003 Havoc Pennington 1:2.4.1.3-2 - nuke buildreq Xft * Wed Feb 5 2003 Havoc Pennington 1:2.4.1.3-1 - upgrade to 2.4.1.3 * Mon Feb 3 2003 Matt Wilson 1:2.4.1.1-6 - added gdm-2.4.1.1-64bit.patch to fix 64 bit crash in cookie generation (#83334) * Mon Feb 3 2003 Owen Taylor - Add patch to fix problem where setting LC_COLLATE=C would give LC_MESSAGES=wa_BE (#82019) * Thu Jan 30 2003 Matt Wilson 1:2.4.1.1-3 - fix pam.d entry, pam_env wasn't properly patched - disable optimizations on x86_64 to work around gcc bug * Wed Jan 22 2003 Tim Powers - rebuilt * Mon Jan 20 2003 Owen Taylor - Upgrade to 2.4.1.1 (Fixes #81907) - Redirect stdout of kill to /dev/null (#80814) * Thu Jan 9 2003 Havoc Pennington - 2.4.1.0 - add patch from george to ask "are you sure?" for shutdown/reboot since it's now just one click away * Thu Dec 19 2002 Havoc Pennington - 2.4.0.12 - update new patch for no-utf8-in-cjk - drop patch to photo setup, now upstream - drop confdocs patch now upstream - move all the gdm.conf changes into single "rhconfig" patch - remove "sid-fix" patch now upstream * Mon Nov 11 2002 Nalin Dahyabhai 2.4.0.7-14 - remove the directory part of module specifications from the PAM config files, allowing the same PAM config to work for either arch on multilib boxes * Thu Sep 5 2002 Owen Taylor - Change zh_CN entry in language menu to zh_CN.GB18030 * Thu Sep 5 2002 Akira TAGOH 2.4.0.7-12 - copied gdm-ja.po to ja.po. * Mon Sep 2 2002 Owen Taylor - Fix problem where gdm was opening ~/.xsession-errors itself to bad effect * Sat Aug 31 2002 Havoc Pennington - include ja.po with new date format * Wed Aug 28 2002 Havoc Pennington - remove noreplace on gdm.conf #71309 - make gnome-gdmsetup absolute, #72910 * Wed Aug 28 2002 Havoc Pennington - put /usr/X11R6/bin in path for now fixes #72781 - use proper i18n algorithm for word wrap, #71937 - remove greek text from language picker due to lack of greek font - reorder PAM config file #72657 * Wed Aug 28 2002 Havoc Pennington - improve gdmsetup icon - remove GNOME session, we will instead put it in gnome-session - apply patch from george to make gdmphotosetup file selector work * Mon Aug 26 2002 Elliot Lee 2.4.0.7-6 - Patches for #64902, #66486, #68483, #71308 - post-install script changes from the gdm.spec mentioned in #70965 - noreplace on gdm.conf for #71309 * Sun Aug 25 2002 Havoc Pennington - put in a patch from george to fix some setsid()/kill() confusion possibly fixing #72295 - turn off UseCirclesInEntry for now, fixes #72433 * Tue Aug 20 2002 Alexander Larsson - Set UseCirclesInEntry to true in config * Thu Aug 15 2002 Havoc Pennington - rename Gnome session to GNOME, this was just bugging me * Thu Aug 8 2002 Havoc Pennington - 2.4.0.7 with bugfixes George kindly did for me, including mnemonics for the graphical greeter - use Wonderland gtk theme for the nongraphical greeter - remove patches that are now upstream * Tue Jul 30 2002 Havoc Pennington - update rhconfig patch - use pam_timestamp for the config tool - link to a desktop file in redhat-menus - update .gnome2 patch, filed upstream bug - 2.4.0.4 - rebuild with new gail, librsvg2 * Tue Jun 25 2002 Owen Taylor - Require redhat-artwork, make the default greeter theme Wonderland - Look for all configuration in .gnome2 not .gnome. This avoids problems with changes in the set of session/lang. - Remove English from locale.alias, make most locales UTF-8 - Call find_lang with the right name * Sun Jun 16 2002 Havoc Pennington - rebuild for new libs - put gdm-autologin pam config file in file list, hope its absence wasn't deliberate - use desktop-file-install * Mon Jun 10 2002 Havoc Pennington - rebuild in different environment * Mon Jun 10 2002 Havoc Pennington - 2.4.0.0 * Tue May 21 2002 Havoc Pennington - rebuild in different environment * Tue May 21 2002 Havoc Pennington - 2.3.90.3 * Tue May 14 2002 Matt Wilson 2.3.90.2.90-1 - pulled from current CVS, named it 2.3.90.2.90-1 * Thu Feb 14 2002 Havoc Pennington - rebuild for new libs - add URL tag * Mon Feb 11 2002 Alex Larsson 2.3.90.1.90-1 - Updated to a cvs snapshot that has the new greeter. * Thu Jan 24 2002 Havoc Pennington - rebuild in rawhide * Tue Sep 4 2001 Havoc Pennington - fix #52997 (ukrainian in language list) * Fri Aug 31 2001 Havoc Pennington - Add po files from sources.redhat.com * Mon Aug 27 2001 Havoc Pennington - Add po files from sources.redhat.com * Wed Aug 15 2001 Nalin Dahyabhai - set SESSION to true in console.apps control file * Tue Aug 14 2001 Havoc Pennington - change default title font to work in CJK, #51698 * Wed Aug 8 2001 Bill Nottingham - fix %pre for using /var/gdm as home dir * Sun Aug 5 2001 Nalin Dahyabhai - Tweak PAM setup for gdmconfig to match other consolehelper users * Fri Aug 3 2001 Owen Taylor - Set RUNNING_UNDER_GDM when running display init script - Run xsri as the background program * Thu Aug 02 2001 Havoc Pennington - Change how session switching works, #49480 - don't offer to make Failsafe the default, #49479 * Thu Aug 02 2001 Havoc Pennington - clean up some format string mess, and don't log username to syslog, #5681 - own some directories #50692 * Wed Aug 01 2001 Havoc Pennington - require/buildrequire latest gnome-libs, to compensate for upstream crackrock. #50554 * Tue Jul 31 2001 Havoc Pennington - get rid of GiveConsole/TakeConsole, bug #33710 * Sun Jul 22 2001 Havoc Pennington - use Raleigh theme for gdm * Thu Jul 19 2001 Havoc Pennington - depend on usermode, xinitrc * Thu Jul 19 2001 Havoc Pennington - build requires pam-devel, should fix #49448 * Mon Jul 16 2001 Havoc Pennington - log to /var/log/gdm/* * Mon Jul 16 2001 Havoc Pennington - make Halt... power off * Tue Jul 10 2001 Havoc Pennington - gdm user's homedir to /var/gdm not /home/gdm * Mon Jul 09 2001 Havoc Pennington - put pam.d/gdm back in file list * Sun Jul 08 2001 Havoc Pennington - upgrade to 2.2.3.1, pray this fixes more than it breaks * Thu Jul 05 2001 Havoc Pennington - add "rpm" user to those not to show in greeter * Tue Jul 03 2001 Havoc Pennington - Upgrade to 2.2.3 - require usermode since configure script now checks for it * Fri Jun 01 2001 Havoc Pennington - Prereq for scrollkeeper-update * Thu May 30 2001 Havoc Pennington - New CVS snap with the "no weird sessions" options; more default settings changes * Wed May 30 2001 Havoc Pennington - Change a bunch of default settings; remaining fixes will involve C hacking * Wed May 30 2001 Havoc Pennington - After, oh, 2 years or so, finally upgrade version and set release to 1. Remove all hacks and patches, pretty much; this will break a few things, will be putting them back via GNOME CVS. All changes should go in 'gdm2' module in CVS for now. This RPM enables all kinds of features that I'm going to turn off shortly, so don't get excited about them. ;-) * Thu Mar 22 2001 Nalin Dahyabhai - reinitialize pam credentials after calling initgroups() -- the credentials may be group memberships * Mon Mar 19 2001 Owen Taylor - Fix colors patch * Thu Mar 15 2001 Havoc Pennington - translations * Mon Mar 5 2001 Preston Brown - don't screw up color map on 8 bit displays * Fri Feb 23 2001 Trond Eivind Glomsrød - langify - Don't define and use "ver" and "nam" at the top of the spec file - use %%{_tmppath} * Tue Feb 13 2001 Tim Powers - don't allow gdm to show some system accounts in the browser bugzilla #26898 * Fri Jan 19 2001 Akira TAGOH - Updated Japanese translation. * Tue Jan 02 2001 Havoc Pennington - add another close() to the fdleak patch, bugzilla #22794 * Sun Aug 13 2000 Owen Taylor - Return to toplevel main loop and start Xdcmp if enabled (Bug #16106) * Fri Aug 11 2000 Jonathan Blandford - Up Epoch and release * Wed Aug 02 2000 Havoc Pennington - Requires Xsession script * Wed Jul 19 2000 Owen Taylor - Italian is better as it_IT than it_CH (bugzilla 12425) * Mon Jul 17 2000 Jonathan Blandford - Don't instally gdmconfig as it doesn't work. * Fri Jul 14 2000 Havoc Pennington - Rearrange code to avoid calling innumerable system calls in a signal handler * Fri Jul 14 2000 Havoc Pennington - Verbose debug spew for infinite loop stuff * Fri Jul 14 2000 Havoc Pennington - Try to fix infinite loops on X server failure * Thu Jul 13 2000 Prospector - automatic rebuild * Thu Jun 29 2000 Havoc Pennington - Remove Docdir * Mon Jun 19 2000 Havoc Pennington - Fix file descriptor leak (Bugzilla 12301) * Mon Jun 19 2000 Havoc Pennington - Apply security errata patch we released for 6.2 - Add Gnome.session back, don't know when it disappeared or why * Thu Jun 1 2000 Nalin Dahyabhai - modify PAM setup to use system-auth * Fri May 19 2000 Havoc Pennington - rebuild for the Winston tree * Fri Feb 04 2000 Havoc Pennington - Modify Default.session and Failsafe.session not to add -login option to bash - exec the session scripts with the user's shell with a hyphen prepended - doesn't seem to actually work yet with tcsh, but it doesn't seem to break anything. needs a look to see why it doesn't work * Fri Feb 04 2000 Havoc Pennington - Link PreSession/Default to xdm/GiveConsole - Link PostSession/Default to xdm/TakeConsole * Fri Feb 04 2000 Havoc Pennington - Fix the fix to the fix (8877) - remove docs/gdm-manual.txt which doesn't seem to exist from %doc * Fri Feb 04 2000 Havoc Pennington - Enhance 8877 fix by not deleting the "Please login" message * Fri Feb 04 2000 Havoc Pennington - Try to fix bug 8877 by clearing the message below the entry box when the prompt changes. may turn out to be a bad idea. * Mon Jan 17 2000 Elliot Lee - Fix bug #7666: exec Xsession instead of just running it * Mon Oct 25 1999 Jakub Jelinek - Work around so that russian works (uses koi8-r instead of the default iso8859-5) * Tue Oct 12 1999 Owen Taylor - Try again * Tue Oct 12 1999 Owen Taylor - More fixes for i18n * Tue Oct 12 1999 Owen Taylor - Fixes for i18n * Fri Sep 26 1999 Elliot Lee - Fixed pipewrite bug (found by mkj & ewt). * Fri Sep 17 1999 Michael Fulbright - added requires for pam >= 0.68 * Fri Sep 10 1999 Elliot Lee - I just update this package every five minutes, so any recent changes are my fault. * Thu Sep 02 1999 Michael K. Johnson - built gdm-2.0beta2 * Mon Aug 30 1999 Michael K. Johnson - built gdm-2.0beta1 * Tue Aug 17 1999 Michael Fulbright - included rmeier@liberate.com patch for tcp socket X connections * Mon Apr 19 1999 Michael Fulbright - fix to handling ancient gdm config files with non-standard language specs - dont close display connection for xdmcp connections, else we die if remote end dies. * Fri Apr 16 1999 Michael Fulbright - fix language handling to set GDM_LANG variable so gnome-session can pick it up * Wed Apr 14 1999 Michael Fulbright - fix so certain dialog boxes dont overwrite background images * Wed Apr 14 1999 Michael K. Johnson - do not specify -r 42 to useradd -- it doesn't know how to fall back if id 42 is already taken * Fri Apr 9 1999 Michael Fulbright - removed suspend feature * Mon Apr 5 1999 Jonathan Blandford - added patch from otaylor to not call gtk funcs from a signal. - added patch to tab when username not added. - added patch to center About box (and bring up only one) and ignore "~" and ".rpm" files. * Fri Mar 26 1999 Michael Fulbright - fixed handling of default session, merged all gdmgreeter patches into one * Tue Mar 23 1999 Michael Fulbright - remove GNOME/KDE/AnotherLevel session scripts, these have been moved to the appropriate packages instead. - added patch to make option menus always active (security problem otherwise) - added jrb's patch to disable stars in passwd entry field * Fri Mar 19 1999 Michael Fulbright - made sure /usr/bin isnt in default path twice - strip binaries * Wed Mar 17 1999 Michael Fulbright - fixed to use proper system path when root logs in * Tue Mar 16 1999 Michael Fulbright - linked Init/Default to Red Hat default init script for xdm - removed logo from login dialog box * Mon Mar 15 1999 Michael Johnson - pam_console integration * Tue Mar 09 1999 Michael Fulbright - added session files for GNOME/KDE/AnotherLevel/Default/Failsafe - patched gdmgreeter to not complete usernames - patched gdmgreeter to not safe selected session permanently - patched gdmgreeter to center dialog boxes * Mon Mar 08 1999 Michael Fulbright - removed comments from gdm.conf file, these are not parsed correctly * Sun Mar 07 1999 Michael Fulbright - updated source line for accuracy * Fri Feb 26 1999 Owen Taylor - Updated patches for 1.0.0 - Fixed some problems in 1.0.0 with installation directories - moved /usr/var/gdm /var/gdm * Thu Feb 25 1999 Michael Fulbright - moved files from /usr/etc to /etc * Tue Feb 16 1999 Michael Johnson - removed commented-out #1 definition -- put back after testing gnome-libs comment patch * Sat Feb 06 1999 Michael Johnson - initial packaging