gdm.spec revision 18694
10710N/A#
10710N/A# spec file for package gdm
10710N/A#
10710N/A# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
10710N/A# This file and all modifications and additions to the pristine
10710N/A# package are under the same license as the package itself.
10710N/A#
10710N/A%define owner yippi
10843N/A#
10843N/A
10710N/A%define OSR LFI#105446 (gnome Exec. summary):n/a
10710N/A
10710N/AName: gdm
13079N/ALicense: GPL v2, LGPL v2, MIT
10710N/AGroup: System/GUI/GNOME
10710N/AVersion: 2.30.2
10710N/ARelease: 1
10710N/ADistribution: Java Desktop System
10710N/AVendor: Gnome Community
10710N/ASummary: The GNOME 2.x Display Manager
11925N/ASource: http://download.gnome.org/sources/gdm/2.30/gdm-%{version}.tar.bz2
10710N/ASource1: box.png
12773N/ASource2: logo.png
12773N/ASource3: bottom-panel-image.png
12773N/A# Manage displays on the fly
10710N/A# date:2008-06-03 owner:halton type:feature bugzilla:536355
10881N/APatch1: gdm-01-dynamic-display.diff
10710N/A# date:2009-02-13 owner:yippi type:branding
10881N/A# Branding changes (e.g. configuration differences from upstream) for Solaris.
13303N/APatch2: gdm-02-branding.diff
10881N/A# Adds SDTLOGIN interface, which drops the Xserver to user
10710N/A# perms rather than running as root, for added security on Solaris.
10881N/A# date:2008-05-06 owner:yippi type:feature
13303N/APatch3: gdm-03-sdtlogin.diff
10881N/A# date:2008-05-05 owner:yippi type:feature doo:14007
13303N/APatch4: gdm-04-smf.diff
11114N/A# Add support for /etc/default/login configuration.
13303N/A# date:2009-03-31 owner:yippi type:feature
13303N/APatch5: gdm-05-default.diff
10710N/A# Solaris does not support system GConf settings.
10710N/A# date:2009-04-28 owner:yippi type:branding
10710N/APatch6: gdm-06-no-system-gconf.diff
10710N/A# date:2009-08-20 owner:yippi type:bug bugzilla:583856
13079N/APatch7: gdm-07-pam-problem-dialog.diff
10710N/A# Add fbconsole integration.
10710N/A# date:2009-08-20 owner:yippi type:feature doo:10640
10710N/APatch8: gdm-08-fbconsole.diff
10710N/A# date:2009-09-08 owner:yippi type:branding
10710N/APatch9: gdm-09-lang.diff
10710N/A# date:2009-10-16 owner:halton type:branding
10710N/APatch10: gdm-10-sol-notty.diff
10710N/A# date:2009-10-13 owner:niall type:bug doo:10981
10710N/APatch11: gdm-11-trusted-extensions.diff
10710N/A# date:2009-10-16 owner:yippi type:bug bugzilla:592183 doo:10611
10710N/APatch12: gdm-12-fixfocus.diff
10710N/A# GDM needs to provide the "gdm" user with access to the audio device for
10710N/A# orca text-to-speech to work in the login GUI.
10710N/A# date:2009-10-26 owner:yippi type:feature doo:12125,13570,15539 bugster:6915777
10710N/APatch13: gdm-13-setfacl.diff
10710N/A# Add "ShowLast" configuration option, needed for Sun Ray.
10710N/A# date:2009-11-05 owner:yippi type:bug doo:11298 bugzilla:600914
10710N/APatch14: gdm-14-last.diff
10710N/A# date:2009-12-03 owner:yippi type:bug bugzilla:594818 doo:10915
10710N/APatch15: gdm-15-gconf.diff
10710N/A# Use pstack to get stack trace, not gdb.
10710N/A# date:2009-12-07 owner:yippi type:branding
10710N/APatch16: gdm-16-pstack.diff
10710N/A# date:2010-01-18 owner:erwannc type:branding doo:13943
10710N/APatch17: gdm-17-opensolaris-visual-branding.diff
10710N/A# date:2009-12-18 owner:yippi type:branding bugster:6897155,6908857
10710N/APatch18: gdm-18-trusted-extensions.diff
10710N/A# Set device as "/dev/console" for display :0 runns on VT to gain permissions
10710N/A# for the default login user. This is a hacking code before CR6885612 fixed.
10710N/A# date:2009-02-26 owner:halton type:branding doo:11620 bugster:6885815,6886849
13079N/APatch19: gdm-19-set-console.diff
13079N/A# date:2010-04-19 owner:halton type:bug doo:15117 bugzilla:616258
13079N/APatch20: gdm-20-xdmcp-seatid.diff
13079N/A# date:2010-04-21 owner:halton type:bug doo:13723 bugzilla:614531
10710N/APatch21: gdm-21-allusers.diff
10710N/A# date:2010-02-15 owner:yippi type:feature bugster:6606096
10710N/APatch22: gdm-22-audio-default.diff
10710N/A
10710N/AURL: http://projects.gnome.org/gdm/
11114N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
13303N/A
10710N/A%description
10710N/AThis version of GDM, the GNOME Display manager is based on
12831N/AGTK2 and suited for the GNOME Desktop Environment. GDM is a
12831N/Aflexible X-Window Display Manager that allows to set many
10710N/Aoptions, usable for remote login, and provides a good looking
10710N/Agraphical interface.
10710N/A
10710N/A%prep
10710N/A%setup -q
10710N/A%patch1 -p1
10710N/A%patch2 -p1
10710N/A%patch3 -p1
10710N/A%patch4 -p1
10710N/A%patch5 -p1
10710N/A%patch6 -p1
10710N/A%patch7 -p1
10710N/A%patch8 -p1
11149N/A%patch10 -p1
12773N/A%patch11 -p1
12773N/A%patch12 -p1
12773N/A%patch13 -p1
12773N/A%patch14 -p1
12773N/A%patch15 -p1
10710N/A%patch16 -p1
10710N/A%patch17 -p1
10710N/A%patch18 -p1
10710N/A%patch19 -p1
10710N/A%patch20 -p1
10710N/A%patch21 -p1
10710N/A%patch22 -p1
10710N/A
10710N/Acp %SOURCE1 gui/simple-greeter
10710N/Acp %SOURCE2 gui/simple-greeter
10710N/Acp %SOURCE3 gui/simple-greeter
10710N/A
10710N/A
10710N/A%build
10710N/A%ifos linux
10710N/Aif [ -x /usr/bin/getconf ]; then
10710N/A CPUS=`getconf _NPROCESSORS_ONLN`
12831N/Afi
13282N/A%else
13282N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
13079N/A%endif
13079N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
13079N/A CPUS=1
12831N/Afi
10710N/A
10710N/A# FIXME: create m4 dir as workaround for bugzilla #575218
10710N/Atest ! -d ./m4 && mkdir ./m4
10710N/Aglib-gettextize -f
10710N/Aintltoolize --force --copy --automake
10710N/Alibtoolize -f
10710N/Aaclocal $ACLOCAL_FLAGS -I . -I ./m4
12741N/Aautoheader
10710N/Agnome-doc-prepare --force
10710N/Aautomake -a -c -f
10710N/Aautoconf
12557N/A./configure \
11867N/A --prefix=%{_prefix} \
11867N/A --sysconfdir=%{_sysconfdir} \
10881N/A --localstatedir=%{_localstatedir} \
10881N/A --mandir=%{_mandir} \
10881N/A --libexecdir=%{_libexecdir} \
11947N/A --with-pam-prefix=%{_sysconfdir} \
12741N/A --disable-scrollkeeper \
12741N/A --with-default-path=/usr/bin \
10710N/A --enable-rbac-shutdown=solaris.system.shutdown \
10710N/A --enable-ipv6 \
10710N/A --with-incomplete-locales
10710N/Amake -j $CPUS
10710N/A
10710N/A%install
10710N/Amake install DESTDIR=$RPM_BUILD_ROOT
10710N/A
10710N/A# remove empty folder
10710N/Armdir $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d
10710N/Armdir $RPM_BUILD_ROOT/var/gdm
10710N/A
10710N/A# The gdm-factory-slave and gdm-product-slave are non-functional and
10710N/A# under development. Likewise for gdm-restart and gdm-safe-restart.
12831N/A# Do not ship these until they are ready.
12831N/A#
12831N/Arm $RPM_BUILD_ROOT/%{_libexecdir}/gdm-factory-slave
12831N/Arm $RPM_BUILD_ROOT/%{_libexecdir}/gdm-product-slave
10710N/Arm $RPM_BUILD_ROOT/%{_sbindir}/gdm-restart
10710N/Arm $RPM_BUILD_ROOT/%{_sbindir}/gdm-safe-restart
10710N/Arm $RPM_BUILD_ROOT/%{_datadir}/gdm/autostart/LoginWindow/polkit-gnome-authentication-agent-1.desktop
10710N/A
10710N/A# Remove gdm command. We patch gdm to use pstack instead.
10710N/Arm $RPM_BUILD_ROOT/%{_datadir}/gdm/gdb-cmd
10710N/A
10710N/A# The /var/run directory should not be included with the packages.
10710N/A# GDM will create it at run-time.
10710N/A#
10710N/Armdir $RPM_BUILD_ROOT/var/run/gdm/greeter
13303N/Armdir $RPM_BUILD_ROOT/var/run/gdm
13303N/Armdir $RPM_BUILD_ROOT/var/run
13303N/A
13282N/A%clean
13282N/Arm -rf $RPM_BUILD_ROOT
13282N/A
13282N/A%files
13079N/A%defattr(-,root,root)
13079N/A%doc AUTHORS ChangeLog NEWS README TODO
12557N/A%attr(755,root,root) %{_libexecdir}/gdm-crash-logger
12557N/A%attr(755,root,root) %{_libexecdir}/gdm-factory-slave
12557N/A%attr(755,root,root) %{_libexecdir}/gdm-host-chooser
12543N/A%attr(755,root,root) %{_libexecdir}/gdm-product-slave
12543N/A%attr(755,root,root) %{_libexecdir}/gdm-session-worker
12543N/A%attr(755,root,root) %{_libexecdir}/gdm-simple-chooser
12126N/A%attr(755,root,root) %{_libexecdir}/gdm-simple-greeter
12126N/A%attr(755,root,root) %{_libexecdir}/gdm-simple-slave
12126N/A%attr(755,root,root) %{_libexecdir}/gdm-user-switch-applet
12042N/A%attr(755,root,root) %{_libexecdir}/gdm-xdmcp-chooser-slave
12042N/A%attr(755,root,root) %{_sbindir}/*
12042N/A%attr(755,root,root) %{_bindir}/*
11867N/A%dir %{_sysconfdir}/gdm
11867N/A%dir %{_sysconfdir}/gdm/Init
11867N/A%attr(755,root,root) %config %{_sysconfdir}/gdm/Init/Default
11847N/A%attr(755,root,root) %config %{_sysconfdir}/gdm/PreSession
11847N/A%attr(755,root,root) %config %{_sysconfdir}/gdm/PostSession
11847N/A%attr(755,root,root) %config %{_sysconfdir}/gdm/Xsession
11149N/A%dir %{_sysconfdir}/gdm/PostLogin
11149N/A%config %{_sysconfdir}/gdm/PostLogin/Default.sample
11149N/A%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gdm/custom.conf
11114N/A%{_sysconfdir}/gdm/gdm.schemas
11114N/A%{_sysconfdir}/gconf/schemas/gdm-simple-greeter.schemas
11149N/A%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/*
11114N/A%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/gdm*
11103N/A%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.gdm
11104N/A%attr(750,gdm,gdm) %{_localstatedir}/gdm
11103N/A%attr(750,gdm,gdm) %{_localstatedir}/log/gdm
11033N/A%{_datadir}/pixmaps/*
11033N/A%{_datadir}/gdm
11033N/A%{_datadir}/icons/hicolor/*/apps/*.png
10913N/A%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
10913N/A%{_libdir}/bonobo/servers/*.server
10913N/A%{_localstatedir}/lib/gdm
10761N/A
10761N/A%changelog
10761N/A* Wed Apr 28 2010 - brian.cameron@sun.com
10761N/A- Bump to 2.30.2.
10710N/A* Mon Apr 26 2010 - brian.cameron@sun.com
10710N/A- Bump to 2.30.1. Remove 6 upstream patches.
10710N/A* Thu Apr 22 2010 - brian.cameron@sun.com
10710N/A- Add patch gdm-28-audiodefault.diff to fix bugster CR #6606096.
10710N/A* Wed Apr 21 2010 - halton.huo@sun.com
10710N/A- Add patch gdm-27-allusers.diff to fix doo #13723, bugzilla #614531.
10710N/A* Mon Apr 19 2010 - halton.huo@sun.com
10710N/A- Add patch gdm-26-xdmcp-seatid.diff to fix doo #15157.
10710N/A* Mon Mar 29 2010 - brian.cameron@sun.com
10710N/A- Bump to 2.30.0.
10710N/A* Mon Mar 29 2010 - halton.huo@sun.com
10710N/A Reorder gdm-24-set-console.diff to gdm-25-set-console.diff
10710N/A* Fri Mar 26 2010 - brian.cameron@sun.com
10710N/A- Add patch gdm-21-timedlogin.diff to fix upstream bug #614062. Renumber
10710N/A patches since gdm-22-no-click-login.diff depends on gdm-21-timedlogin.diff.
10710N/A Also update patch gdm-22-no-click-login to fix doo bug #15217.
10710N/A* Fri Mar 26 2010 - halton.huo@sun.com
10710N/A- Rework patch gdm-11-sol-notty.diff to only assign "/dev/console"
10710N/A when device is "?".
10710N/A- Rework patch gdm-19-trusted-extensions.diff to fix simple-slave core dump
10710N/A- Add patch gdm-24-set-console.diff to change ownership "/dev/console"
10710N/A for display :0 runns on VT.
10710N/A* Tue Mar 09 2010 - halton.huo@sun.com
10710N/A- Bump to 2.29.92
10710N/A- Remove upstreamed patch 22-no-killall.diff and reorder
10710N/A* Mon Feb 15 2010 - brian.cameron@sun.com
10710N/A- Add patches gdm-23-windowpath.diff and gdm-24-xauth.diff to fix GNOME
10710N/A bugzilla bugs #609272, #605350, and doo bug #13571.
10710N/A* Wed Jan 27 2010 - brian.cameron@sun.com
10710N/A- Bump to 2.29.6. Update patches.
10710N/A* Tue Jan 26 2010 - brian.cameron@sun.com
10710N/A- Add patch gdm-27-conversation.diff to fix bugzilla #607861, doo #13208.
10710N/A* Mon Jan 25 2010 - halton.huo@sun.com
10710N/A- Add patch 26-no-killall.diff to fix GNOME buzilla #607738, doo #13982.
10710N/A* Thu Jan 21 2010 - halton.huo@sun.com
10710N/A- Remove unused --ctrun argument
10710N/A- Add patch 25-atspi-dir.diff to fix GNOME bugzilla #607643.
10710N/A* Thu Jan 21 2010 - halton.huo@sun.com
10710N/A- Remove branding patch 24-xpath.diff since we add better fix in
10710N/A gdm-01-dynamic-display.diff and reorder rest
10710N/A* Fri Jan 15 2010 - halton.huo@sun.com
10710N/A- Add branding patch xpath.diff to allow run progmrams under /usr/X11/bin.
10710N/A- Update -09-userswitch.diff to a bug on GNOME bugzilla #607051.
10710N/A* Thu Jan 14 2010 - brian.cameron@sun.com
10710N/A- Add patch gdm-23-pam.diff to fix a typo in the PAM code introduced by the
10710N/A previous gdm-21-pam.diff patch.
10710N/A* Thu Jan 14 2010 - halton.huo@sun.com
10710N/A- Bump to 2.29.5
10710N/A- Remove upstreamed patches: xdmcp.diff, pam.diff and scripts.diff and reorder
10710N/A- Add patch libxklavier.diff to fix bugzilla #606808.
10710N/A* Wed Jan 13 2010 - halton.huo@sun.com
10710N/A- Add branding patch no-click-login.diff to fix doo bug #13568.
10710N/A* Tue Jan 12 2010 - halton.huo@sun.com
10710N/A- Add patch xdmcp-fail-second.diff to fix GNOME bugzilla bug #606724.
10710N/A* Mon Jan 11 2010 - brian.cameron@sun.com
10710N/A- Add patch gdm-20-xdmcp.diff to fix doo bug #13623, GNOME bugzilla bug
10710N/A #494817.
10710N/A Add patch gdm-21-pam.diff to fix bugster CR #6914426, bugzilla #606703.
10710N/A Add patch gdm-22-scripts.diff to fix doo bug #13811, GNOME bugzilla bug
10710N/A #602403.
10710N/A* Tue Dec 22 2009 - brian.cameron@sun.com
10710N/A- Reworked the patch to fix CR #6897155 and #6908857, renaming patch from
10710N/A gdm-19-workstation-owner.diff to gdm-19-trusted.diff.
10710N/A* Mon Dec 21 2009 - brian.cameron@sun.com
10710N/A- Bump to 2.29.4. Remove upstream patches.
10710N/A* Fri Dec 18 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-22-workstation-owner.diff to fix bugster CR #6897155.
10710N/A* Fri Dec 18 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-20-combox-mnemonic.diff to fix GNOME bugzilla bug #604151.
10710N/A- Add patch gdm-21-a11y-enable.diff to enable a11y.
10710N/A* Mon Dec 07 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-19-pstack.diff to use pstack to get the stack trace instead of
10710N/A using gdb.
10710N/A* Fri Dec 04 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-18-timed.diff to fix bug #603697.
10710N/A* Wed Dec 02 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-16-gconf.diff to fix doo bug #10915, bugzilla bug #594818. Add
10710N/A patch gdm-17-runtime.diff to fix bugzilla bug #603756.
10710N/A* Mon Nov 30 2009 - brian.cameron@sun.com
10710N/A- Bump to 2.29.1.
10710N/A* Mon Nov 30 2009 - halton.huo@sun.com
10710N/A- Remove gdm-17-get-actual-vt.diff
10710N/A* Fri Nov 27 2009 - halton.huo@sun.com
10710N/A- Move -04-dynamic-display.diff to -01 and reorder
10710N/A* Thu Nov 26 2009 - halton.huo@sun.com
10710N/A- Add gdm-17-get-actual-vt.diff to fix doo bug #12563.
10710N/A* Fri Nov 20 2009 - halton.huo@sun.com
10710N/A- Merge gdm-14-console-user.diff into gdm-12-sol-notty.diff and reorder rest.
10710N/A* Tue Nov 17 2009 - brian.cameron@sun.com
10710N/A- Bump to 2.29.0.
10710N/A* Thu Nov 05 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-22-authdir.diff to lock down the GDM auth directory more
10710N/A tightly. This patch is upstream.
10710N/A* Thu Nov 05 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-20-debug.diff to fix bugzilla bug #596831. Renumber the
10710N/A gdm-20-last.diff patch to gdm-21-last.diff.
10710N/A* Thu Nov 05 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-20-last.diff to fix doo bug #11298.
10710N/A* Tue Oct 27 2009 - brian.cameron@sun.com
10710N/A- Port fix for bugzilla bug #494817 to the new GDM.
10710N/A* Mon Oct 26 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-18-setfacl.diff so that audio device permissions are set
10710N/A when GDM is running on "/dev/console", so that screen readers like orca work.
10710N/A Fixes doo bug #12125.
10710N/A* Mon Oct 19 2009 - brian.cameron@sun.com
10710N/A- Bump to 2.28.1.
10710N/A* Fri Oct 16 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-18-fixfocus.diff to fix bugzilla bug #598235, doo #10611.
10710N/A* Fri Oct 16 2009 - halton.huo@sun.com
10710N/A- Add branding patch console-user.diff to set /dev/console when display :0
10710N/A running on VT.
10710N/A* Tue Oct 13 2009 - niall.power@sun.com
10710N/A- Fix opensolaris.org defect #10981 to enable trusted extensions support
10710N/A* Fri Oct 02 2009 - brian.cameron@sun.com
10710N/A- Fix bugzilla bug #596830 which causes the login GUI to briefly display when
10710N/A using automatic login, which it is not supposed to do.
10710N/A* Fri Sep 25 2009 - halton.huo@sun.com
10710N/A- Add branding patch sol-notty.diff
10710N/A* Mon Sep 21 2009 - brian.cameron@sun.com
10710N/A- Bump to 2.28.0. Remove upstream patches.
10710N/A* Fri Sep 11 2009 - niall.power@sun.com
10710N/A- Add patch gdm-17-failsafe-session.diff for bugzilla: 594833, doo: 11302
10710N/A* Thu Sep 10 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-16-gconf.diff to address doo bug #10915.
10710N/A* Tue Sep 08 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-15-lang.diff to address bugzilla bug #536387, doo bug #10643.
10710N/A* Tue Sep 08 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-14-dialog-focus.diff so that the login GUI does not lose
10710N/A focus after a dialog is presented.
10710N/A* Tue Sep 08 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-13-fixguioption.diff so that the greeter GUI does not mess
10710N/A up your language/session settings on follow-up logins if you fail
10710N/A authenticate once.
10710N/A* Thu Sep 03 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-12-userswitch.diff to ensure the switch user feature is only
10710N/A available when vtdaemon service is enabled.
10710N/A* Wed Sep 02 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-11-autologin to address bugzilla bug #591383, doo #10914.
10710N/A* Tue Sep 01 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-10-cache.diff to address bugzilla bug #565151, doo #10912.
10710N/A* Mon Aug 31 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-09-include-exclude.diff to address bugzilla #557553, doo #10913.
10710N/A* Mon Aug 24 2009 - brian.cameron@sun.com
10710N/A- Bump to 2.27.90
10710N/A* Thu Aug 20 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-08-pam-problem-dialog.diff to address bugzilla bug #583856.
10710N/A* Wed Aug 19 2009 - brian.cameron@sun.com
10710N/A- Remove gdm-restart and gdm-safe-restart since they are non-functional. Add
10710N/A them back when they work.
10710N/A* Mon Jul 27 2009 - halton.huo@sun.com
10710N/A- Bump to 2.27.4, this is a rewrite release compared gdm 2.20x version,
10710N/A rework totally.
10710N/A* Mon Jun 08 2009 - brian.cameron@sun.com
10710N/A- Fix crashing issue in gdmsetup by adding patch gdm-10-gdmsetup.diff.
10710N/A* Wed May 13 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-09-fixlabels.diff to fix the labels in dialog box.
10710N/A* Fri Apr 17 2009 - harry.fu@sun.com
10710N/A- Provide corrected translations in po-community to fix doo bug #1510,#4919.
10710N/A* Thu Mar 19 2009 - brian.cameron@sun.com
10710N/A- Bump to 2.20.10. Remove upstream patches.
10710N/A* Wed Mar 18 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-14-gid.diff to fix bugster bug #6819281.
10710N/A* Wed Mar 04 2009 - takao.fujiwara@sun.com
10710N/A- Add gdm-13-g11n-add-ka-es.diff for new es_US.UTF-8 and ka_GE.UTF-8. #6809375
10710N/A* Fri Feb 27 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-12-display.diff so that the DISPLAY variable is available
10710N/A after changing the language. Some PAM modules need the DISPLAY variable.
10710N/A Fixes bug #6811555.
10710N/A* Mon Feb 24 2009 - brian.cameron@sun.com
10710N/A- Add patch gdm-10-gestures.diff to fix doo bug #6766. Add patch
10710N/A gdm-11-gok.diff to fix bug #6789400.
10710N/A* Mon Feb 09 2009 - takao.fujiwara@sun.com
10710N/A- Add patch gdm-09-xinitrc-migration.diff. Scripts are moved into xinitrc.d
10710N/A* Mon Jan 05 2008 - brian.cameron@sun.com
10710N/A- Add patch gdm-07-audit.diff to fix bug #6734635. Add patch
10710N/A gdm-08-createdt.diff to fix doo bug #5973.
10710N/A* Tue Dec 19 2008 - brian.cameron@sun.com
10710N/A- Add patch gdm-06-xfree-xinerama.diff so that GDM builds using the Xfree
10710N/A Xinerama interfaces and not the obsolete Solaris ones. Fixes P1 bug
10710N/A #6768573.
10710N/A* Wed Dec 10 2008 - brian.cameron@sun.com
10710N/A- Bump to 2.20.9. Remove upstream patches.
10710N/A* Thu Dec 04 2008 - halton.huo@sun.com
10710N/A- Add disable-vt.diff to disable VT, remove it after bugster #6480003 is fixed
10710N/A* Fri Nov 21 2008 - brian.cameron@sun.com
10710N/A- Remove patch gdm-06-dbus.spec, it is no longer needed since D-Bus autolaunch
10710N/A is working better.
10710N/A* Wed Nov 12 2008 - brian.cameron@sun.com
10710N/A- Add gdm-10-no-recreate-sockets.diff so that GDM avoids recreating the
10710N/A sockets directories in /tmp. This fixes Trusted Extensions. Refer to
10710N/A doo bug #4719.
10710N/A* Thu Oct 23 2008 - brian.cameron@sun.com
10710N/A- Add patch gdm-09-fbconsole-fix.diff to address doo bug #3316.
10710N/A* Mon Oct 20 2008 - takao.fujiwara@sun.com
10710N/A- Updated gdm-07-xsession.diff to apply CJK locale only.
10710N/A* Mon Sep 22 2008 - william.walker@sun.com
10710N/A- Add bug number and better comment for gdm-06-dbus.diff patch.
10710N/A* Wed Sep 17 2008 - brian.cameron@sun.com
10710N/A- Add patch gdm-06-dbus.diff and gdm-07-xsession.diff.
10710N/A* Wed Sep 03 2008 - brian.cameron@sun.com
10710N/A- Bump to 2.20.8. Remove upstream patches.
10710N/A* Wed Sep 03 2008 - takao.fujiwara@sun.com
10710N/A- Updated gdm-02-showlocale.diff not to show broken locales.
10710N/A* Mon Aug 25 2008 - brian.cameron@sun.com
10710N/A- In discussion with the Xserver team, it was determined that the previous
10710N/A patch is inappropriate. The fbconsole program itself will be modified
10710N/A so it does a null-operation when it shouldn't be called, so GDM shouldn't
10710N/A avoid calling it in various situations. In this discussion it was
10710N/A highlighted that fbconsole needs the "-n" argument when called from the
10710N/A login program to avoid a race condition with XDMCP remote sessions. Now
10710N/A the patch adds this feature.
10710N/A* Tue Aug 19 2008 - takao.fujiwara@sun.com
10710N/A- Replce gdm-04-disable-im.diff with gdm-04-im-config.diff with 6733528
10710N/A* Thu Aug 07 2008 - simon.zheng@sun.com
10710N/A- Add 07-fbconsole.diff.
10710N/A* Tue Aug 05 2008 - brian.cameron@sun.com
10710N/A- Add patch to add Kazakh language, as requested by Jan Trejbal and Jan Lana
10710N/A from the Sun localization team. This patch is upstream. Fixes bugster bug
10710N/A #6724439.
10710N/A* Tue Jul 01 2008 - brian.cameron@sun.com
10710N/A- Bump to 2.20.7. Remove upstream patches.
10710N/A* Fri Jun 20 2008 - simon.zheng@sun.com
10710N/A- Add patch gdm-07-suspend-auth.diff to check suspend auth before
10710N/A showing supend button on sysmenu.
10710N/A- Add patch gdm-06-fixcrash.diff to avoid GDM crashing on exit. Fixes
10710N/A bugzilla bug #517526.
* Thu May 22 2008 - brian.cameron@sun.com
- Add patch gdm-05-atom.diff so that GDM does not create the XFree86_VT
atom if it does not exist.
* Mon May 12 2008 - brian.cameron@sun.com
- Bump to 2.20.6.
* Thu May 01 2008 - brian.cameron@sun.com
- Add patch gdm-06-disable-cde.diff so that we mark the CDE.desktop
file as being hidden. Users can re-enable it by simply removing
the "Hidden=true" line in the /usr/share/xsessions/CDE.desktop
file. And fix a bug that causes desktop files marked as
Hidden=true to show up.
* Wed Apr 30 2008 - brian.cameron@sun.com
- Add patch gdm-05-fixcrash.diff fixing bugzilla crashing bug #517526.
* Tue Apr 15 2008 - brian.cameron@sun.com
- The gdmflexiserver.desktop file moved to a different directory, so
remove it from the correct location. Fixes bug #6689633.
* Thu Apr 10 2008 - takao.fujiwara@sun.com
- Add gdm-04-disable-im.diff for disable IM on greeter.
* Mon Apr 07 2008 - brian.cameron@sun.com
- Bump to 2.20.5.
* Mon Mar 10 2008 - brian.cameron@sun.com
- Bump to 2.20.4.
* Fri Feb 29 2008 - takao.fujiwara@sun.com
- Add gdm-03-locale-support.diff
* Mon Jan 07 2008 - brian.cameron@sun.com
- Bump to 2.20.3 and remove upstream patch.
* Tue Nov 27 2007 - brian.cameron@sun.com
- Remove upstream gdm-03-sockaddr-len.diff patch and added new
gdm-03-xdmcp-close.diff patch needed for XDMCP to work properly.
* Tue Nov 27 2007 - damien.carbery@sun.com
- Bump to 2.20.2.
* Thu Nov 08 2007 - brian.cameron@sun.com
- Add patch gdm-03-sockaddr-len.diff to fix XDMCP so it works.
* Fri Oct 19 2007 - damien.carbery@sun.com
- Bump to 2.20.1.
* Fri Oct 5 2007 - laca@sun.com
- use separate branding patches for nevada and indiana
- delete CDE.desktop when --without-dt is used
* Tue Sep 18 2007 - damien.carbery@sun.com
- Bump to 2.20.0.
* Thu Sep 06 2007 - damien.carbery@sun.com
- Bump to 2.19.8.
* Tue Aug 28 2007 - damien.carbery@sun.com
- Bump to 2.19.7.
* Wed Aug 15 2007 - brian.cameron@sun.com
- Bump to 2.19.6. Remove upstream patch.
* Thu Aug 02 2007 - brian.cameron@sun.com
- Add patch gdm-02-showlocale.diff to address bugzilla bug #457871.
* Tue Jul 31 2007 - damien.carbery@sun.com
- Bump to 2.19.5. Remove upstream patch, 02-g11n-memory-handle.
* Fri Jul 13 2007 - takao.fujiwara@sun.com
- Added gdm-02-g11n-memory-handle.diff for memory handling.
* Tue Jul 10 2007 - damien.carbery@sun.com
- Bump to 2.19.4. Remove upstream patch, 02-vtsupport.
* Thu Jun 21 2007 - brian.cameron@sun.com
- Add patch for better utmpx processing and for VT support when it goes
into Nevada.
* Mon Jun 18 2007 - damien.carbery@sun.com
- Bump to 2.19.3. Remove upstream patch, 02-xnestperms.
* Mon Jun 11 2007 - brian.cameron@sun.com
- Add patch to fix GDM so it doesn't modify device permissions if logging
into a xnest session.
* Mon Jun 4 2007 - brian.cameron@sun.com
- Bump to 2.19.2. Remove upstream patch gdm-02-no-gdm-in-cde-menu.diff.
* Thu Jue 1 2007 - simon.zheng@sun.com
- Point download path to 2.19.
* Mon May 14 2007 - brian.cameron@sun.com
* Merge patch gdm-03-nossh-in-xsession.diff with gdm-01-branding.diff
since this is really a branding change.
* Mon May 14 2007 - brian.cameron@sun.com
- Bump to 2.19.1.
* Fri May 11 2007 - brian.cameron@sun.com
- Add --with-ctrun flag since I udpated the patch to require this
argument. This way people who want to build GDM on Solaris without
SVC can do so. Also added new gdm-05-nossh-in-xsession.diff patch.
* Thu May 10 2007 - brian.cameron@sun.com
- Bump to 2.19.0
* Thu Apr 12 2007 - brian.cameron@sun.com
- Fix upstream bug where if you fail to enter the proper root password
after asking to run "Configure GDM" from the login menu, it asks for
the password again. If you type it in properly, then it starts a
session as the root user. This patch fixes this problem.
* Tue Apr 10 2007 - brian.cameron@sun.com
- Backout patch gdm-06-languages.diff since the patch doesn't work
properly. Code needs to be backported from gdm SVN head, and I'll add
back the patch later if we decide we need this in GNOME 2.18.
* Mon Apr 09 2007 - brian.cameron@sun.com
- Bump to 2.18.1.
* Wed Mar 21 2007 - brian.cameron@sun.com
- Add gdm-10-desktop.diff to fix Catagory in gdmsetup and gdmphotosetup
desktop file.
* Tue Mar 13 2007 - brian.cameron@sun.com
- Add gdm-07-xephyr.diff and gdm-08-nodbus.diff patches. Both are
upstream.
* Mon Mar 12 2007 - damien.carbery@sun.com
- Bump to 2.18.0.
* Fri May 09 2007 - brian.cameron@sun.com
- Add patch gdm-07-fixdesktop.diff to move GDM desktop entries into
control center. Add patch gdm-08-fixxnest.diff to fix GDM to send
the right fontpath to the Xsun Xnest program. Add patch
gdm-09-no-gdm-in-cdu-menu.diff to ensure that GDM desktop menu
choices only appear if using GDM. If not using GDM these programs
are non-functional.
* Fri Mar 02 2007 - brian.cameron@sun.com
- Bump to 2.17.8
* Wed Feb 28 2007 - brian.cameron@sun.com
- Add patch to fix bugster bug #4877721 and bugzilla bug #108820.
This patch won't go into GDM until 2.19, but we want this patch
to go into 2.18 for Solaris.
* Tue Feb 15 2007 - brian.cameron@sun.com
- Remove sessionexit patch due to patch review comments.
* Tue Feb 13 2007 - takao.fujiwara@sun.com
- Add l10n tarball.
* Tue Feb 13 2007 - brian.cameron@sun.com
- Bump to 2.17.7 and add sessionexit patch to fix bugster bug
6228488.
* Mon Jan 22 2007 - damien.carbery@sun.com
- Bump to 2.17.6.
* Mon Jan 08 2007 - damien.carbery@sun.com
- Bump to 2.17.5. Remove upstream patch, 07-fixdialogs.
* Sun Dec 17 2006 - laca@sun.com
- delete upstream patch fixsecurity.diff
- renumber remaining patch
* Fri Dec 15 2006 - brian.cameron@sun.com
- Patch from CVS head to fix dialog boxes so that they display text.
* Thu Dec 14 2006 - damien.carbery@sun.com
- Bump to 2.17.4.
* Wed Dec 06 2006 - brian.cameron@sun.com
- Remove Linux specific gdm-01-branding-defaults-linux.diff and
gdm-03-pam-security-setup.diff. Add patch comments.
* Tue Dec 05 2006 - brian.cameron@sun.com
- Add patch gdm-08-fixsecurity.diff to fix a security vulnerability found
in gdmchooser.
* Tue Dec 05 2006 - damien.carbery@sun.com
- Bump to 2.17.3. Remove upstream patches, 07-linguas, 10-fixsessionname,
09-gdmsetup-launch-menu-tooltip and 11-defaultdesc: Renumber remainder.
* Thu Nov 27 2006 - brian.cameron@sun.com
- Patch to fix setting the sesison name for gnome.desktop.
Define better name for default.desktop and turn off console kit support
since it doesn't work on Solaris yet.
* Thu Nov 23 2006 - damien.carbery@sun.com
- Remove upstream patchs, 09-sun-branding-patch and 10-fixfocus. Renumber
remainder.
* Mon Nov 20 2006 - damien.carbery@sun.com
- Bump to 2.17.2.
* Wed Nov 15 2006 - calum.benson@sun.com
- Modify tooltip to match latest UI spec.
* Tue Oct 31 2006 - brian.cameron@sun.com
- Add patch to fix focus problem, fixed in CVS head.
* Tue Oct 31 2006 - damien.carbery@sun.com
- Bump to 2.16.2.
* Tue Oct 03 2006 - damien.carbery@sun.com
- Bump to 2.16.1. Remove upstream patch, gdm-10-fixcrash.diff.
* Sat Sep 23 2006 - brian.cameron@sun.com
- Add patch to fix crashing.
* Tue Sep 05 2006 - damien.carbery@sun.com
- Bump to 2.16.0.
* Tue Aug 22 2006 - damien.carbery@sun.com
- Bump to 2.15.10.
* Tue Aug 08 2006 - damien.carbery@sun.com
- Bump to 2.15.9.
* Tue Aug 01 2006 - damien.carbery@sun.com
- Bump to 2.15.8.
* Fri Jul 28 2006 - dermot.mccluskey@sun.com
- Fix minor typo.
* Wed Jul 26 2006 - brian.cameron@sun.com
- No longer set --with-at-bindir when calling configure since gok and
gnopernicus are now in the standard /usr/bin location, not /usr/sfw/bin.
* Wed Jul 26 2006 - brian.cameron@sun.com
- Remove patches 7 and 11, merged into CVS head. Also remove
gdmflexiserver.desktop from Solaris builds since we do not support
Virtual Terminals. Running this menu choice causes the session to
hang on Solaris, so we shouldn't put it in the menus.
* Mon Jul 24 2006 - damien.carbery@sun.com
- Bump to 2.15.7.
* Fri Jun 16 2006 - brian.cameron@sun.com
- Fix focus so it returns to entry field after session, language, restart,
suspend, and shutdown dialogs are used from options button.
* Mon Jun 12 2006 - brian.cameron@sun.com
- Bumped to 2.14.9. This fixes automatic login, which was broken, and
corrects a number of warnings that were causing core dumping issues.
* Wed Jun 07 2006 - brian.cameron@sun.com
- Bumped to 2.14.8. Removed patches no longer needed. This fixes a serious
security issue where a user can access the gdmsetup GUI with their user
password if the face browser is enabled (off by default on Solaris).
* Tue Jun 06 2006 - brian.cameron@sun.com
- Added patch gdm-12-fixflexiserver.diff to fix a core dumping problem.
Modified gdm-01-branding-defaults-solaris.diff to better integrate with
ctrun and updated the gdm.xml SVC manifest so that core dumps do not
cause GDM to restart. Removed gdm-05-fix-a11y-crash.diff since it didn't
work as a fix.
* Mon May 23 2006 - brian.cameron@sun.com
- Bump to 2.14.7.
* Fri May 19 2006 - glynn.foster@sun.com
- Don't show the login photo dialog in the menus - removed according to
the UI spec, and the functionality should really be apart of the
'Personal Information' dialog.
* Fri May 12 2006 - brian.cameron@sun.com
- Added patch gdm-12-fixconfig.diff to fix a problem that prevents users
from disabiling the failsafe session in the menu.
* Fri May 12 2006 - brian.cameron@sun.com
- Updated to 2.14.6 which has the new features included in the patch
added in the previous comment. Replace the patch with a much smaller
patch that just adds the "startagain" feature. This is much more
maintainable. Also added a patch to update the Lanugage display
provided by Peter Nugent.
* Thu May 11 2006 - brian.cameron@sun.com
- Add patch to add per-display configuration needed by Sun Ray.
This patch also adds the updated Cancel button, the pam-error-logo,
and real GTK+ buttons needed by Coolstart branding. These changes
all copied from GDM CVS head.
* Tue May 09 2006 - brian.cameron@sun.com
- Remove two patches that have been integrated into GDM, and add the
avoidchown patch so that building this package works if you are a
running as non-root.
* Wed May 03 2006 - damien.carbery@sun.com
- Bump to 2.14.5.
* Wed Apr 26 2006 - damien.carbery@sun.com
- Bump to 2.14.4.
* Tue Apr 25 2006 - damien.carbery@sun.com
- Bump to 2.14.3.
* Tue Apr 18 2006 - damien.carbery@sun.com
- Bump to 2.14.2.
* Thu Apr 13 2006 - damien.carbery@sun.com
- Remove upstream patches, 10-libvicious-dir and 11-fixaudit.
* Tue Apr 11 2006 - damien.carbery@sun.com
- Bump to 2.14.1.
* Tue Mar 14 2006 - damien.carbery@sun.com
- Bump to 2.14.0.
* Mon Mar 13 2006 - brian.cameron@sun.com
- Add patch 11 to fix auditing logic. This patch can go away when the
GDM 2.14.1 comes out.
* Fri Mar 3 2006 - damien.carbery@sun.com
- Bump to 2.13.0.10.
* Tue Feb 28 2006 - damien.carbery@sun.com
- Bump to 2.13.0.9.
- Remove upstream patch, 11-fixcore.
* Thu Feb 16 2006 - brian.cameron@sun.com
- Add patch 11 to fix core dumping issue in gdmsetup. This fix is in
CVS head so it can go away when we update to the next version of GDM.
* Tue Feb 14 2006 - damien.carbery@sun.com
- Bump to 2.13.0.8.
* Tue Jan 31 2006 - damien.carbery@sun.com
- Bump to 2.13.0.7.
* Thu Jan 19 2006 - brian.cameron@sun.com
- Bump to 2.13.0.6.
* Mon Jan 16 2006 - damien.carbery@sun.com
- Move sfw reference (a Solaris specific dir) to SUNWgnome-display-mgr.spec.
* Mon Jan 16 2006 - padraig.obriain@sun.com
- Bump to 2.13.0.5; dd --with-prefetch and add /usr/sfw/include to CFILES to
find <tcpd.h>
* Sun Jan 15 2006 - damien.carbery@sun.com
- Bump to 2.13.0.4
* Tue Dec 20 2005 - dermot.mccluskey@sun.com
- Bump to 2.13.0.3
* Tue Nov 29 2005 - laca.com
- remove javahelp stuff
* Tue Nov 29 2005 - damien.carbery@sun.com
- Bump to 2.8.0.7.
* Thu Oct 13 2005 - damien.carbery@sun.com
- Added patch, 10-libvicious-dir, to remove dir in vicious-extensions
Makefile.am, as it caused build to fail.
* Tue Oct 11 2005 - damien.carbery@sun.com
- Bump to 2.0.8.5
* Wed Sep 21 2005 - brian.cameron@sun.com
- Bump to 2.8.0.4
* Wed Sep 07 2005 - damien.carbery@sun.com
- Remove capplets dir from %files. Contents moved in 2.8.0.3.
* Mon Sep 05 2005 - damien.carbery@sun.com
- Bump to 2.8.0.3.
* Mon Aug 15 2005 - damien.carbery@sun.com
- Bump to 2.8.0.1.
* Wed Aug 03 2005 - laca@sun.com
- remove upstream patch xnext-remote-session.diff
* Thu Jul 14 2005 - damien.carbery@sun.com
- Add unpackaged files to %files (pixmaps/faces and gnome/capplets).
* Wed Jul 13 2005 - brian.cameron@sun.com
- Upgraded to 2.8.0.1
* Fri Jun 10 2005 - matt.keenan@sun.com
- Re-applied patch 01 linux branding
- Added patch 04/05 to build
* Tue May 10 2005 - leena.gunda@wipro.com
- Added patch gdm-45-xnest-remote-session.diff to allow remote login
using XDMCP chooser in nested window. Fixes bug #6245415.
* Tue Apr 19 2005 - bill.haneman@sun.com
- Reinstated xevie-enabling patch on Linux, via gdm-44-linux-xevie.diff.
* Fri Apr 1 2005 - brian.cameron@sun.com
- Add patch 43 so that we set the Xserver on Solaris to
/usr/X11/bin/Xserver instead of /usr/X11/bin/X as per ARQ
request. Also now put /usr/openwin/bin in the user default
patch here instead of in SUNWdtlogin-integration.spec.
* Thu Mar 17 2005 - brian.cameron@sun.com
- Add patch 42 to allow configure to specify the full path to the
a11y AT programs used in the gesture listener configuration files.
Patch in gdm CVS head.
* Thu Mar 10 2005 - Chookij.Vanatham@Sun.COM
- Fix gdm to fork user's session with "system locale" if "Default" option
at the language menu being selected. [CR Id: 5032088]
* Thu Mar 03 2005 - brian.cameron@sun.com
- Fix XDMCP logic so that it works when an IPv4 address requests a
connection and IPV6 is enabled in GDM. Patch40 fixes this.
* Tue Mar 01 2005 - dermot.mccluskey@sun.com
- remove patch 40 (XEVIE) - break new X server
* Fri Feb 25 2005 - brian.cameron@sun.com
- Added patch 40 to turn on XEVIE on Linux by default for the
standard server to meet a11y requirements. Fixes bug 6226645.
* Thu Feb 24 2005 - brian.cameron@sun.com
- Added branding patch 39 to change the GNOME string to "Java Desktop
System" in a number of places in the c-code.
* Tue Feb 22 2005 - brian.cameron@sun.com
- Backed out patch 39/40 since ARC determined that these flags should
not be set by default after initially indicating it was okay.
* Mon Feb 14 2005 - brian.cameron@sun.com
- Added patch 39/40 to support setting the Xserver with needed
a11y Xserver flags. Fixes CR 6226645.
* Tue Feb 08 2005 - brian.cameron@sun.com
- Removed --with-post-path argument since /usr/dt/bin and
/usr/openwin/bin are added also by the /usr/dt/config/Xinitrc.jds.
No need to have them in the PATH twice. Also we do not
need to add /usr/demo/jds/bin since all the *.desktop files
have full-paths defined.
* Mon Feb 07 2005 - brian.cameron@sun.com
- Added patch-38 to more cleanly set the default PATH. This replaces
patches gdm-15-default.path.diff and gdm-16-reboot-shutdown-option.diff.
The new patch sets more sensible definitions for Halt, Reboot, Shutdown
commands on Solaris. Also updated gdm-18-help.diff so it forwards
the user to the right subsection when running gdmsetup help.
* Fri Jan 21 2005 - brian.cameron@sun.com
- Now only apply patch 37 when building on Linux. Modified patch 37 to
include needed changes for Solaris.
* Tue Jan 18 2005 - brian.cameron@sun.com
- Added patch gdm-37-branding.diff to fix branding issue in gnome.desktop
file. Also updated gdm-21-fix-a11y-crash.diff patch so it works on
JDS Linux.
* Fri Jan 14 2005 - kazuhiko.maekawa@sun.com
- Updated l10n help tarball for cinnabar-linux
* Thu Dec 30 2004 - Chookij.Vanatham@Sun.COM
- #6213083 - Add note that legacy locales are NOT SUPPORTED for linux platform.
* Wed Dec 22 2004 - leena.gunda@wipro.com
- Added gdm-35-flexi-xdmcp-option.diff to make XDMCP chooser work in
flexiserver. Fixes bug #4992853.
* Fri Nov 26 2004 - leena.gunda@wipro.com
- Added gdm-34-xsession-use-ksh.diff to execute Xsession script using
ksh on Solaris. Fixes stopper bug #6199960.
* Wed Nov 24 2004 - Chookij.Vanatham@Sun.COM
- #6196675 - all single byte locales removed.
* Thu Nov 18 2004 - hidetoshi.tajima@sun.com
- #5081827 - run /usr/dt/config/Xsession.jds instead of gnome-session
for gnome session vid gdm. Solaris only.
* Wed Nov 17 2004 - matt.keenan@sun.com
- #6195855 Install correct man page
* Wed Nov 10 2004 - Chookij.Vanatham@Sun.COM
- Added gdm-31-current-locale.diff to fix bug#5100351
* Wed Nov 10 2004 - leena.gunda@wipro.com
- Remove gdm-26-start-gnome-volcheck.diff as gnome-volcheck is now
started by gnome-session.
* Mon Nov 09 2004 - alvaro.lopez@sun.com
- Added new patch 31. It fixes #6182860: IPv6 logic is broken for New
Login in a Nested Window, so the enable-ipv6 parameter of configure
is "yes" again.
* Mon Nov 01 2004 - hidetoshi.tajima@sun.com
- Modify gdm-07-set-lc-messages-to-lang.diff. set LANG from RC_LANG
in /etc/sysconfig/language when it is NULL. (CR 6188663)
* Fri Oct 29 2004 - damien.carbery@sun.com
- Add gdm-30-xorg-conf.diff to fix 6185918. configure.in checks for Xorg
binary before looking for X (Xsun) binary.
* Thu Oct 28 2004 - matt.keenan@sun.com
- Added gdm-binary.1.gz, gdm.1.gz, gdmXnest.1.gz, gdmXnestchooser.1.gz,
gdmchooser.1.gz, gdmflexiserver.1.gz, gdmgreeter.1.gz, gdmlogin.1.gz,
gdmphotosetup.1.gz, gdmsetup.1.gz, gdmthemetester.1.gz, gdm-restart.1m.gz,
gdm-safe-restart.1m.gz, gdm-stop.1m.gz, gdmconfig.1m.gz man pages
* Thu Oct 28 2004 - kazuhiko.maekawa@sun.com
- Updated l10n help tarball and added pt_BR
* Fri Oct 22 2004 - alvaro.lopez@sun.com
- "Source" entry updated
* Thu Oct 21 2004 - brian.cameron@sun.com
- Removed ipv6 support (--enable-ipv6=no) since this is breaking
gdm's ability to "login in a nested window". Created bug 6182860
so that issue gets fixed.
* Wed Oct 20 2004 - leena.gunda@wipro.com
- Added patch gdm-27-alt-meta-mapping.diff to restore 'Alt' and 'Meta'
mappings on sparc Solaris. Fixes bug 6173594.
* Wed Oct 20 2004 - leena.gunda@wipro.com
- Added patch gdm-26-start-gnome-volcheck.diff to start gnome-volcheck
if Xserver is local. Fixes bug #5107205.
* Fri Oct 15 2004 - brian.cameron@sun.com
- Correct GreenLine integration. The problem with disabling core dumps
in the GreenLine XML file is that this causes GreenLine to ignore
core dumps for all programs, including gdm. Now using patch 25
we use ctrun to specify that only programs launched from gdm's
Xsession script (the user's session) are run in a separate GreenLine
contract that ignores core dumps. This way if gdm itself core dumps,
GreenLine will correctly default back to the console login.
* Thu Oct 14 2004 - brian.cameron@sun.com
- Added patch gdm-24-sanitize-conf.diff to clean up language in
gdm.conf file. Fixes bug 5097046.
* Wed Oct 06 2004 - balamurali.viswanathan@wipro.com
- Add patch gdm-22-xserver-location.diff to set GDM_XSERVER_LOCATION
with the x server type. Fixes bug #6174802
* Wed Oct 06 2004 - padraig.obriain@sun.com
- Added patch gdm-21-fix-a11y-crash.diff to remove
/var/tmp/orbit-gdm/bonobo-activation-server-ior. Fixes bug #5103715.
* Tue Oct 05 2004 - balamurali.viswanathan@wipro.com
- Modified patch gdm-15-default-path.diff to add
/usr/openwin/bin to the path. Fixes bug #5106790
* Mon Oct 04 2004 - yuriy.kuznetsov@sun.com
- Added gdm-20-g11n-i18n-button.diff to fix bug#5109970
* Wed Sep 29 2004 - <hidetoshi.tajima@sun.com>
- updated gdm-03-locale-alias.diff to remove non-UTF-8
locale entries from Traditional Chinese (big5 and big5hkscs)
* Mon Sep 20 2004 - dermot.mccluskey@sun.com
- Added chmod xdm in post-install script
* Fri Sep 17 2004 - bill.haneman@sun.com
- Added patch gdm-20-gdmwm-struts.diff, to fix bugzilla
#143634.
* Thu Sep 16 2004 - dermot.mccluskey@sun.com
- Added post install script to set gdm as displaymanager
* Wed Sep 15 2004 - archana.shah@wipro.com
- Patch added gdm-19-add-acroread-path.diff
Fixes bug# 5087934
* Thu Aug 26 2004 - vinay.mandyakoppal@wipro.com
- Patch gdm-18-help.diff provide help link.
* Thu Aug 26 2004 - bill.haneman@sun.com
- Updated patch gdm-10-a11y-gestures.diff.
* Tue Aug 24 2004 - brian.cameron@sun.com
- Enabling ipv6.
* Tue Aug 24 2004 - glynn.foster@sun.com
- Add back icons
* Tue Aug 24 2004 - laszlo.kovacs@sun.com
- removed some icons
* Thu Aug 19 2004 - damien.carbery@sun.com
- Integrate updated docs tarball from eugene.oconnor@sun.com.
* Fri Aug 13 2004 - bill.haneman@sun.com
- Update patch gdm-10-a11y-gestures.diff. Fixes bug #5067111.
* Thu Jul 29 2004 - bill.haneman@sun.com
- use version 2.6.0.3 (fix for bugzilla 144920 and related GOK problem)
- remove patches gdm-08-gdmtranslate.diff and gdm-09-fix-which.diff,
since they are included in 2.6.0.3.
* Thu Jul 22 2004 - vinay.mandyakoppal@wipro.com
- add patch to remove reboot/shutdown option on Solaris box
* Thu Jul 22 2004 - leena.gunda@wipro.com
- add patch gdm-15-default-path.diff to add /usr/dt/bin and /usr/sfw/bin
to PATH for Solaris.
* Wed Jul 14 2004 - niall.power@sun.com
- add patch from Johan to invoke jds registration on first login
* Thu Jul 08 2004 - arvind.samptur@wipro.com
- add patch to pass X server options instead of hardcoding
it in the gdm.conf.in
* Wed Jul 07 2004 - niall.power@sun.com
- ported to rpm4
* Wed Jul 07 2004 - dermot.mccluskey@sun.com
- added "-j $CPUS" to make to speed up builds
* Wed Jun 23 2004 - damien.carbery@sun.com
- Update a11y-gestures patch to add HAVE_XINPUT to acconfig.h.
Remove xdmcp-enable patch (10) for app security reasons and move 13 to 10.
* Thu Jun 10 2004 - damien.carbery@sun.com
- Add patch 12 to add 'docs/C/figures' directory to the build.
* Mon May 31 2004 - niall.power@sun.com
- bump to 2.6.0.2
* Wed May 12 2004 - damien.donlon@sun.com
- Updated l10n content to gdm-l10n-po-1.1.tar.bz2
* Sun Apr 18 2004 - laca@sun.com
- enable javahelp conversion on Solaris
* Thu Apr 08 2004 - <niall.power@sun.com>
- bumped to 2.6.0.0 and updated dependencies
* Sat Apr 03 2004 - Chookij.Vanatham@Sun.COM
- added gdm-11-g11n-truncated-username.diff to fix 4955151
* Thu Apr 01 2004 - matt.keenan@sun.com
- javahelp conversion
* Wed Mar 31 2004 - <hidetoshi.tajima@sun.com>
- updated gdm-03-locale-alias.diff to fix 4884887
* Mon Mar 29 2004 - damien.donlon@sun.com
- Updated l10n content to gdm-l10n-po-1.0.tar.bz2
* Tue Mar 23 2004 - <glynn.foster@sun.com>
- Remove photo setup from %files since we didn't want it part of the
menus by default [$datadir/gnome/capplets/..]
* Mon Mar 22 2004 - <laca@sun.com>
- simplify %build
* Fri Mar 19 2004 - <damien.carbery@sun.com>
- Move autoheader and autoconf out of the platform specific section because
it is common to both platforms.
* Fri Mar 19 2004 - <damien.carbery@sun.com>
- Change '\' to ';' so autoheader and autoconf run separately.
* Thu Mar 18 2004 - <brian.cameron@sun.com>
- Add patch 8 that fixes gdmtranslate so it compiles with -g, add
patch 9 to fix scripts so that they don't call which (since which
doesn't work on Solaris without an associated TTY), and add patch
10 to turn on XDMCP support by default.
* Tue Mar 09 2004 - <niall.power@sun.com>
- bump to 2.5.90.2
* Mon Mar 01 2004 - <laca@sun.com>
- s$/usr/share$%{_datadir}$
* Thu Feb 26 2004 - <damien.carbery@sun.com>
- Fix small typos in description and change tar commmand to bzcat/tar.
- Remove --enable-console-helper on Solaris.
* Fri Feb 06 2004 - <matt.keenan@sun.com>
- Bump to 2.5.90.0, add docs, and ported QS patches
* Wed Jan 07 2004 - <niall.power@sun.com>
- Update to 2.4.4.7 for gnome-2.5.x
- Regenerated gdm-07-enable-tcp-by-default.diff
* Fri Oct 31 2003 - <glynn.foster@sun.com>
- Remove the Sun Supported menu entry patch, and reorder.
* Tue Oct 14 2003 - <markmc@sun.com> 2.4.4.3-2
- Add patch from Toshi to normalize the locale environment
variables to be the same as LANG if they are unset.
* Fri Oct 10 2003 - <niall.power@sun.com> 2.4.4.3
- Update to 2.4.4.3 for gnome-2.4
* Wed Oct 01 2003 - <michael.twomey@sun.com> 2.4.2.101-14
- Add patch from Chookij to fix bug 4901817 (ja_JP.eucJP name)
* Thu Sep 18 2003 - <markmc@sun.com> 2.4.2.101-12
- Add patch from Leena to set AlwaysRestartServer to true.
* Thu Aug 21 2003 - <markmc@sun.com> 2.4.2.101-1
- Upgrade to 2.4.2.101
* Mon Aug 18 2003 - <markmc@sun.com> 2.4.2.99-7
- Set DisallowTCP to false by default.
* Fri Aug 08 2003 - <michael.twomey@sun.com> 2.4.2.99-3
- Updated locale.alias patch with a fix for zh_HK and a tweak
for ja_JP.sjis (now ja_JP.SJIS). Fixing bug 4899317.
- Added a dependancy on openssl-devel. My build failed because
it was missing. I've also added openssl for good measure.
* Thu Aug 07 2003 - <michael.twomey@sun.com> 2.4.2.99-2
- Patched /etc/X11/gdm/Xsession so ~/.xim or /etc/skel/.xim is sourced which
ensures that XIM input methods are started.
* Fri Aug 01 2003 - <markmc@sun.com> 2.4.2.99-1
- Upgrade to 2.4.2.99.
* Fri Aug 01 2003 - <glynn.foster@sun.com>
- Add supported menu category.
* Sun Jul 27 2003 - <markmc@sun.com>
- Update to 2.4.2.98
- Remove POTFILES.in patch. Seems to be in new tarball.
* Tue Jul 22 2003 - <michael.twomey@sun.com>
- Added a patch to update the POTFILES.in.
* Mon Jul 21 2003 - <glynn.foster@sun.com>
- Changed category of gdmsetup.desktop, so it appears in
the system menu again.
* Mon Jul 21 2003 - <michael.twomey@sun.com>
- Added zh_HK (Hong Kong Chinese) to the available languages.
* Fri Jul 18 2003 - <michael.twomey@sun.com>
- Patched locale.alias to include more Asian locale codeset
variants as requested by the Asian teams.
* Thu Jul 17 2003 - <markmc@sun.com>
- Fixed up the PAM configuration files.
- Removed the sysconfig/displaymanager hack
* Thu Jul 17 2003 - <niall.power@sun.com>
- update to version 2.4.2.97, release 0
- removed patches gdm-04-setlocale.diff and
gdm-05-potfiles_in.diff, which are integrated upstream
- Changed sysconfdir to /etc/X11 so that new common sessions
configuration directory (/etc/X11/dm/Sessions) can be shared
with kdm etc.
- New common sessions dir /etc/X11/dm added to %files
* Fri Jul 11 2003 - <niall.power@sun.com>
- added setlocal patch - No more Welsh :) (or Czech!)
* Tue Jul 08 2003 - <niall.power@sun.com>
- Remove .desktop capplets from %files since photo setup
is gone.
* Mon Jul 07 2003 - <glynn.foster@sun.com>
- Remove the photo setup .desktop menu item from the
Settings menu.
* Tue Jul 01 2003 - <glynn.foster@sun.com>
- Move the pam and branding stuff to patches, and not
dirty copy hacks ;)
* Tue Jul 01 2003 - <glynn.foster@sun.com>
- Make gdm now depend on sun-gdm-themes which is a new
package, replacing the old one.
* Fri Jun 30 2003 - <glynn.foster@sun.com>
- Make gdm now depend on Sundt-gdm-theme. This may be
crack that we shouldn't do, but until I figure out
how things work, let's go with it.
* Fri Jun 30 2003 - <glynn.foster@sun.com>
- New tarball, bump version and reset release. Remove
the old greeter theme, since we probably don't want
it installed anyway
* Fri May 02 2003 - <niall.power@sun.com>
- Initial Sun release.