gdm.spec revision 15503
10139N/A#
10139N/A# spec file for package gdm
10139N/A#
18540N/A# Copyright 2008 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A# Owner: yippi
10139N/A#
16880N/A%include l10n.inc
18603N/AName: gdm
17178N/ALicense: GPL v2, LGPL v2, Public Domain
10139N/AGroup: System/GUI/GNOME
16880N/A#### DO NOT BUMP MODULE TO 2.21.x to 2.24.x AS IT IS BEING REWRITTEN AND IS
10139N/A#### NOT YET READY FOR SOLARIS
18964N/AVersion: 2.20.9
12578N/ARelease: 1
10139N/ADistribution: Java Desktop System
18615N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: The GNOME 2.x Display Manager
18525N/ASource: http://ftp.gnome.org/pub/GNOME/sources/gdm/2.20/gdm-%{version}.tar.bz2
18151N/ASource1: %{name}-po-sun-%{po_sun_version}.tar.bz2
18151N/A%if %build_l10n
18977N/ASource2: l10n-configure.sh
18970N/A%endif
17797N/A%if %option_with_sun_branding
17797N/A#owner:yippi date:2004-11-24 type:branding
17797N/APatch1: gdm-01-sun-branding.diff
16880N/A%endif
17733N/A%if %option_with_indiana_branding
17797N/A#owner:yippi date:2007-10-05 type:branding
17753N/APatch1: gdm-01-indiana-branding.diff
16880N/A%endif
17089N/A#owner:yippi date:2007-08-02 type:feature bugster:3163 bugzilla:457871,536387
17797N/APatch2: gdm-02-showlocale.diff
18159N/A#owner:yippi date:2008-04-30 type:branding
18159N/APatch3: gdm-03-disable-cde.diff
16880N/A#owner:fujiwara date:2008-04-10 type:feature bugster:5052540,6733528 bugzilla:547549
16880N/APatch4: gdm-04-im-config.diff
16880N/A# This patch is to disable VT checking, remove it after bugster #6480003 fixed.
17733N/A#owner:halton date:2008-12-04 type:branding
16880N/APatch5: gdm-05-disable-vt.diff
17089N/AURL: www.gnome.org
17073N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
17089N/ADocdir: %{_defaultdocdir}
17733N/AAutoreqprov: on
17074N/APrereq: /usr/sbin/groupadd
17089N/APrereq: /usr/sbin/useradd
18239N/APrereq: /sbin/nologin
18683N/APrereq: sed
18507N/APrereq: coreutils
18683N/A
17535N/A%define pango_version 1.4.0
18683N/A%define gtk2_version 2.4.0
17733N/A%define libglade_version 2.3.6
17733N/A%define libgnomeui_version 2.6.0
18559N/A%define libgnomecanvas_version 2.6.0
18940N/A%define librsvg_version 2.5.0
17733N/A%define libxml2_version 2.6.7
17672N/A%define scrollkeeper_version 0.3.14
18940N/A%define pam_version 0.77
17858N/A%define gail_version 1.6.3
18940N/A%define XFree86_version 4.3.99
17884N/A%define usermode_version 1.68
17884N/A%define openssl_version 0.9.7d
18940N/A
18212N/A%define dsp_mgr_file /etc/sysconfig/displaymanager
18940N/A%define xdm_rc_file /etc/init.d/xdm
18287N/A
18940N/A
18640N/ARequires: gtk2 >= %{gtk2_version}
18940N/ARequires: sun-gdm-themes
18692N/ARequires: libglade >= %{libglade_version}
18940N/ARequires: libgnomeui >= %{libgnomeui_version}
18738N/ARequires: libgnomecanvas >= %{libgnomecanvas_version}
18738N/ARequires: librsvg >= %{librsvg_version}
18738N/ARequires: libxml2 >= %{libxml2_version}
18940N/ARequires: pam >= %{pam_version}
18763N/ARequires: usermode >= %{usermode_version}
18940N/ARequires: openssl >= %{openssl_version}
18752N/A
18940N/ABuildRequires: scrollkeeper >= %{scrollkeeper_version}
18940N/ABuildRequires: pango-devel >= %{pango_version}
18940N/ABuildRequires: gtk2-devel >= %{gtk2_version}
18944N/ABuildRequires: libglade-devel >= %{libglade_version}
18944N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
18945N/ABuildRequires: libgnomecanvas-devel >= %{libgnomecanvas_version}
18945N/ABuildRequires: librsvg-devel >= %{librsvg_version}
18992N/ABuildRequires: libxml2-devel >= %{libxml2_version}
18992N/ABuildRequires: pam-devel >= %{pam_version}
16880N/ABuildRequires: XFree86-devel >= %{XFree86_version}
10139N/ABuildRequires: gail-devel >= %{gail_version}
10139N/ABuildRequires: usermode >= %{usermode_version}
10139N/ABuildRequires: openssl-devel >= %{openssl_version}
10139N/A
12274N/A%description
12274N/AThis version of GDM, the GNOME Display manager is based on
12274N/AGTK2 and suited for the GNOME Desktop Environment. GDM is a
12274N/Aflexible X-Window Display Manager that allows to set many
10139N/Aoptions, usable for remote login, and provides a good looking
10139N/Agraphical interface.
10139N/A
10139N/A%prep
11002N/A%setup -q
13025N/A%if %build_l10n
17693N/Abzcat %SOURCE1 | tar xf -
17693N/Acd po-sun; make; cd ..
17693N/A%endif
17693N/A%if %option_with_sun_branding
17693N/A%patch1 -p1
17693N/A%endif
17693N/A%if %option_with_indiana_branding
17725N/A%patch1 -p1
17693N/A%endif
17693N/A%patch2 -p1
17693N/A%patch3 -p1
17858N/A%patch4 -p1
17858N/A%patch5 -p1
18940N/A
18940N/A%build
18044N/A%ifos linux
18044N/Aif [ -x /usr/bin/getconf ]; then
18044N/A CPUS=`getconf _NPROCESSORS_ONLN`
18738N/Afi
18944N/A%else
18945N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
18992N/A%endif
18151N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
18151N/A CPUS=1
18151N/Afi
18151N/A
18970N/Aexport CFLAGS="$RPM_OPT_FLAGS"
10139N/Aautoheader
10139N/Aautoconf
10139N/A
10139N/AENABLE_CONSOLE_HELPER=
10139N/A%ifos linux
10139N/AENABLE_CONSOLE_HELPER="--enable-console-helper"
10139N/A%endif
10139N/A
10139N/ABINDIR_CONFIG=""
10139N/ACTRUN_CONFIG=""
10139N/A%ifos solaris
10139N/ABINDIR_CONFIG="--with-post-path=/usr/openwin/bin"
10139N/ACTRUN_CONFIG="--with-ctrun"
16880N/A%endif
16880N/A
16880N/Alibtoolize --force
16880N/Aglib-gettextize -c -f
18964N/Aintltoolize --copy --force --automake
16880N/A
10139N/A%if %build_l10n
16880N/Abash -x %SOURCE2 --enable-copyright
16880N/A%endif
10139N/A
10139N/Aaclocal $ACLOCAL_FLAGS
10139N/Aautoconf
16880N/Aautoheader
16880N/Aautomake -a -c -f
10139N/A./configure \
10139N/A --prefix=%{_prefix} \
16880N/A --sysconfdir=%{_sysconfdir}/X11 \
11155N/A --localstatedir=%{_localstatedir}/lib \
16880N/A --mandir=%{_mandir} \
17249N/A --with-pam-prefix=%{_sysconfdir} \
18102N/A --libexecdir=%{_libexecdir} \
18752N/A --with-prefetch \
17249N/A --with-console-kit=no \
10139N/A --disable-scrollkeeper \
10139N/A --with-greeter-im=no \
18752N/A --enable-ipv6=yes $ENABLE_CONSOLE_HELPER $BINDIR_CONFIG $CTRUN_CONFIG
10139N/Amake -j $CPUS
10139N/A
16880N/A%install
16880N/Amake install DESTDIR=$RPM_BUILD_ROOT
16880N/A#
16880N/A# Remove gdmflexiserver.desktop until Virtual Termainals are supported
10139N/A# on Solaris. Continue shipping gdmflexiserver-xnest.desktop since
17059N/A# running GDM in a Xnest window does work.
17059N/A#
17059N/A%ifos solaris
16880N/Arm $RPM_BUILD_ROOT%{_datadir}/gdm/applications/gdmflexiserver.desktop
16880N/A%endif
16880N/A
17611N/A%if %option_without_dt
11358N/A# We really want "rm -f" since the gdm module does not install the CDE.desktop
17884N/A# file unless /usr/dt/bin/Xsession exists on the system. So the rm command
17884N/A# is only useful when building without dt support when CDE is installed.
17884N/Arm -f $RPM_BUILD_ROOT%{_datadir}/xsessions/CDE.desktop
16880N/A%endif
16880N/A
10248N/A# Clean up unpackaged files
17669N/A#
16880N/Arm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.a
16880N/Arm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.la
10139N/Arm -rf $RPM_BUILD_ROOT%{_localstatedir}/lib/scrollkeeper
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
16880N/A%pre
16880N/A/usr/sbin/groupadd -r -g 50 gdm
16880N/A/usr/sbin/useradd -r -o -g gdm -u 50 -s /sbin/nologin \
16880N/A-c "Gnome Display Manager daemon" -d /var/lib/gdm gdm 2> /dev/null || :
16880N/A
16880N/A
16880N/A%post
16880N/Aif [ -f %{dsp_mgr_file} ]; then
16880N/A sed -e 's/^DISPLAYMANAGER=.*/DISPLAYMANAGER="gdm"/' %{dsp_mgr_file} > /tmp/displaymanager.$$
16880N/A
16880N/A if [ $? -eq 0 ]; then
16880N/A mv /tmp/displaymanager.$$ %{dsp_mgr_file}
16880N/A fi
16880N/Afi
16880N/A
16880N/Aif [ -f %{xdm_rc_file} ]; then
16880N/A sed -e 's#^\( *gdm.*DISPLAYMANAGER=\)\(.*\)#\1/usr/bin/gdm ;;#' %{xdm_rc_file} > /tmp/xdm.$$
16880N/A
16880N/A if [ $? -eq 0 ]; then
16880N/A mv /tmp/xdm.$$ %{xdm_rc_file}
16880N/A chmod 755 %{xdm_rc_file}
16880N/A fi
16880N/Afi
16880N/A
16880N/A
16880N/A%files
16880N/A%config %attr(-,gdm,gdm) %{_sysconfdir}/X11/gdm
16880N/A%config %attr(-,root,root) %{_sysconfdir}/X11/dm
16880N/A%{_datadir}/locale/*/LC_MESSAGES/gdm*.mo
16880N/A%{_sbindir}/*
16880N/A%{_bindir}/*
10139N/A%{_libdir}/gtk-2.0/modules/*.so
16880N/A%{_libexecdir}/*
16880N/A%{_datadir}/gdm
16880N/A%{_datadir}/pixmaps/*.png
16880N/A%{_datadir}/pixmaps/faces/*.jpg
10139N/A%{_datadir}/pixmaps/faces/*.png
10139N/A%{_datadir}/icons
18992N/A%{_datadir}/gnome/help/*
18992N/A%{_datadir}/xsessions/*
18984N/A%{_mandir}/man1/*
18984N/A%{_datadir}/omf/*
18964N/A%attr(-,gdm,gdm) /var/lib/gdm
18964N/A%config /etc/pam.d/*
18944N/A%config /etc/security/*
18944N/A
18940N/A%changelog
18940N/A* Wed Dec 10 2008 - brian.cameron@sun.com
18940N/A- Bump to 2.20.9. Remove upstream patches.
18940N/A* Thu Dec 04 2008 - halton.huo@sun.com
18913N/A- Add disable-vt.diff to disable VT, remove it after bugster #6480003 is fixed
18913N/A* Fri Nov 21 2008 - brian.cameron@sun.com
18794N/A- Remove patch gdm-06-dbus.spec, it is no longer needed since D-Bus autolaunch
18794N/A is working better.
18794N/A* Wed Nov 12 2008 - brian.cameron@sun.com
18752N/A- Add gdm-10-no-recreate-sockets.diff so that GDM avoids recreating the
18752N/A sockets directories in /tmp. This fixes Trusted Extensions. Refer to
18752N/A doo bug #4719.
18752N/A* Thu Oct 23 2008 - brian.cameron@sun.com
18752N/A- Add patch gdm-09-fbconsole-fix.diff to address doo bug #3316.
18752N/A* Mon Oct 20 2008 - takao.fujiwara@sun.com
18738N/A- Updated gdm-07-xsession.diff to apply CJK locale only.
18738N/A* Mon Sep 22 2008 - william.walker@sun.com
18694N/A- Add bug number and better comment for gdm-06-dbus.diff patch.
18694N/A* Wed Sep 17 2008 - brian.cameron@sun.com
18683N/A- Add patch gdm-06-dbus.diff and gdm-07-xsession.diff.
18683N/A* Wed Sep 03 2008 - brian.cameron@sun.com
18670N/A- Bump to 2.20.8. Remove upstream patches.
18670N/A* Wed Sep 03 2008 - takao.fujiwara@sun.com
18640N/A- Updated gdm-02-showlocale.diff not to show broken locales.
18640N/A* Mon Aug 25 2008 - brian.cameron@sun.com
18613N/A- In discussion with the Xserver team, it was determined that the previous
18613N/A patch is inappropriate. The fbconsole program itself will be modified
18525N/A so it does a null-operation when it shouldn't be called, so GDM shouldn't
18525N/A avoid calling it in various situations. In this discussion it was
18519N/A highlighted that fbconsole needs the "-n" argument when called from the
18519N/A login program to avoid a race condition with XDMCP remote sessions. Now
18516N/A the patch adds this feature.
18516N/A* Tue Aug 19 2008 - takao.fujiwara@sun.com
18516N/A- Replce gdm-04-disable-im.diff with gdm-04-im-config.diff with 6733528
18516N/A* Thu Aug 07 2008 - simon.zheng@sun.com
18507N/A- Add 07-fbconsole.diff.
18507N/A* Tue Aug 05 2008 - brian.cameron@sun.com
18507N/A- Add patch to add Kazakh language, as requested by Jan Trejbal and Jan Lana
18507N/A from the Sun localization team. This patch is upstream. Fixes bugster bug
18507N/A #6724439.
18507N/A* Tue Jul 01 2008 - brian.cameron@sun.com
18400N/A- Bump to 2.20.7. Remove upstream patches.
18400N/A* Fri Jun 20 2008 - simon.zheng@sun.com
18400N/A- Add patch gdm-07-suspend-auth.diff to check suspend auth before
18305N/A showing supend button on sysmenu.
18305N/A- Add patch gdm-06-fixcrash.diff to avoid GDM crashing on exit. Fixes
18305N/A bugzilla bug #517526.
18212N/A* Thu May 22 2008 - brian.cameron@sun.com
18212N/A- Add patch gdm-05-atom.diff so that GDM does not create the XFree86_VT
18210N/A atom if it does not exist.
18201N/A* Mon May 12 2008 - brian.cameron@sun.com
18174N/A- Bump to 2.20.6.
18174N/A* Thu May 01 2008 - brian.cameron@sun.com
18160N/A- Add patch gdm-06-disable-cde.diff so that we mark the CDE.desktop
18163N/A file as being hidden. Users can re-enable it by simply removing
18163N/A the "Hidden=true" line in the /usr/share/xsessions/CDE.desktop
18163N/A file. And fix a bug that causes desktop files marked as
18160N/A Hidden=true to show up.
18160N/A* Wed Apr 30 2008 - brian.cameron@sun.com
18105N/A- Add patch gdm-05-fixcrash.diff fixing bugzilla crashing bug #517526.
18105N/A* Tue Apr 15 2008 - brian.cameron@sun.com
18105N/A- The gdmflexiserver.desktop file moved to a different directory, so
18102N/A remove it from the correct location. Fixes bug #6689633.
18102N/A* Thu Apr 10 2008 - takao.fujiwara@sun.com
18102N/A- Add gdm-04-disable-im.diff for disable IM on greeter.
18084N/A* Mon Apr 07 2008 - brian.cameron@sun.com
18084N/A- Bump to 2.20.5.
18084N/A* Mon Mar 10 2008 - brian.cameron@sun.com
18084N/A- Bump to 2.20.4.
18084N/A* Fri Feb 29 2008 - takao.fujiwara@sun.com
18066N/A- Add gdm-03-locale-support.diff
18049N/A* Mon Jan 07 2008 - brian.cameron@sun.com
18049N/A- Bump to 2.20.3 and remove upstream patch.
18046N/A* Tue Nov 27 2007 - brian.cameron@sun.com
18044N/A- Remove upstream gdm-03-sockaddr-len.diff patch and added new
18044N/A gdm-03-xdmcp-close.diff patch needed for XDMCP to work properly.
18044N/A* Tue Nov 27 2007 - damien.carbery@sun.com
18044N/A- Bump to 2.20.2.
18044N/A* Thu Nov 08 2007 - brian.cameron@sun.com
17983N/A- Add patch gdm-03-sockaddr-len.diff to fix XDMCP so it works.
18001N/A* Fri Oct 19 2007 - damien.carbery@sun.com
17983N/A- Bump to 2.20.1.
17970N/A* Fri Oct 5 2007 - laca@sun.com
17970N/A- use separate branding patches for nevada and indiana
17957N/A- delete CDE.desktop when --without-dt is used
17968N/A* Tue Sep 18 2007 - damien.carbery@sun.com
17968N/A- Bump to 2.20.0.
17957N/A* Thu Sep 06 2007 - damien.carbery@sun.com
17957N/A- Bump to 2.19.8.
17884N/A* Tue Aug 28 2007 - damien.carbery@sun.com
17884N/A- Bump to 2.19.7.
17884N/A* Wed Aug 15 2007 - brian.cameron@sun.com
17873N/A- Bump to 2.19.6. Remove upstream patch.
17873N/A* Thu Aug 02 2007 - brian.cameron@sun.com
17858N/A- Add patch gdm-02-showlocale.diff to address bugzilla bug #457871.
17858N/A* Tue Jul 31 2007 - damien.carbery@sun.com
17858N/A- Bump to 2.19.5. Remove upstream patch, 02-g11n-memory-handle.
17858N/A* Fri Jul 13 2007 - takao.fujiwara@sun.com
17806N/A- Added gdm-02-g11n-memory-handle.diff for memory handling.
17803N/A* Tue Jul 10 2007 - damien.carbery@sun.com
17803N/A- Bump to 2.19.4. Remove upstream patch, 02-vtsupport.
17797N/A* Thu Jun 21 2007 - brian.cameron@sun.com
17797N/A- Add patch for better utmpx processing and for VT support when it goes
17784N/A into Nevada.
17784N/A* Mon Jun 18 2007 - damien.carbery@sun.com
17753N/A- Bump to 2.19.3. Remove upstream patch, 02-xnestperms.
17753N/A* Mon Jun 11 2007 - brian.cameron@sun.com
17724N/A- Add patch to fix GDM so it doesn't modify device permissions if logging
17724N/A into a xnest session.
17665N/A* Mon Jun 4 2007 - brian.cameron@sun.com
17669N/A- Bump to 2.19.2. Remove upstream patch gdm-02-no-gdm-in-cde-menu.diff.
17669N/A* Thu Jue 1 2007 - simon.zheng@sun.com
17669N/A- Point download path to 2.19.
17668N/A* Mon May 14 2007 - brian.cameron@sun.com
17668N/A* Merge patch gdm-03-nossh-in-xsession.diff with gdm-01-branding.diff
17668N/A since this is really a branding change.
17665N/A* Mon May 14 2007 - brian.cameron@sun.com
17621N/A- Bump to 2.19.1.
17621N/A* Fri May 11 2007 - brian.cameron@sun.com
17610N/A- Add --with-ctrun flag since I udpated the patch to require this
17610N/A argument. This way people who want to build GDM on Solaris without
17610N/A SVC can do so. Also added new gdm-05-nossh-in-xsession.diff patch.
17610N/A* Thu May 10 2007 - brian.cameron@sun.com
17562N/A- Bump to 2.19.0
17562N/A* Thu Apr 12 2007 - brian.cameron@sun.com
17546N/A- Fix upstream bug where if you fail to enter the proper root password
17546N/A after asking to run "Configure GDM" from the login menu, it asks for
17535N/A the password again. If you type it in properly, then it starts a
17546N/A session as the root user. This patch fixes this problem.
17546N/A* Tue Apr 10 2007 - brian.cameron@sun.com
17485N/A- Backout patch gdm-06-languages.diff since the patch doesn't work
17485N/A properly. Code needs to be backported from gdm SVN head, and I'll add
17437N/A back the patch later if we decide we need this in GNOME 2.18.
17437N/A* Mon Apr 09 2007 - brian.cameron@sun.com
17437N/A- Bump to 2.18.1.
17402N/A* Wed Mar 21 2007 - brian.cameron@sun.com
17402N/A- Add gdm-10-desktop.diff to fix Catagory in gdmsetup and gdmphotosetup
17346N/A desktop file.
17346N/A* Tue Mar 13 2007 - brian.cameron@sun.com
17285N/A- Add gdm-07-xephyr.diff and gdm-08-nodbus.diff patches. Both are
17285N/A upstream.
17277N/A* Mon Mar 12 2007 - damien.carbery@sun.com
17277N/A- Bump to 2.18.0.
17277N/A* Fri May 09 2007 - brian.cameron@sun.com
17247N/A- Add patch gdm-07-fixdesktop.diff to move GDM desktop entries into
17277N/A control center. Add patch gdm-08-fixxnest.diff to fix GDM to send
17246N/A the right fontpath to the Xsun Xnest program. Add patch
17246N/A gdm-09-no-gdm-in-cdu-menu.diff to ensure that GDM desktop menu
17277N/A choices only appear if using GDM. If not using GDM these programs
17245N/A are non-functional.
17245N/A* Fri Mar 02 2007 - brian.cameron@sun.com
17245N/A- Bump to 2.17.8
17222N/A* Wed Feb 28 2007 - brian.cameron@sun.com
17222N/A- Add patch to fix bugster bug #4877721 and bugzilla bug #108820.
17222N/A This patch won't go into GDM until 2.19, but we want this patch
17209N/A to go into 2.18 for Solaris.
17245N/A* Tue Feb 15 2007 - brian.cameron@sun.com
17200N/A- Remove sessionexit patch due to patch review comments.
17245N/A* Tue Feb 13 2007 - takao.fujiwara@sun.com
17186N/A- Add l10n tarball.
17245N/A* Tue Feb 13 2007 - brian.cameron@sun.com
17089N/A- Bump to 2.17.7 and add sessionexit patch to fix bugster bug
17089N/A 6228488.
17552N/A* Mon Jan 22 2007 - damien.carbery@sun.com
17073N/A- Bump to 2.17.6.
17059N/A* Mon Jan 08 2007 - damien.carbery@sun.com
17059N/A- Bump to 2.17.5. Remove upstream patch, 07-fixdialogs.
17059N/A* Sun Dec 17 2006 - laca@sun.com
16880N/A- delete upstream patch fixsecurity.diff
16880N/A- renumber remaining patch
16880N/A* Fri Dec 15 2006 - brian.cameron@sun.com
16623N/A- Patch from CVS head to fix dialog boxes so that they display text.
16623N/A* Thu Dec 14 2006 - damien.carbery@sun.com
16511N/A- Bump to 2.17.4.
16511N/A* Wed Dec 06 2006 - brian.cameron@sun.com
16395N/A- Remove Linux specific gdm-01-branding-defaults-linux.diff and
16395N/A gdm-03-pam-security-setup.diff. Add patch comments.
16193N/A* Tue Dec 05 2006 - brian.cameron@sun.com
16193N/A- Add patch gdm-08-fixsecurity.diff to fix a security vulnerability found
16190N/A in gdmchooser.
16190N/A* Tue Dec 05 2006 - damien.carbery@sun.com
16054N/A- Bump to 2.17.3. Remove upstream patches, 07-linguas, 10-fixsessionname,
16054N/A 09-gdmsetup-launch-menu-tooltip and 11-defaultdesc: Renumber remainder.
16013N/A* Thu Nov 27 2006 - brian.cameron@sun.com
16013N/A- Patch to fix setting the sesison name for gnome.desktop.
16013N/A Define better name for default.desktop and turn off console kit support
16038N/A since it doesn't work on Solaris yet.
15968N/A* Thu Nov 23 2006 - damien.carbery@sun.com
15968N/A- Remove upstream patchs, 09-sun-branding-patch and 10-fixfocus. Renumber
15968N/A remainder.
15792N/A* Mon Nov 20 2006 - damien.carbery@sun.com
15792N/A- Bump to 2.17.2.
15591N/A* Wed Nov 15 2006 - calum.benson@sun.com
15591N/A- Modify tooltip to match latest UI spec.
15591N/A* Tue Oct 31 2006 - brian.cameron@sun.com
15543N/A- Add patch to fix focus problem, fixed in CVS head.
15543N/A* Tue Oct 31 2006 - damien.carbery@sun.com
15543N/A- Bump to 2.16.2.
15543N/A* Tue Oct 03 2006 - damien.carbery@sun.com
15503N/A- Bump to 2.16.1. Remove upstream patch, gdm-10-fixcrash.diff.
15503N/A* Sat Sep 23 2006 - brian.cameron@sun.com
15460N/A- Add patch to fix crashing.
15460N/A* Tue Sep 05 2006 - damien.carbery@sun.com
15389N/A- Bump to 2.16.0.
15389N/A* Tue Aug 22 2006 - damien.carbery@sun.com
15389N/A- Bump to 2.15.10.
15347N/A* Tue Aug 08 2006 - damien.carbery@sun.com
15347N/A- Bump to 2.15.9.
15347N/A* Tue Aug 01 2006 - damien.carbery@sun.com
15347N/A- Bump to 2.15.8.
15247N/A* Fri Jul 28 2006 - dermot.mccluskey@sun.com
15247N/A- Fix minor typo.
15230N/A* Wed Jul 26 2006 - brian.cameron@sun.com
15230N/A- No longer set --with-at-bindir when calling configure since gok and
14468N/A gnopernicus are now in the standard /usr/bin location, not /usr/sfw/bin.
14468N/A* Wed Jul 26 2006 - brian.cameron@sun.com
14362N/A- Remove patches 7 and 11, merged into CVS head. Also remove
14362N/A gdmflexiserver.desktop from Solaris builds since we do not support
14133N/A Virtual Terminals. Running this menu choice causes the session to
14133N/A hang on Solaris, so we shouldn't put it in the menus.
14126N/A* Mon Jul 24 2006 - damien.carbery@sun.com
14126N/A- Bump to 2.15.7.
14014N/A* Fri Jun 16 2006 - brian.cameron@sun.com
14014N/A- Fix focus so it returns to entry field after session, language, restart,
14014N/A suspend, and shutdown dialogs are used from options button.
14014N/A* Mon Jun 12 2006 - brian.cameron@sun.com
14014N/A- Bumped to 2.14.9. This fixes automatic login, which was broken, and
14014N/A corrects a number of warnings that were causing core dumping issues.
14014N/A* Wed Jun 07 2006 - brian.cameron@sun.com
14014N/A- Bumped to 2.14.8. Removed patches no longer needed. This fixes a serious
13907N/A security issue where a user can access the gdmsetup GUI with their user
13907N/A password if the face browser is enabled (off by default on Solaris).
13819N/A* Tue Jun 06 2006 - brian.cameron@sun.com
13819N/A- Added patch gdm-12-fixflexiserver.diff to fix a core dumping problem.
13786N/A Modified gdm-01-branding-defaults-solaris.diff to better integrate with
13786N/A ctrun and updated the gdm.xml SVC manifest so that core dumps do not
13786N/A cause GDM to restart. Removed gdm-05-fix-a11y-crash.diff since it didn't
13786N/A work as a fix.
13786N/A* Mon May 23 2006 - brian.cameron@sun.com
13491N/A- Bump to 2.14.7.
13453N/A* Fri May 19 2006 - glynn.foster@sun.com
13453N/A- Don't show the login photo dialog in the menus - removed according to
13453N/A the UI spec, and the functionality should really be apart of the
13317N/A 'Personal Information' dialog.
13318N/A* Fri May 12 2006 - brian.cameron@sun.com
13083N/A- Added patch gdm-12-fixconfig.diff to fix a problem that prevents users
13083N/A from disabiling the failsafe session in the menu.
13083N/A* Fri May 12 2006 - brian.cameron@sun.com
13024N/A- Updated to 2.14.6 which has the new features included in the patch
13024N/A added in the previous comment. Replace the patch with a much smaller
12985N/A patch that just adds the "startagain" feature. This is much more
12985N/A maintainable. Also added a patch to update the Lanugage display
12985N/A provided by Peter Nugent.
12985N/A* Thu May 11 2006 - brian.cameron@sun.com
12985N/A- Add patch to add per-display configuration needed by SunRay.
12985N/A This patch also adds the updated Cancel button, the pam-error-logo,
12973N/A and real GTK+ buttons needed by Coolstart branding. These changes
12973N/A all copied from GDM CVS head.
12872N/A* Tue May 09 2006 - brian.cameron@sun.com
12872N/A- Remove two patches that have been integrated into GDM, and add the
12893N/A avoidchown patch so that building this package works if you are a
12830N/A running as non-root.
12830N/A* Wed May 03 2006 - damien.carbery@sun.com
12797N/A- Bump to 2.14.5.
12797N/A* Wed Apr 26 2006 - damien.carbery@sun.com
12578N/A- Bump to 2.14.4.
12797N/A* Tue Apr 25 2006 - damien.carbery@sun.com
12508N/A- Bump to 2.14.3.
12508N/A* Tue Apr 18 2006 - damien.carbery@sun.com
12151N/A- Bump to 2.14.2.
12151N/A* Thu Apr 13 2006 - damien.carbery@sun.com
11991N/A- Remove upstream patches, 10-libvicious-dir and 11-fixaudit.
11991N/A* Tue Apr 11 2006 - damien.carbery@sun.com
11991N/A- Bump to 2.14.1.
11989N/A* Tue Mar 14 2006 - damien.carbery@sun.com
11989N/A- Bump to 2.14.0.
11898N/A* Mon Mar 13 2006 - brian.cameron@sun.com
11898N/A- Add patch 11 to fix auditing logic. This patch can go away when the
11416N/A GDM 2.14.1 comes out.
11416N/A* Fri Mar 3 2006 - damien.carbery@sun.com
11358N/A- Bump to 2.13.0.10.
11358N/A* Tue Feb 28 2006 - damien.carbery@sun.com
11358N/A- Bump to 2.13.0.9.
11256N/A- Remove upstream patch, 11-fixcore.
11256N/A* Thu Feb 16 2006 - brian.cameron@sun.com
11205N/A- Add patch 11 to fix core dumping issue in gdmsetup. This fix is in
11205N/A CVS head so it can go away when we update to the next version of GDM.
11123N/A* Tue Feb 14 2006 - damien.carbery@sun.com
11123N/A- Bump to 2.13.0.8.
11072N/A* Tue Jan 31 2006 - damien.carbery@sun.com
11072N/A- Bump to 2.13.0.7.
11002N/A* Thu Jan 19 2006 - brian.cameron@sun.com
11002N/A- Bump to 2.13.0.6.
10979N/A* Mon Jan 16 2006 - damien.carbery@sun.com
10979N/A- Move sfw reference (a Solaris specific dir) to SUNWgnome-display-mgr.spec.
10934N/A* Mon Jan 16 2006 - padraig.obriain@sun.com
10934N/A- Bump to 2.13.0.5; dd --with-prefetch and add /usr/sfw/include to CFILES to
10917N/A find <tcpd.h>
10917N/A* Sun Jan 15 2006 - damien.carbery@sun.com
10840N/A- Bump to 2.13.0.4
10840N/A* Tue Dec 20 2005 - dermot.mccluskey@sun.com
10840N/A- Bump to 2.13.0.3
10810N/A* Tue Nov 29 2005 - laca.com
10810N/A- remove javahelp stuff
10776N/A* Tue Nov 29 2005 - damien.carbery@sun.com
10776N/A- Bump to 2.8.0.7.
10776N/A* Thu Oct 13 2005 - damien.carbery@sun.com
10776N/A- Added patch, 10-libvicious-dir, to remove dir in vicious-extensions
10723N/A Makefile.am, as it caused build to fail.
10776N/A* Tue Oct 11 2005 - damien.carbery@sun.com
10709N/A- Bump to 2.0.8.5
10624N/A* Wed Sep 21 2005 - brian.cameron@sun.com
10625N/A- Bump to 2.8.0.4
10625N/A* Wed Sep 07 2005 - damien.carbery@sun.com
10625N/A- Remove capplets dir from %files. Contents moved in 2.8.0.3.
10624N/A* Mon Sep 05 2005 - damien.carbery@sun.com
10617N/A- Bump to 2.8.0.3.
10617N/A* Mon Aug 15 2005 - damien.carbery@sun.com
10617N/A- Bump to 2.8.0.1.
10617N/A* Wed Aug 03 2005 - laca@sun.com
10609N/A- remove upstream patch xnext-remote-session.diff
10609N/A* Thu Jul 14 2005 - damien.carbery@sun.com
10470N/A- Add unpackaged files to %files (pixmaps/faces and gnome/capplets).
10470N/A* Wed Jul 13 2005 - brian.cameron@sun.com
10470N/A- Upgraded to 2.8.0.1
10470N/A* Fri Jun 10 2005 - matt.keenan@sun.com
10470N/A- Re-applied patch 01 linux branding
10444N/A- Added patch 04/05 to build
10444N/A* Tue May 10 2005 - leena.gunda@wipro.com
10444N/A- Added patch gdm-45-xnest-remote-session.diff to allow remote login
10444N/A using XDMCP chooser in nested window. Fixes bug #6245415.
10437N/A* Tue Apr 19 2005 - bill.haneman@sun.com
10437N/A- Reinstated xevie-enabling patch on Linux, via gdm-44-linux-xevie.diff.
10345N/A* Fri Apr 1 2005 - brian.cameron@sun.com
10345N/A- Add patch 43 so that we set the Xserver on Solaris to
10345N/A /usr/X11/bin/Xserver instead of /usr/X11/bin/X as per ARQ
10279N/A request. Also now put /usr/openwin/bin in the user default
10279N/A patch here instead of in SUNWdtlogin-integration.spec.
10279N/A* Thu Mar 17 2005 - brian.cameron@sun.com
10264N/A- Add patch 42 to allow configure to specify the full path to the
10264N/A a11y AT programs used in the gesture listener configuration files.
10248N/A Patch in gdm CVS head.
10248N/A* Thu Mar 10 2005 - Chookij.Vanatham@Sun.COM
10248N/A- Fix gdm to fork user's session with "system locale" if "Default" option
10248N/A at the language menu being selected. [CR Id: 5032088]
10248N/A* Thu Mar 03 2005 - brian.cameron@sun.com
10248N/A- Fix XDMCP logic so that it works when an IPv4 address requests a
10248N/A connection and IPV6 is enabled in GDM. Patch40 fixes this.
10155N/A* Tue Mar 01 2005 - dermot.mccluskey@sun.com
10155N/A- remove patch 40 (XEVIE) - break new X server
10139N/A* Fri Feb 25 2005 - brian.cameron@sun.com
10139N/A- Added patch 40 to turn on XEVIE on Linux by default for the
10139N/A standard server to meet a11y requirements. Fixes bug 6226645.
10139N/A* Thu Feb 24 2005 - brian.cameron@sun.com
10139N/A- Added branding patch 39 to change the GNOME string to "Java Desktop
10139N/A System" in a number of places in the c-code.
10139N/A* Tue Feb 22 2005 - brian.cameron@sun.com
10139N/A- Backed out patch 39/40 since ARC determined that these flags should
10139N/A not be set by default after initially indicating it was okay.
10139N/A* Mon Feb 14 2005 - brian.cameron@sun.com
10139N/A- Added patch 39/40 to support setting the Xserver with needed
10139N/A a11y Xserver flags. Fixes CR 6226645.
10139N/A* Tue Feb 08 2005 - brian.cameron@sun.com
10139N/A- Removed --with-post-path argument since /usr/dt/bin and
10139N/A /usr/openwin/bin are added also by the /usr/dt/config/Xinitrc.jds.
10139N/A No need to have them in the PATH twice. Also we do not
10139N/A need to add /usr/demo/jds/bin since all the *.desktop files
10139N/A have full-paths defined.
10139N/A* Mon Feb 07 2005 - brian.cameron@sun.com
10139N/A- Added patch-38 to more cleanly set the default PATH. This replaces
10139N/A patches gdm-15-default.path.diff and gdm-16-reboot-shutdown-option.diff.
10139N/A The new patch sets more sensible definitions for Halt, Reboot, Shutdown
10139N/A commands on Solaris. Also updated gdm-18-help.diff so it forwards
10139N/A the user to the right subsection when running gdmsetup help.
10139N/A* Fri Jan 21 2005 - brian.cameron@sun.com
10139N/A- Now only apply patch 37 when building on Linux. Modified patch 37 to
10139N/A include needed changes for Solaris.
10139N/A* Tue Jan 18 2005 - brian.cameron@sun.com
10139N/A- Added patch gdm-37-branding.diff to fix branding issue in gnome.desktop
10139N/A file. Also updated gdm-21-fix-a11y-crash.diff patch so it works on
10139N/A JDS Linux.
10139N/A* Fri Jan 14 2005 - kazuhiko.maekawa@sun.com
10139N/A- Updated l10n help tarball for cinnabar-linux
10139N/A* Thu Dec 30 2004 - Chookij.Vanatham@Sun.COM
10139N/A- #6213083 - Add note that legacy locales are NOT SUPPORTED for linux platform.
10139N/A* Wed Dec 22 2004 - leena.gunda@wipro.com
10139N/A- Added gdm-35-flexi-xdmcp-option.diff to make XDMCP chooser work in
10139N/A flexiserver. Fixes bug #4992853.
10139N/A* Fri Nov 26 2004 - leena.gunda@wipro.com
10139N/A- Added gdm-34-xsession-use-ksh.diff to execute Xsession script using
10139N/A ksh on Solaris. Fixes stopper bug #6199960.
10139N/A* Wed Nov 24 2004 - Chookij.Vanatham@Sun.COM
10139N/A- #6196675 - all single byte locales removed.
10139N/A* Thu Nov 18 2004 - hidetoshi.tajima@sun.com
10139N/A- #5081827 - run /usr/dt/config/Xsession.jds instead of gnome-session
10139N/A for gnome session vid gdm. Solaris only.
10139N/A* Wed Nov 17 2004 - matt.keenan@sun.com
10139N/A- #6195855 Install correct man page
10139N/A* Wed Nov 10 2004 - Chookij.Vanatham@Sun.COM
10139N/A- Added gdm-31-current-locale.diff to fix bug#5100351
10139N/A* Wed Nov 10 2004 - leena.gunda@wipro.com
10139N/A- Remove gdm-26-start-gnome-volcheck.diff as gnome-volcheck is now
10139N/A started by gnome-session.
10139N/A* Mon Nov 09 2004 - alvaro.lopez@sun.com
10139N/A- Added new patch 31. It fixes #6182860: IPv6 logic is broken for New
10139N/A Login in a Nested Window, so the enable-ipv6 parameter of configure
10139N/A is "yes" again.
10139N/A* Mon Nov 01 2004 - hidetoshi.tajima@sun.com
10139N/A- Modify gdm-07-set-lc-messages-to-lang.diff. set LANG from RC_LANG
10139N/A in /etc/sysconfig/language when it is NULL. (CR 6188663)
10139N/A* Fri Oct 29 2004 - damien.carbery@sun.com
10139N/A- Add gdm-30-xorg-conf.diff to fix 6185918. configure.in checks for Xorg
10139N/A binary before looking for X (Xsun) binary.
10139N/A* Thu Oct 28 2004 - matt.keenan@sun.com
10139N/A- Added gdm-binary.1.gz, gdm.1.gz, gdmXnest.1.gz, gdmXnestchooser.1.gz,
10139N/A gdmchooser.1.gz, gdmflexiserver.1.gz, gdmgreeter.1.gz, gdmlogin.1.gz,
10139N/A gdmphotosetup.1.gz, gdmsetup.1.gz, gdmthemetester.1.gz, gdm-restart.1m.gz,
10139N/A gdm-safe-restart.1m.gz, gdm-stop.1m.gz, gdmconfig.1m.gz man pages
10139N/A* Thu Oct 28 2004 - kazuhiko.maekawa@sun.com
10139N/A- Updated l10n help tarball and added pt_BR
10139N/A* Fri Oct 22 2004 - alvaro.lopez@sun.com
10139N/A- "Source" entry updated
10139N/A* Thu Oct 21 2004 - brian.cameron@sun.com
10139N/A- Removed ipv6 support (--enable-ipv6=no) since this is breaking
10139N/A gdm's ability to "login in a nested window". Created bug 6182860
10139N/A so that issue gets fixed.
10139N/A* Wed Oct 20 2004 - leena.gunda@wipro.com
10139N/A- Added patch gdm-27-alt-meta-mapping.diff to restore 'Alt' and 'Meta'
10139N/A mappings on sparc Solaris. Fixes bug 6173594.
10139N/A* Wed Oct 20 2004 - leena.gunda@wipro.com
10139N/A- Added patch gdm-26-start-gnome-volcheck.diff to start gnome-volcheck
10139N/A if Xserver is local. Fixes bug #5107205.
10139N/A* Fri Oct 15 2004 - brian.cameron@sun.com
10139N/A- Correct GreenLine integration. The problem with disabling core dumps
10139N/A in the GreenLine XML file is that this causes GreenLine to ignore
10139N/A core dumps for all programs, including gdm. Now using patch 25
10139N/A we use ctrun to specify that only programs launched from gdm's
10139N/A Xsession script (the user's session) are run in a separate GreenLine
10139N/A contract that ignores core dumps. This way if gdm itself core dumps,
10139N/A GreenLine will correctly default back to the console login.
10139N/A* Thu Oct 14 2004 - brian.cameron@sun.com
10139N/A- Added patch gdm-24-sanitize-conf.diff to clean up language in
10139N/A gdm.conf file. Fixes bug 5097046.
10139N/A* Wed Oct 06 2004 - balamurali.viswanathan@wipro.com
10139N/A- Add patch gdm-22-xserver-location.diff to set GDM_XSERVER_LOCATION
10139N/A with the x server type. Fixes bug #6174802
10139N/A* Wed Oct 06 2004 - padraig.obriain@sun.com
10139N/A- Added patch gdm-21-fix-a11y-crash.diff to remove
10139N/A /var/tmp/orbit-gdm/bonobo-activation-server-ior. Fixes bug #5103715.
10139N/A* Tue Oct 05 2004 - balamurali.viswanathan@wipro.com
10139N/A- Modified patch gdm-15-default-path.diff to add
10139N/A /usr/openwin/bin to the path. Fixes bug #5106790
16654N/A* Mon Oct 04 2004 - yuriy.kuznetsov@sun.com
10139N/A- Added gdm-20-g11n-i18n-button.diff to fix bug#5109970
10139N/A* Wed Sep 29 2004 - <hidetoshi.tajima@sun.com>
10139N/A- updated gdm-03-locale-alias.diff to remove non-UTF-8
10139N/Alocale entries from Traditional Chinese (big5 and big5hkscs)
10139N/A* Mon Sep 20 2004 - dermot.mccluskey@sun.com
10139N/A- Added chmod xdm in post-install script
10139N/A* Fri Sep 17 2004 - bill.haneman@sun.com
10139N/A- Added patch gdm-20-gdmwm-struts.diff, to fix bugzilla
10139N/A #143634.
10139N/A* Thu Sep 16 2004 - dermot.mccluskey@sun.com
10139N/A- Added post install script to set gdm as displaymanager
10139N/A* Wed Sep 15 2004 - archana.shah@wipro.com
10139N/A- Patch added gdm-19-add-acroread-path.diff
10139N/A Fixes bug# 5087934
10139N/A* Thu Aug 26 2004 - vinay.mandyakoppal@wipro.com
10139N/A- Patch gdm-18-help.diff provide help link.
10139N/A* Thu Aug 26 2004 - bill.haneman@sun.com
10139N/A- Updated patch gdm-10-a11y-gestures.diff.
10139N/A* Tue Aug 24 2004 - brian.cameron@sun.com
10139N/A- Enabling ipv6.
10139N/A* Tue Aug 24 2004 - glynn.foster@sun.com
10139N/A- Add back icons
10139N/A* Tue Aug 24 2004 - laszlo.kovacs@sun.com
10139N/A- removed some icons
10139N/A* Thu Aug 19 2004 - damien.carbery@sun.com
10139N/A- Integrate updated docs tarball from eugene.oconnor@sun.com.
10139N/A* Fri Aug 13 2004 - bill.haneman@sun.com
10139N/A- Update patch gdm-10-a11y-gestures.diff. Fixes bug #5067111.
10139N/A* Thu Jul 29 2004 - bill.haneman@sun.com
10139N/A- use version 2.6.0.3 (fix for bugzilla 144920 and related GOK problem)
10139N/A- remove patches gdm-08-gdmtranslate.diff and gdm-09-fix-which.diff,
10139N/A since they are included in 2.6.0.3.
10139N/A* Thu Jul 22 2004 - vinay.mandyakoppal@wipro.com
10139N/A- add patch to remove reboot/shutdown option on Solaris box
10139N/A* Thu Jul 22 2004 - leena.gunda@wipro.com
10139N/A- add patch gdm-15-default-path.diff to add /usr/dt/bin and /usr/sfw/bin
10139N/A to PATH for Solaris.
10139N/A* Wed Jul 14 2004 - niall.power@sun.com
10139N/A- add patch from Johan to invoke jds registration on first login
10139N/A* Thu Jul 08 2004 - arvind.samptur@wipro.com
10139N/A- add patch to pass X server options instead of hardcoding
10139N/A it in the gdm.conf.in
10139N/A* Wed Jul 07 2004 - niall.power@sun.com
10139N/A- ported to rpm4
10139N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
10139N/A- added "-j $CPUS" to make to speed up builds
10139N/A* Wed Jun 23 2004 - damien.carbery@sun.com
10139N/A- Update a11y-gestures patch to add HAVE_XINPUT to acconfig.h.
10139N/A Remove xdmcp-enable patch (10) for app security reasons and move 13 to 10.
10139N/A* Thu Jun 10 2004 - damien.carbery@sun.com
10139N/A- Add patch 12 to add 'docs/C/figures' directory to the build.
10139N/A* Mon May 31 2004 - niall.power@sun.com
10139N/A- bump to 2.6.0.2
10139N/A* Wed May 12 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gdm-l10n-po-1.1.tar.bz2
10139N/A* Sun Apr 18 2004 - laca@sun.com
10139N/A- enable javahelp conversion on Solaris
10139N/A* Thu Apr 08 2004 - <niall.power@sun.com>
10139N/A- bumped to 2.6.0.0 and updated dependencies
10139N/A* Sat Apr 03 2004 - Chookij.Vanatham@Sun.COM
10139N/A- added gdm-11-g11n-truncated-username.diff to fix 4955151
10139N/A* Thu Apr 01 2004 - matt.keenan@sun.com
10139N/A- javahelp conversion
10139N/A* Wed Mar 31 2004 - <hidetoshi.tajima@sun.com>
10139N/A- updated gdm-03-locale-alias.diff to fix 4884887
10139N/A* Mon Mar 29 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gdm-l10n-po-1.0.tar.bz2
10139N/A* Tue Mar 23 2004 - <glynn.foster@sun.com>
10139N/A- Remove photo setup from %files since we didn't want it part of the
10139N/A menus by default [$datadir/gnome/capplets/..]
10139N/A* Mon Mar 22 2004 - <laca@sun.com>
10139N/A- simplify %build
10139N/A* Fri Mar 19 2004 - <damien.carbery@sun.com>
10139N/A- Move autoheader and autoconf out of the platform specific section because
10139N/A it is common to both platforms.
10139N/A* Fri Mar 19 2004 - <damien.carbery@sun.com>
10139N/A- Change '\' to ';' so autoheader and autoconf run separately.
10139N/A* Thu Mar 18 2004 - <brian.cameron@sun.com>
10139N/A- Add patch 8 that fixes gdmtranslate so it compiles with -g, add
10139N/A patch 9 to fix scripts so that they don't call which (since which
10139N/A doesn't work on Solaris without an associated TTY), and add patch
10139N/A 10 to turn on XDMCP support by default.
10139N/A* Tue Mar 09 2004 - <niall.power@sun.com>
10139N/A- bump to 2.5.90.2
10139N/A* Mon Mar 01 2004 - <laca@sun.com>
10139N/A- s$/usr/share$%{_datadir}$
10139N/A* Thu Feb 26 2004 - <damien.carbery@sun.com>
10139N/A- Fix small typos in description and change tar commmand to bzcat/tar.
10139N/A- Remove --enable-console-helper on Solaris.
10139N/A* Fri Feb 06 2004 - <matt.keenan@sun.com>
10139N/A- Bump to 2.5.90.0, add docs, and ported QS patches
10139N/A* Wed Jan 07 2004 - <niall.power@sun.com>
10139N/A- Update to 2.4.4.7 for gnome-2.5.x
10139N/A- Regenerated gdm-07-enable-tcp-by-default.diff
10139N/A* Fri Oct 31 2003 - <glynn.foster@sun.com>
10139N/A- Remove the Sun Supported menu entry patch, and reorder.
10139N/A* Tue Oct 14 2003 - <markmc@sun.com> 2.4.4.3-2
10139N/A- Add patch from Toshi to normalize the locale environment
10139N/A variables to be the same as LANG if they are unset.
10139N/A* Fri Oct 10 2003 - <niall.power@sun.com> 2.4.4.3
10139N/A- Update to 2.4.4.3 for gnome-2.4
10139N/A* Wed Oct 01 2003 - <michael.twomey@sun.com> 2.4.2.101-14
10139N/A- Add patch from Chookij to fix bug 4901817 (ja_JP.eucJP name)
10139N/A* Thu Sep 18 2003 - <markmc@sun.com> 2.4.2.101-12
10139N/A- Add patch from Leena to set AlwaysRestartServer to true.
10139N/A* Thu Aug 21 2003 - <markmc@sun.com> 2.4.2.101-1
10139N/A- Upgrade to 2.4.2.101
10139N/A* Mon Aug 18 2003 - <markmc@sun.com> 2.4.2.99-7
10139N/A- Set DisallowTCP to false by default.
10139N/A* Fri Aug 08 2003 - <michael.twomey@sun.com> 2.4.2.99-3
10139N/A- Updated locale.alias patch with a fix for zh_HK and a tweak
10139N/A for ja_JP.sjis (now ja_JP.SJIS). Fixing bug 4899317.
10139N/A- Added a dependancy on openssl-devel. My build failed because
10139N/A it was missing. I've also added openssl for good measure.
10139N/A* Thu Aug 07 2003 - <michael.twomey@sun.com> 2.4.2.99-2
10139N/A- Patched /etc/X11/gdm/Xsession so ~/.xim or /etc/skel/.xim is sourced which
10139N/A ensures that XIM input methods are started.
10139N/A* Fri Aug 01 2003 - <markmc@sun.com> 2.4.2.99-1
10139N/A- Upgrade to 2.4.2.99.
10139N/A* Fri Aug 01 2003 - <glynn.foster@sun.com>
10139N/A- Add supported menu category.
10139N/A* Sun Jul 27 2003 - <markmc@sun.com>
10139N/A- Update to 2.4.2.98
10139N/A- Remove POTFILES.in patch. Seems to be in new tarball.
10139N/A* Tue Jul 22 2003 - <michael.twomey@sun.com>
10139N/A- Added a patch to update the POTFILES.in.
10139N/A* Mon Jul 21 2003 - <glynn.foster@sun.com>
10139N/A- Changed category of gdmsetup.desktop, so it appears in
10139N/A the system menu again.
10139N/A* Mon Jul 21 2003 - <michael.twomey@sun.com>
10139N/A- Added zh_HK (Hong Kong Chinese) to the available languages.
10139N/A* Fri Jul 18 2003 - <michael.twomey@sun.com>
10139N/A- Patched locale.alias to include more Asian locale codeset
10139N/A variants as requested by the Asian teams.
10139N/A* Thu Jul 17 2003 - <markmc@sun.com>
10139N/A- Fixed up the PAM configuration files.
10139N/A- Removed the sysconfig/displaymanager hack
10139N/A* Thu Jul 17 2003 - <niall.power@sun.com>
10139N/A- update to version 2.4.2.97, release 0
10139N/A- removed patches gdm-04-setlocale.diff and
10139N/A gdm-05-potfiles_in.diff, which are integrated upstream
10139N/A- Changed sysconfdir to /etc/X11 so that new common sessions
10139N/A configuration directory (/etc/X11/dm/Sessions) can be shared
10139N/A with kdm etc.
10139N/A- New common sessions dir /etc/X11/dm added to %files
10139N/A* Fri Jul 11 2003 - <niall.power@sun.com>
10139N/A- added setlocal patch - No more Welsh :) (or Czech!)
10139N/A* Tue Jul 08 2003 - <niall.power@sun.com>
10139N/A- Remove .desktop capplets from %files since photo setup
10139N/A is gone.
10139N/A* Mon Jul 07 2003 - <glynn.foster@sun.com>
10139N/A- Remove the photo setup .desktop menu item from the
10139N/A Settings menu.
10139N/A* Tue Jul 01 2003 - <glynn.foster@sun.com>
10139N/A- Move the pam and branding stuff to patches, and not
10139N/A dirty copy hacks ;)
10139N/A* Tue Jul 01 2003 - <glynn.foster@sun.com>
10139N/A- Make gdm now depend on sun-gdm-themes which is a new
10139N/A package, replacing the old one.
10139N/A* Fri Jun 30 2003 - <glynn.foster@sun.com>
10139N/A- Make gdm now depend on Sundt-gdm-theme. This may be
10139N/A crack that we shouldn't do, but until I figure out
10139N/A how things work, let's go with it.
10139N/A* Fri Jun 30 2003 - <glynn.foster@sun.com>
10139N/A- New tarball, bump version and reset release. Remove
10139N/A the old greeter theme, since we probably don't want
10139N/A it installed anyway
10139N/A* Fri May 02 2003 - <niall.power@sun.com>
10139N/A- Initial Sun release.
10139N/A