2004-09-09 05:05:12 +00:00
|
|
|
|
%define pango_version 1.2.0
|
|
|
|
|
%define gtk2_version 2.2.0
|
2004-09-09 05:03:03 +00:00
|
|
|
|
%define libglade2_version 2.0.0
|
2004-09-09 05:05:12 +00:00
|
|
|
|
%define libgnomeui_version 2.2.0
|
2004-09-09 05:03:03 +00:00
|
|
|
|
%define libgnomecanvas_version 2.0.0
|
|
|
|
|
%define librsvg2_version 2.0.1
|
2004-09-09 05:02:56 +00:00
|
|
|
|
%define libxml2_version 2.4.21
|
|
|
|
|
%define scrollkeeper_version 0.3.4
|
|
|
|
|
%define pam_version 0.75
|
2004-09-09 05:03:03 +00:00
|
|
|
|
%define desktop_file_utils_version 0.2.90
|
2004-09-09 05:05:12 +00:00
|
|
|
|
%define gail_version 1.2.0
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
|
|
|
|
%define WITH_SELINUX 0
|
|
|
|
|
%endif
|
2004-09-09 05:02:56 +00:00
|
|
|
|
|
2004-09-09 05:00:56 +00:00
|
|
|
|
Summary: The GNOME Display Manager.
|
|
|
|
|
Name: gdm
|
2004-09-09 05:07:28 +00:00
|
|
|
|
Version: 2.4.4.5
|
|
|
|
|
Release: 1
|
2004-09-09 05:00:56 +00:00
|
|
|
|
Epoch: 1
|
2004-09-09 05:01:50 +00:00
|
|
|
|
License: LGPL/GPL
|
2004-09-09 05:00:56 +00:00
|
|
|
|
Group: User Interface/X
|
2004-09-09 05:02:56 +00:00
|
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/gdm-%{PACKAGE_VERSION}.tar.bz2
|
|
|
|
|
URL: ftp://ftp.gnome.org/pub/GNOME/sources/gdm/
|
2004-09-09 05:04:21 +00:00
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
## FIXME: is this relevant?
|
2004-09-09 05:04:36 +00:00
|
|
|
|
## temporary ja.po hack for date format
|
|
|
|
|
Source7: gdm-ja.po
|
2004-09-09 05:02:30 +00:00
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
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
|
2004-09-09 05:04:26 +00:00
|
|
|
|
## there's no greek font so don't translate greek in language picker,
|
|
|
|
|
## it looks awful
|
|
|
|
|
Patch11: gdm-2.4.0.7-nogreek.patch
|
2004-09-09 05:05:44 +00:00
|
|
|
|
|
2004-09-09 05:01:29 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root
|
2004-09-09 05:00:56 +00:00
|
|
|
|
|
|
|
|
|
Prereq: /usr/sbin/useradd
|
2004-09-09 05:01:50 +00:00
|
|
|
|
Prereq: /usr/bin/scrollkeeper-update
|
2004-09-09 05:02:56 +00:00
|
|
|
|
Requires: gtk2 >= %{gtk2_version}
|
|
|
|
|
Requires: libglade2 >= %{libglade2_version}
|
|
|
|
|
Requires: libgnomeui >= %{libgnomeui_version}
|
|
|
|
|
Requires: libgnomecanvas >= %{libgnomecanvas_version}
|
|
|
|
|
Requires: librsvg2 >= %{librsvg2_version}
|
|
|
|
|
Requires: libxml2 >= %{libxml2_version}
|
|
|
|
|
Requires: pam >= %{pam_version}
|
2004-09-09 05:00:56 +00:00
|
|
|
|
Requires: /etc/pam.d/system-auth
|
|
|
|
|
Requires: /etc/X11/xdm/Xsession
|
2004-09-09 05:01:50 +00:00
|
|
|
|
Requires: usermode
|
2004-09-09 05:07:28 +00:00
|
|
|
|
Requires: xinitrc >= 3.33-1
|
|
|
|
|
Requires: xsri >= 1:2.0.2
|
2004-09-09 05:01:50 +00:00
|
|
|
|
Requires: /sbin/nologin
|
2004-09-09 05:03:03 +00:00
|
|
|
|
Requires: redhat-artwork >= 0.9
|
|
|
|
|
Requires: /usr/share/desktop-menu-patches/gnome-gdmsetup.desktop
|
2004-09-09 05:02:56 +00:00
|
|
|
|
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
|
2004-09-09 05:03:03 +00:00
|
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
2004-09-09 05:02:56 +00:00
|
|
|
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
|
|
|
|
BuildRequires: libglade2-devel >= %{libglade2_version}
|
|
|
|
|
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
|
|
|
|
BuildRequires: libgnomecanvas-devel >= %{libgnomecanvas_version}
|
|
|
|
|
BuildRequires: librsvg2-devel >= %{librsvg2_version}
|
|
|
|
|
BuildRequires: libxml2-devel >= %{libxml2_version}
|
|
|
|
|
BuildRequires: usermode
|
|
|
|
|
BuildRequires: pam-devel >= %{pam_version}
|
2004-09-09 05:03:03 +00:00
|
|
|
|
BuildRequires: fontconfig
|
|
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
|
BuildRequires: gail-devel >= %{gail_version}
|
2004-09-09 05:07:28 +00:00
|
|
|
|
BuildRequires: libgsf-devel
|
|
|
|
|
BuildRequires: libtool automake autoconf
|
2004-09-09 05:00:56 +00:00
|
|
|
|
|
|
|
|
|
%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
|
2004-09-09 05:01:50 +00:00
|
|
|
|
|
|
|
|
|
%patch1 -p1 -b .rhconfig
|
2004-09-09 05:07:28 +00:00
|
|
|
|
## %patch2 -p1 -b .cjk-no-utf8
|
2004-09-09 05:03:03 +00:00
|
|
|
|
%patch4 -p1 -b .pam_timestamp
|
2004-09-09 05:04:26 +00:00
|
|
|
|
%patch11 -p1 -b .nogreek
|
2004-09-09 05:05:44 +00:00
|
|
|
|
|
2004-09-09 05:04:36 +00:00
|
|
|
|
## put in ja translation
|
2004-09-09 05:04:44 +00:00
|
|
|
|
cp -f %{SOURCE7} po/ja.po
|
2004-09-09 05:02:30 +00:00
|
|
|
|
|
2004-09-09 05:00:56 +00:00
|
|
|
|
%build
|
2004-09-09 05:07:28 +00:00
|
|
|
|
aclocal
|
|
|
|
|
libtoolize --force --copy
|
|
|
|
|
automake --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
|
2004-09-09 05:00:56 +00:00
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
2004-09-09 05:01:50 +00:00
|
|
|
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
2004-09-09 05:00:56 +00:00
|
|
|
|
|
2004-09-09 05:02:56 +00:00
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
make sysconfdir=$RPM_BUILD_ROOT/etc/X11 libdir=$RPM_BUILD_ROOT%{_libdir}\
|
|
|
|
|
libexecdir=$RPM_BUILD_ROOT%{_libexecdir} \
|
|
|
|
|
mandir=$RPM_BUILD_ROOT%{_mandir} \
|
2004-09-09 05:01:50 +00:00
|
|
|
|
prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{_bindir} \
|
|
|
|
|
datadir=$RPM_BUILD_ROOT%{_datadir} \
|
|
|
|
|
localstatedir=$RPM_BUILD_ROOT%{_localstatedir} \
|
2004-09-09 05:02:56 +00:00
|
|
|
|
sbindir=$RPM_BUILD_ROOT%{_sbindir} \
|
|
|
|
|
PAM_PREFIX=$RPM_BUILD_ROOT/etc install
|
2004-09-09 05:01:50 +00:00
|
|
|
|
|
2004-09-09 05:00:56 +00:00
|
|
|
|
# docs go elsewhere
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{prefix}/doc
|
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
# change default Init script for :0 to be Red Hat default
|
|
|
|
|
ln -sf ../../xdm/Xsetup_0 $RPM_BUILD_ROOT/etc/X11/gdm/Init/:0
|
2004-09-09 05:00:56 +00:00
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
# create log dir
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/log/gdm
|
2004-09-09 05:00:56 +00:00
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
# remove the gdm Xsession as we're using the xdm one
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/gdm/Xsession
|
2004-09-09 05:00:56 +00:00
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.a
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
|
2004-09-09 05:00:56 +00:00
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
# remove the gnome session file, since we put that in gnome-session
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/gnome.desktop
|
2004-09-09 05:01:29 +00:00
|
|
|
|
|
2004-09-09 05:03:03 +00:00
|
|
|
|
# no dumb flexiserver thing, Xnest is too broken
|
2004-09-09 05:07:28 +00:00
|
|
|
|
# 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
|
2004-09-09 05:03:03 +00:00
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/gdmflexi*.desktop
|
|
|
|
|
|
|
|
|
|
# use patched gdmsetup desktop file
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/gdmsetup.desktop
|
2004-09-09 05:04:33 +00:00
|
|
|
|
ln -sf %{_datadir}/desktop-menu-patches/gnome-gdmsetup.desktop $RPM_BUILD_ROOT%{_datadir}/applications/gnome-gdmsetup.desktop
|
2004-09-09 05:03:03 +00:00
|
|
|
|
|
|
|
|
|
# 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)
|
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
|
|
|
|
|
|
2004-09-09 05:03:03 +00:00
|
|
|
|
%find_lang gdm-2.4
|
2004-09-09 05:01:29 +00:00
|
|
|
|
|
2004-09-09 05:00:56 +00:00
|
|
|
|
%clean
|
|
|
|
|
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%pre
|
2004-09-09 05:01:50 +00:00
|
|
|
|
/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
|
2004-09-09 05:00:56 +00:00
|
|
|
|
# ignore errors, as we can't disambiguate between gdm already existed
|
|
|
|
|
# and couldn't create account with the current adduser.
|
|
|
|
|
exit 0
|
|
|
|
|
|
2004-09-09 05:01:50 +00:00
|
|
|
|
%post
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
scrollkeeper-update
|
|
|
|
|
|
2004-09-09 05:04:12 +00:00
|
|
|
|
# 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
|
2004-09-09 05:07:28 +00:00
|
|
|
|
FIFOFILE=%{_localstatedir}/gdm/.gdmfifo
|
2004-09-09 05:04:12 +00:00
|
|
|
|
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
|
2004-09-09 05:05:12 +00:00
|
|
|
|
if test -w $FIFOFILE && test -f $PIDFILE && kill -0 `cat $PIDFILE` 2>/dev/null ; then
|
2004-09-09 05:04:12 +00:00
|
|
|
|
(echo;echo SOFT_RESTART) >> $FIFOFILE
|
|
|
|
|
fi
|
|
|
|
|
# ignore error in the above
|
|
|
|
|
exit 0
|
|
|
|
|
|
2004-09-09 05:01:50 +00:00
|
|
|
|
%postun
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
scrollkeeper-update
|
|
|
|
|
|
2004-09-09 05:03:03 +00:00
|
|
|
|
%files -f gdm-2.4.lang
|
2004-09-09 05:00:56 +00:00
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
2004-09-09 05:01:50 +00:00
|
|
|
|
|
2004-09-09 05:02:56 +00:00
|
|
|
|
%dir /etc/X11/gdm
|
2004-09-09 05:07:28 +00:00
|
|
|
|
# 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/*
|
2004-09-09 05:04:33 +00:00
|
|
|
|
%config /etc/X11/gdm/gdm.conf
|
2004-09-09 05:02:56 +00:00
|
|
|
|
/etc/X11/gdm/factory-gdm.conf
|
|
|
|
|
%config /etc/X11/gdm/XKeepsCrashing
|
|
|
|
|
%config /etc/X11/gdm/locale.alias
|
|
|
|
|
%config /etc/X11/gdm/Init/*
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%config /etc/X11/gdm/PostLogin/*
|
2004-09-09 05:02:56 +00:00
|
|
|
|
%config /etc/X11/gdm/PreSession/*
|
|
|
|
|
%config /etc/X11/gdm/PostSession/*
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%config /etc/X11/gdm/modules/*
|
2004-09-09 05:02:56 +00:00
|
|
|
|
%config /etc/pam.d/gdm
|
|
|
|
|
%config /etc/pam.d/gdmsetup
|
2004-09-09 05:03:03 +00:00
|
|
|
|
%config /etc/pam.d/gdm-autologin
|
2004-09-09 05:02:56 +00:00
|
|
|
|
%config /etc/security/console.apps/gdmsetup
|
|
|
|
|
%dir /etc/X11/gdm/Init
|
|
|
|
|
%dir /etc/X11/gdm/PreSession
|
|
|
|
|
%dir /etc/X11/gdm/PostSession
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%dir /etc/X11/gdm/PostLogin
|
|
|
|
|
%dir /etc/X11/gdm/modules
|
2004-09-09 05:03:03 +00:00
|
|
|
|
%{_datadir}/pixmaps
|
2004-09-09 05:01:50 +00:00
|
|
|
|
%{_datadir}/gdm
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%{_datadir}/xsessions/*
|
2004-09-09 05:03:03 +00:00
|
|
|
|
%{_datadir}/applications
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%{_datadir}/gnome/help/gdm
|
|
|
|
|
%{_datadir}/omf/gdm
|
|
|
|
|
%{_libdir}/gtk-2.0/modules/*.so
|
2004-09-09 05:01:50 +00:00
|
|
|
|
%{_bindir}/*
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%{_libexecdir}/*
|
|
|
|
|
%{_mandir}/man*/*
|
2004-09-09 05:01:50 +00:00
|
|
|
|
%{_sbindir}/*
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%dir %{_localstatedir}/log/gdm
|
2004-09-09 05:01:50 +00:00
|
|
|
|
|
2004-09-09 05:07:28 +00:00
|
|
|
|
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
2004-09-09 05:00:56 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 05:07:28 +00:00
|
|
|
|
* Fri Oct 17 2003 Jonathan Blandford <jrb@redhat.com> 1:2.4.4.5-1
|
|
|
|
|
- new version
|
|
|
|
|
|
|
|
|
|
* Thu Oct 9 2003 Jonathan Blandford <jrb@redhat.com> 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 <dwalsh@redhat.com> 1:2.4.4.3-6.sel
|
|
|
|
|
- turn on SELinux
|
|
|
|
|
|
|
|
|
|
* Tue Oct 7 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.3-5
|
|
|
|
|
- Fix greeter line-breaking crash (rest of #106189)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 7 2003 Alexander Larsson <alexl@redhat.com> 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 <hp@redhat.com> 1:2.4.4.3-3
|
|
|
|
|
- change DefaultSession=Default.desktop to DefaultSession=default.desktop
|
|
|
|
|
- SELinux off again
|
|
|
|
|
|
|
|
|
|
* Fri Oct 3 2003 Dan Walsh <dwalsh@redhat.com> 1:2.4.4.3-2.sel
|
|
|
|
|
- turn on SELinux
|
|
|
|
|
|
|
|
|
|
* Thu Oct 2 2003 Havoc Pennington <hp@redhat.com> 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 <dwalsh@redhat.com> 1:2.4.4.0-4
|
|
|
|
|
- turn off SELinux
|
|
|
|
|
|
|
|
|
|
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 1:2.4.4.0-3.sel
|
|
|
|
|
- turn on SELinux
|
|
|
|
|
|
|
|
|
|
* Thu Sep 4 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-2
|
|
|
|
|
- Use the right default session (#103546)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 3 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-1
|
|
|
|
|
- update to 2.4.4.0
|
|
|
|
|
- update to georges new selinux patch
|
|
|
|
|
|
|
|
|
|
* Fri Aug 29 2003 Elliot Lee <sopwith@redhat.com> 1:2.4.2.102-2
|
|
|
|
|
- Remove scrollkeeper files
|
|
|
|
|
|
|
|
|
|
* Tue Aug 26 2003 George Lebl <jirka@5z.com> 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 <hp@redhat.com> 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 <dwalsh@redhat.com> 2.4.1.3-9
|
|
|
|
|
- Port to SELinux
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- add explicit epoch's where needed.
|
|
|
|
|
|
|
|
|
|
* Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- fix post: localstatedir -> _localstatedir
|
|
|
|
|
|
|
|
|
|
* Thu May 1 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-6
|
|
|
|
|
- enable UTF-8 for CJK
|
2004-09-09 05:05:44 +00:00
|
|
|
|
|
2004-09-09 05:05:12 +00:00
|
|
|
|
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- debuginfo rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Feb 20 2003 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- 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 <hp@redhat.com> 1:2.4.1.3-2
|
|
|
|
|
- nuke buildreq Xft
|
|
|
|
|
|
|
|
|
|
* Wed Feb 5 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-1
|
|
|
|
|
- upgrade to 2.4.1.3
|
|
|
|
|
|
|
|
|
|
* Mon Feb 3 2003 Matt Wilson <msw@redhat.com> 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 <otaylor@redhat.com>
|
|
|
|
|
- Add patch to fix problem where setting LC_COLLATE=C would give LC_MESSAGES=wa_BE (#82019)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2003 Matt Wilson <msw@redhat.com> 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 <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Mon Jan 20 2003 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Upgrade to 2.4.1.1 (Fixes #81907)
|
|
|
|
|
- Redirect stdout of kill to /dev/null (#80814)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 9 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 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 <hp@redhat.com>
|
|
|
|
|
- 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 <nalin@redhat.com> 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
|
2004-09-09 05:05:01 +00:00
|
|
|
|
|
2004-09-09 05:04:53 +00:00
|
|
|
|
* Thu Sep 5 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Change zh_CN entry in language menu to zh_CN.GB18030
|
|
|
|
|
|
2004-09-09 05:04:44 +00:00
|
|
|
|
* Thu Sep 5 2002 Akira TAGOH <tagoh@redhat.com> 2.4.0.7-12
|
|
|
|
|
- copied gdm-ja.po to ja.po.
|
|
|
|
|
|
2004-09-09 05:04:41 +00:00
|
|
|
|
* Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Fix problem where gdm was opening ~/.xsession-errors itself to bad effect
|
|
|
|
|
|
2004-09-09 05:04:36 +00:00
|
|
|
|
* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- include ja.po with new date format
|
|
|
|
|
|
2004-09-09 05:04:33 +00:00
|
|
|
|
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- remove noreplace on gdm.conf #71309
|
|
|
|
|
- make gnome-gdmsetup absolute, #72910
|
|
|
|
|
|
2004-09-09 05:04:26 +00:00
|
|
|
|
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 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
|
|
|
|
|
|
2004-09-09 05:04:21 +00:00
|
|
|
|
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- improve gdmsetup icon
|
|
|
|
|
- remove GNOME session, we will instead put it in gnome-session
|
|
|
|
|
- apply patch from george to make gdmphotosetup file selector
|
|
|
|
|
work
|
|
|
|
|
|
2004-09-09 05:04:12 +00:00
|
|
|
|
* Mon Aug 26 2002 Elliot Lee <sopwith@redhat.com> 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
|
|
|
|
|
|
2004-09-09 05:03:32 +00:00
|
|
|
|
* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- put in a patch from george to fix some setsid()/kill() confusion
|
|
|
|
|
possibly fixing #72295
|
|
|
|
|
- turn off UseCirclesInEntry for now, fixes #72433
|
|
|
|
|
|
2004-09-09 05:03:13 +00:00
|
|
|
|
* Tue Aug 20 2002 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
- Set UseCirclesInEntry to true in config
|
|
|
|
|
|
2004-09-09 05:03:03 +00:00
|
|
|
|
* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rename Gnome session to GNOME, this was just bugging me
|
|
|
|
|
|
|
|
|
|
* Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 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 <hp@redhat.com>
|
|
|
|
|
- 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 <otaylor@redhat.com>
|
|
|
|
|
- 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 <hp@redhat.com>
|
|
|
|
|
- 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 <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
2004-09-09 05:02:56 +00:00
|
|
|
|
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.4.0.0
|
|
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.3.90.3
|
|
|
|
|
|
|
|
|
|
* Tue May 14 2002 Matt Wilson <msw@redhat.com> 2.3.90.2.90-1
|
|
|
|
|
- pulled from current CVS, named it 2.3.90.2.90-1
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild for new libs
|
|
|
|
|
- add URL tag
|
2004-09-09 05:02:48 +00:00
|
|
|
|
|
2004-09-09 05:02:56 +00:00
|
|
|
|
* Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 2.3.90.1.90-1
|
|
|
|
|
- Updated to a cvs snapshot that has the new greeter.
|
2004-09-09 05:02:45 +00:00
|
|
|
|
|
2004-09-09 05:02:56 +00:00
|
|
|
|
* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in rawhide
|
2004-09-09 05:02:30 +00:00
|
|
|
|
|
2004-09-09 05:02:12 +00:00
|
|
|
|
* Tue Sep 4 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- fix #52997 (ukrainian in language list)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Add po files from sources.redhat.com
|
|
|
|
|
|
2004-09-09 05:02:08 +00:00
|
|
|
|
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Add po files from sources.redhat.com
|
|
|
|
|
|
2004-09-09 05:01:58 +00:00
|
|
|
|
* Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- set SESSION to true in console.apps control file
|
|
|
|
|
|
2004-09-09 05:01:50 +00:00
|
|
|
|
* Tue Aug 14 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- change default title font to work in CJK, #51698
|
|
|
|
|
|
|
|
|
|
* Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- fix %pre for using /var/gdm as home dir
|
|
|
|
|
|
|
|
|
|
* Sun Aug 5 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- Tweak PAM setup for gdmconfig to match other consolehelper users
|
|
|
|
|
|
|
|
|
|
* Fri Aug 3 2001 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Set RUNNING_UNDER_GDM when running display init script
|
|
|
|
|
- Run xsri as the background program
|
|
|
|
|
|
|
|
|
|
* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Change how session switching works, #49480
|
|
|
|
|
- don't offer to make Failsafe the default, #49479
|
|
|
|
|
|
|
|
|
|
* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- clean up some format string mess, and don't
|
|
|
|
|
log username to syslog, #5681
|
|
|
|
|
- own some directories #50692
|
|
|
|
|
|
|
|
|
|
* Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- require/buildrequire latest gnome-libs, to compensate
|
|
|
|
|
for upstream crackrock. #50554
|
|
|
|
|
|
|
|
|
|
* Tue Jul 31 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- get rid of GiveConsole/TakeConsole, bug #33710
|
|
|
|
|
|
|
|
|
|
* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- use Raleigh theme for gdm
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- depend on usermode, xinitrc
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- build requires pam-devel, should fix #49448
|
|
|
|
|
|
|
|
|
|
* Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- log to /var/log/gdm/*
|
|
|
|
|
|
|
|
|
|
* Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- make Halt... power off
|
|
|
|
|
|
|
|
|
|
* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- gdm user's homedir to /var/gdm not /home/gdm
|
|
|
|
|
|
|
|
|
|
* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- put pam.d/gdm back in file list
|
|
|
|
|
|
|
|
|
|
* Sun Jul 08 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- upgrade to 2.2.3.1, pray this fixes more than it breaks
|
|
|
|
|
|
|
|
|
|
* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- add "rpm" user to those not to show in greeter
|
|
|
|
|
|
|
|
|
|
* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Upgrade to 2.2.3
|
|
|
|
|
- require usermode since configure script now checks for it
|
|
|
|
|
|
|
|
|
|
* Fri Jun 01 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Prereq for scrollkeeper-update
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- New CVS snap with the "no weird sessions" options;
|
|
|
|
|
more default settings changes
|
|
|
|
|
|
|
|
|
|
* Wed May 30 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Change a bunch of default settings; remaining fixes will involve C hacking
|
|
|
|
|
|
|
|
|
|
* Wed May 30 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 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. ;-)
|
2004-09-09 05:01:38 +00:00
|
|
|
|
|
2004-09-09 05:01:29 +00:00
|
|
|
|
* Thu Mar 22 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- reinitialize pam credentials after calling initgroups() -- the
|
|
|
|
|
credentials may be group memberships
|
|
|
|
|
|
|
|
|
|
* Mon Mar 19 2001 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Fix colors patch
|
|
|
|
|
|
|
|
|
|
* Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- translations
|
|
|
|
|
|
|
|
|
|
* Mon Mar 5 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- don't screw up color map on 8 bit displays
|
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- langify
|
|
|
|
|
- Don't define and use "ver" and "nam" at the top of the spec file
|
|
|
|
|
- use %%{_tmppath}
|
|
|
|
|
|
|
|
|
|
* Tue Feb 13 2001 Tim Powers <timp@redhat.com>
|
|
|
|
|
- don't allow gdm to show some system accounts in the browser bugzilla
|
|
|
|
|
#26898
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2001 Akira TAGOH <tagoh@redhat.com>
|
|
|
|
|
- Updated Japanese translation.
|
2004-09-09 05:01:01 +00:00
|
|
|
|
|
2004-09-09 05:01:29 +00:00
|
|
|
|
* Tue Jan 02 2001 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- add another close() to the fdleak patch, bugzilla #22794
|
2004-09-09 05:00:59 +00:00
|
|
|
|
|
2004-09-09 05:00:56 +00:00
|
|
|
|
* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Return to toplevel main loop and start Xdcmp if enabled
|
|
|
|
|
(Bug #16106)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
- Up Epoch and release
|
|
|
|
|
|
|
|
|
|
* Wed Aug 02 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Requires Xsession script
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2000 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Italian is better as it_IT than it_CH (bugzilla 12425)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2000 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
- Don't instally gdmconfig as it doesn't work.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Rearrange code to avoid calling innumerable system calls
|
|
|
|
|
in a signal handler
|
|
|
|
|
|
|
|
|
|
* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Verbose debug spew for infinite loop stuff
|
|
|
|
|
|
|
|
|
|
* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Try to fix infinite loops on X server failure
|
|
|
|
|
|
|
|
|
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 29 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Remove Docdir
|
|
|
|
|
|
|
|
|
|
* Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Fix file descriptor leak (Bugzilla 12301)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 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 <nalin@redhat.com>
|
|
|
|
|
- modify PAM setup to use system-auth
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild for the Winston tree
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 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 <hp@redhat.com>
|
|
|
|
|
- Link PreSession/Default to xdm/GiveConsole
|
|
|
|
|
- Link PostSession/Default to xdm/TakeConsole
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 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 <hp@redhat.com>
|
|
|
|
|
- Enhance 8877 fix by not deleting the "Please login"
|
|
|
|
|
message
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 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 <sopwith@redhat.com>
|
|
|
|
|
- Fix bug #7666: exec Xsession instead of just running it
|
|
|
|
|
|
|
|
|
|
* Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
- Work around so that russian works (uses koi8-r instead
|
|
|
|
|
of the default iso8859-5)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Try again
|
|
|
|
|
|
|
|
|
|
* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- More fixes for i18n
|
|
|
|
|
|
|
|
|
|
* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Fixes for i18n
|
|
|
|
|
|
|
|
|
|
* Fri Sep 26 1999 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- Fixed pipewrite bug (found by mkj & ewt).
|
|
|
|
|
|
|
|
|
|
* Fri Sep 17 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- added requires for pam >= 0.68
|
|
|
|
|
|
|
|
|
|
* Fri Sep 10 1999 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- I just update this package every five minutes, so any recent changes are my fault.
|
|
|
|
|
|
|
|
|
|
* Thu Sep 02 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
- built gdm-2.0beta2
|
|
|
|
|
|
|
|
|
|
* Mon Aug 30 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
- built gdm-2.0beta1
|
|
|
|
|
|
|
|
|
|
* Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- included rmeier@liberate.com patch for tcp socket X connections
|
|
|
|
|
|
|
|
|
|
* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- 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 <drmike@redhat.com>
|
|
|
|
|
- fix language handling to set GDM_LANG variable so gnome-session
|
|
|
|
|
can pick it up
|
|
|
|
|
|
|
|
|
|
* Wed Apr 14 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- fix so certain dialog boxes dont overwrite background images
|
|
|
|
|
|
|
|
|
|
* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
|
|
|
|
|
- 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 <drmike@redhat.com>
|
|
|
|
|
- removed suspend feature
|
|
|
|
|
|
|
|
|
|
* Mon Apr 5 1999 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
- 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 <drmike@redhat.com>
|
|
|
|
|
- fixed handling of default session, merged all gdmgreeter patches into one
|
|
|
|
|
|
|
|
|
|
* Tue Mar 23 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- 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 <drmike@redhat.com>
|
2004-09-09 05:02:56 +00:00
|
|
|
|
- made sure /usr/bin isnt in default path twice
|
2004-09-09 05:00:56 +00:00
|
|
|
|
- strip binaries
|
|
|
|
|
|
|
|
|
|
* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- fixed to use proper system path when root logs in
|
|
|
|
|
|
|
|
|
|
* Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- linked Init/Default to Red Hat default init script for xdm
|
|
|
|
|
- removed logo from login dialog box
|
|
|
|
|
|
|
|
|
|
* Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
|
|
|
|
|
- pam_console integration
|
|
|
|
|
|
|
|
|
|
* Tue Mar 09 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- 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 <drmike@redhat.com>
|
|
|
|
|
- removed comments from gdm.conf file, these are not parsed correctly
|
|
|
|
|
|
|
|
|
|
* Sun Mar 07 1999 Michael Fulbright <drmike@redhat.com>
|
|
|
|
|
- updated source line for accuracy
|
|
|
|
|
|
|
|
|
|
* Fri Feb 26 1999 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- 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 <drmike@redhat.com>
|
2004-09-09 05:02:56 +00:00
|
|
|
|
- moved files from /usr/etc to /etc
|
2004-09-09 05:00:56 +00:00
|
|
|
|
|
|
|
|
|
* Tue Feb 16 1999 Michael Johnson <johnsonm@redhat.com>
|
|
|
|
|
- removed commented-out #1 definition -- put back after testing gnome-libs
|
|
|
|
|
comment patch
|
|
|
|
|
|
|
|
|
|
* Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com>
|
|
|
|
|
- initial packaging
|