source: projects/specs/trunk/g/gdm/gdm-vl.spec @ 8369

Revision 8369, 39.0 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.1

Line 
1%define libauditver 1.0.6
2%define pango_version 1.2.0
3%define gtk3_version 2.99.2
4%define libglade2_version 2.0.0
5%define libgnomeui_version 2.2.0
6%define pam_version 0.99.8.1-11
7%define desktop_file_utils_version 0.2.90
8%define gail_version 1.2.0
9%define nss_version 3.11.1
10%define consolekit_version 0.3.0-9
11%define fontconfig_version 2.6.0
12
13## %define _default_patch_fuzz 999
14
15Summary: The GNOME Display Manager
16Summary(ja): GNOME ディスプレイマネージャ
17Name: gdm
18Version: 3.12.1
19Release: 1%{?_dist_release}
20License: GPLv2+
21Group: User Interface/X
22URL: http://download.gnome.org/sources/gdm
23
24Source: http://download.gnome.org/sources/gdm/3.12/gdm-%{version}.tar.xz
25Source1: gdm-pam
26Source2: gdm-autologin-pam
27Source4: gdm-password.pam
28Source11: polkit-gnome-authentication-agent-1.desktop
29
30Source200: gdm-restart
31Source201: gdm-safe-restart
32Source202: gdm-stop
33Source203: gnome.desktop
34
35Requires(pre): shadow-utils
36Requires(posttrans): dconf
37Requires: pam >= %{pam_version}
38Requires: ConsoleKit >= %{consolekit_version}
39Requires: accountsservice
40Requires: iso-codes
41Requires: gnome-keyring-pam
42Requires: gnome-session
43Requires: gnome-settings-daemon
44Requires: gnome-shell
45Requires: polkit-gnome
46Requires: pulseaudio-gdm-hooks
47Requires: usermode-gtk
48Requires: util-linux
49Requires: xinitrc
50Requires: xorg-x11-xdm
51Requires: vine-backgrounds >= 4.0
52Requires: libXau >= 1.0.4-4
53Requires: audit-libs >= %{libauditver}
54
55BuildRequires: libcanberra-gtk3-devel
56BuildRequires: pango-devel >= %{pango_version}
57BuildRequires: gtk3-devel >= %{gtk3_version}
58BuildRequires: pam-devel >= %{pam_version}
59BuildRequires: fontconfig >= %{fontconfig_version}
60BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
61BuildRequires: libtool automake autoconf
62BuildRequires: libattr-devel
63BuildRequires: gettext
64BuildRequires: gnome-doc-utils
65BuildRequires: libdmx-devel
66BuildRequires: audit-libs-devel >= %{libauditver}
67BuildRequires: autoconf automake libtool
68BuildRequires: intltool
69BuildRequires: xorg-x11-server-Xorg
70BuildRequires: nss-devel >= %{nss_version}
71BuildRequires: ConsoleKit
72BuildRequires: check-devel
73BuildRequires: iso-codes
74BuildRequires: libxklavier-devel >= 4.0
75BuildRequires: upower-devel >= 0.9.7
76BuildRequires: libXdmcp-devel
77BuildRequires: libSM-devel
78BuildRequires: dbus-glib-devel
79BuildRequires: accountsservice-devel
80BuildRequires: plymouth-devel
81BuildRequires: itstool
82
83BuildRequires: dbus-x11
84BuildRequires: dconf-devel
85BuildRequires: gnome-power-manager
86BuildRequires: gsettings-desktop-schemas
87BuildRequires: gnome-settings-daemon
88
89Obsoletes:      %{name}-plugin-smartcard < 3.10.0
90Obsoletes:      %{name}-plugin-fingerprint < 3.10.0
91
92# upstream patch
93
94# Patch from Fedora
95
96
97# Patch from Ubuntu
98
99## patches for vine
100Patch500: gdm-3.10.0-vine-release.patch
101
102Vendor: Project Vine
103Distribution: Vine Linux
104
105
106%description
107GDM provides the graphical login screen, shown shortly after boot up,
108log out, and when user-switching.
109
110
111%package devel
112Summary:  Development files and headers for GDM
113Group:    Development/Libraries
114Requires: %{name} = %{version}-%{release}
115Requires: pkgconfig
116
117%description devel
118Development files and headers for writing GDM greeters.
119
120
121%prep
122%setup -q
123%patch500 -p1 -b .vine-release
124
125%build
126cp -f %{SOURCE1} data/pam-redhat/gdm.pam
127cp -f %{SOURCE2} data/pam-redhat/gdm-autologin.pam
128cp -f %{SOURCE4} data/pam-redhat/gdm-password.pam
129
130autoreconf -if
131intltoolize --force --copy
132%configure \
133        --with-pam-prefix=%{_sysconfdir} \
134        --with-plymouth=yes \
135        --with-default-pam-config=redhat \
136        --with-working-directory=%{_localstatedir}/gdm \
137        --enable-console-helper \
138        --with-console-kit \
139        --enable-split-authentication=yes \
140        --without-selinux \
141
142# drop unneeded direct library deps with --as-needed
143# libtool doesn't make this easy, so we do it the hard way
144sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
145
146make -C po
147
148#make %{?_smp_mflags}
149make
150
151
152%install
153[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
154
155mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/Init
156mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/PreSession
157mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/PostSession
158
159make install DESTDIR=$RPM_BUILD_ROOT
160
161# docs go elsewhere
162rm -rf $RPM_BUILD_ROOT/%{_prefix}/doc
163
164# create log dir
165mkdir -p $RPM_BUILD_ROOT/var/log/gdm
166
167# and a spool dir
168mkdir -p $RPM_BUILD_ROOT/var/spool/gdm
169
170# remove the gdm Xsession as we're using the xdm one
171rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gdm/Xsession
172(cd $RPM_BUILD_ROOT%{_sysconfdir}/gdm; ln -sf ../X11/xinit/Xsession .)
173
174mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdm/autostart/LoginWindow
175
176# temporarily manually copy this
177cp -f %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/gdm/autostart/LoginWindow/polkit-gnome-authentication-agent-1.desktop
178
179mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/gdm/greeter
180
181rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
182
183find $RPM_BUILD_ROOT -name '*.a' -delete
184find $RPM_BUILD_ROOT -name '*.la' -delete
185
186
187install -m 0755 %{SOURCE200} %{SOURCE201} %{SOURCE202} $RPM_BUILD_ROOT%{_sbindir}/
188# install gnome.desktop
189# XXX: this should be included in each desktop environment package.
190mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/
191cp %{SOURCE203} $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/
192
193rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/gdm-fingerprint
194rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/gdm-smartcard
195
196
197%find_lang gdm --with-gnome
198
199%pre
200/usr/sbin/useradd -M -u 42 -d %{_localstatedir}/gdm -s /sbin/nologin -r gdm > /dev/null 2>&1
201/usr/sbin/usermod -d %{_localstatedir}/gdm -s /sbin/nologin gdm >/dev/null 2>&1
202# ignore errors, as we can't disambiguate between gdm already existed
203# and couldn't create account with the current adduser.
204exit 0
205
206%post
207/sbin/ldconfig
208
209touch --no-create /usr/share/icons/hicolor >&/dev/null || :
210
211# if the user already has a config file, then migrate it to the new
212# location; rpm will ensure that old file will be renamed
213
214custom=%{_sysconfdir}/gdm/custom.conf
215
216if [ $1 -ge 2 ] ; then
217    if [ -f /usr/share/gdm/config/gdm.conf-custom ]; then
218        oldconffile=/usr/share/gdm/config/gdm.conf-custom
219    elif [ -f /etc/X11/gdm/gdm.conf ]; then
220        oldconffile=/etc/X11/gdm/gdm.conf
221    fi
222
223    # Comment out some entries from the custom config file that may
224    # have changed locations in the update.  Also move various
225    # elements to their new locations.
226
227    [ -n "$oldconffile" ] && sed \
228    -e 's@^command=/usr/X11R6/bin/X@#command=/usr/bin/Xorg@' \
229    -e 's@^Xnest=/usr/X11R6/bin/Xnest@#Xnest=/usr/X11R6/bin/Xnest@' \
230    -e 's@^BaseXsession=/etc/X11/xdm/Xsession@#BaseXsession=/etc/X11/xinit/Xsession@' \
231    -e 's@^BaseXsession=/etc/X11/gdm/Xsession@#&@' \
232    -e 's@^BaseXsession=/etc/gdm/Xsession@#&@' \
233    -e 's@^Greeter=/usr/bin/gdmgreeter@#Greeter=/usr/libexec/gdmgreeter@' \
234    -e 's@^RemoteGreeter=/usr/bin/gdmlogin@#RemoteGreeter=/usr/libexec/gdmlogin@' \
235    -e 's@^GraphicalTheme=Bluecurve@#&@' \
236    -e 's@^BackgroundColor=#20305a@#&@' \
237    -e 's@^DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin@#&@' \
238    -e 's@^RootPath=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin@#&@' \
239    -e 's@^HostImageDir=/usr/share/hosts/@#HostImageDir=/usr/share/pixmaps/faces/@' \
240    -e 's@^LogDir=/var/log/gdm@#&@' \
241    -e 's@^PostLoginScriptDir=/etc/X11/gdm/PostLogin@#&@' \
242    -e 's@^PreLoginScriptDir=/etc/X11/gdm/PreLogin@#&@' \
243    -e 's@^PreSessionScriptDir=/etc/X11/gdm/PreSession@#&@' \
244    -e 's@^PostSessionScriptDir=/etc/X11/gdm/PostSession@#&@' \
245    -e 's@^DisplayInitDir=/var/run/gdm.pid@#&@' \
246    -e 's@^RebootCommand=/sbin/reboot;/sbin/shutdown -r now;/usr/sbin/shutdown -r now;/usr/bin/reboot@#&@' \
247    -e 's@^HaltCommand=/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now;/usr/bin/poweroff@#&@' \
248    -e 's@^ServAuthDir=/var/gdm@#&@' \
249    -e 's@^Greeter=/usr/bin/gdmlogin@Greeter=/usr/libexec/gdmlogin@' \
250    -e 's@^RemoteGreeter=/usr/bin/gdmgreeter@RemoteGreeter=/usr/libexec/gdmgreeter@' \
251    $oldconffile > $custom
252fi
253
254if [ $1 -ge 2 -a -f $custom ] && grep -q /etc/X11/gdm $custom ; then
255   sed -i -e 's@/etc/X11/gdm@/etc/gdm@g' $custom
256fi
257
258%postun
259/sbin/ldconfig
260scrollkeeper-update >& /dev/null ||:
261if [ $1 -eq 0 ]; then
262  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
263  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
264fi
265if [ $1 -eq 0 ]; then
266  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
267fi
268
269%posttrans
270dconf update
271gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
272glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
273
274%files -f gdm.lang
275%defattr(-, root, root)
276%doc AUTHORS COPYING NEWS README TODO
277%dir %{_sysconfdir}/gdm
278%config(noreplace) %{_sysconfdir}/gdm/custom.conf
279%config %{_sysconfdir}/gdm/Init/*
280%config %{_sysconfdir}/gdm/PostLogin/*
281%config %{_sysconfdir}/gdm/PreSession/*
282%config %{_sysconfdir}/gdm/PostSession/*
283%config %{_sysconfdir}/pam.d/gdm
284%config %{_sysconfdir}/pam.d/gdm-autologin
285%config %{_sysconfdir}/pam.d/gdm-launch-environment
286%config %{_sysconfdir}/pam.d/gdm-password
287%config %{_sysconfdir}/pam.d/gdm-pin
288# not config files
289%{_sysconfdir}/gdm/Xsession
290%{_datadir}/gdm/gdm.schemas
291%{_sysconfdir}/X11/dm/Sessions/gnome.desktop
292%{_sysconfdir}/dbus-1/system.d/gdm.conf
293%dir %{_sysconfdir}/gdm/Init
294%dir %{_sysconfdir}/gdm/PreSession
295%dir %{_sysconfdir}/gdm/PostSession
296%dir %{_sysconfdir}/gdm/PostLogin
297%{_datadir}/pixmaps/*.png
298%{_datadir}/icons/hicolor/*/apps/*.png
299%{_libexecdir}/gdm-host-chooser
300%{_libexecdir}/gdm-session-worker
301%{_libexecdir}/gdm-simple-chooser
302%{_sbindir}/gdm
303%{_sbindir}/gdm-restart
304%{_sbindir}/gdm-safe-restart
305%{_sbindir}/gdm-stop
306%{_bindir}/gdmflexiserver
307%{_bindir}/gdm-screenshot
308%{_datadir}/gdm/locale.alias
309%{_datadir}/gdm/gdb-cmd
310%{_libdir}/libgdm*.so*
311%{_libdir}/girepository-1.0/*.typelib
312%dir %{_datadir}/gdm
313%dir %{_datadir}/gdm/autostart
314%dir %{_datadir}/gdm/autostart/LoginWindow
315%{_datadir}/gdm/autostart/LoginWindow/*
316%{_datadir}/gdm/greeter-dconf-defaults
317%{_datadir}/gdm/greeter/autostart/caribou-autostart.desktop
318%{_datadir}/gdm/greeter/autostart/orca-autostart.desktop
319%{_datadir}/gdm/greeter/applications/*
320%{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
321%{_datadir}/gnome-session/sessions/gdm-shell.session
322%{_datadir}/dconf/profile/gdm
323%dir %{_localstatedir}/log/gdm
324%dir %{_localstatedir}/spool/gdm
325%attr(1770, gdm, gdm) %dir %{_localstatedir}/gdm
326%attr(1755, gdm, gdm) %dir %{_localstatedir}/run/gdm/greeter
327%attr(1777, root, gdm) %dir %{_localstatedir}/run/gdm
328%attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm
329
330%files devel
331%defattr(-, root, root)
332%{_includedir}/gdm/gdm-client-glue.h
333%{_includedir}/gdm/gdm-client.h
334%{_includedir}/gdm/gdm-sessions.h
335%{_includedir}/gdm/gdm-user-switching.h
336%{_datadir}/gir-1.0/*.gir
337%{_libdir}/pkgconfig/*.pc
338
339
340%changelog
341* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
342- new upstream release
343- remove Patch0 (gdm-3.12.0-git20140403.patch)
344
345* Sat Apr 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
346- new upstream release
347- add Patch0 (gdm-3.12.0-git20140403.patch)
348
349* Sun Jan 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0.1-2
350- rebuild with VineSeed environment
351
352* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0.1-1
353- new upstream release
354- update Patch500 (gdm-3.10.0-vine-release.patch)
355- remove Patch501 (gdm-3.6.0-simple-slave-vine.patch)
356- remove plugin-smartcard and plugin-fingerprint subpackages
357
358* Mon Apr 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1.1-1
359- new upstream release
360- add Requires: gnome-shell
361
362* Thu Nov 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
363- new upstream release
364
365* Thu Oct 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
366- new upstream release
367- remove Patch502 (libgdm-correct-invalid-gvariant-format-string.patch)
368
369* Fri Oct 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
370- new upstream release
371- remove Patch0 (plymouth.patch)
372- remove Patch105 (05_initial_server_on_vt7.patch)
373- remove Patch501 (gdm-2.32.0-greeter-login-window-be-dock.patch)
374- add Patch501 (gdm-3.6.0-simple-slave-vine.patch)
375- add Patch502 (libgdm-correct-invalid-gvariant-format-string.patch)
376- add BuildRequires: plymouth-devel, itstool
377- remove Source3,7,8,9,10
378
379* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
380- new upstream release
381- update Patch0
382- remove Patch134,503
383
384* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1.1-1
385- new upstream release
386- change BuildRequires: dconf-devel instead of dconf
387
388* Sat Oct 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
389- new upstream release
390- create %%{name}-devel sub package
391- add BuildRequires: libSM-devel
392
393* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
394- new upstream release
395- merge spec and patch files
396
397        * Wed Aug  3 2011 Lennart Poettering <lpoetter@redhat.com> - 1:3.1.2-4
398        - Register welcome pseudo-session in PAM
399        * Tue Jun 28 2011 Ray Strode <rstrode@redhat.com> 3.1.2-3
400        - Disable fatal critcals
401          Resolves: #717324
402        * Tue Jun 21 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1.2-2
403        - Fix /dev/ull typo in scriptlets (#693046).
404        * Mon Jun 13 2011 Ray Strode <rstrode@redhat.com> 3.1.2-1
405        - Update for release
406        * Mon Jun 06 2011 Ray Strode <rstrode@redhat.com> 3.0.4-1
407        - Update to latest version
408          Resolves CVE-2011-1709
409        * Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-2
410        - Put the Fedora logo back in the greeter
411        * Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
412        - Update to 3.0.0
413
414* Sat Jul 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.2-5
415- add patch134 to disable a11y (revert upstream change)
416- add patch138 to give focus to user chooser on startup
417
418* Tue Jun 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.2-4
419- add patch117 to use timed login after autologin.
420
421* Wed Jun 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.2-3
422- add patch504 to use vine logo for simple greeter panel instead of
423  computer.svg.
424
425* Mon Jun 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.2-2
426- add patch503 to disable metacity compositing_manager
427
428* Fri Jun 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.2-1
429- update to 2.32.2
430  (including security fix for CVE-2011-1709)
431- drop Patch109
432- add Patch502 (gdm-2.32.2-simple-greeter-vine.patch)
433- update ja.po
434
435* Fri May 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
436- update to 2.32.1
437  (including security fix for CVE-2011-0727)
438- update Patch128,500
439
440* Wed Mar 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.0-2
441- add Patch501 to fix metacity warning..
442- update ja.po
443
444* Tue Mar 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.0-1
445- update to 2.32.0
446- remove R: plymouth-gdm-hooks
447- use ubuntu plymouth integration patch instead of fedora's.
448- update ubuntu patches
449
450* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-6
451- remove Patch1 (gdm-2.30.2-UTF-8.patch)
452
453* Mon Jan 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-5
454- add Patch1 (gdm-2.30.2-UTF-8.patch)
455
456* Sat Oct 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-4
457- add BuildRequires: polkit-devel, gnome-panel-devel, libxklavier-devel, upower-devel,
458                     libXdmcp-devel, gnome-doc-utils, libICE-devel
459- add Patch100 (01_upower.patch) from ubuntu
460- add Patch105 (02_x_server_location.patch) from ubuntu
461- add Patch501 (gdm-2.30.2_add_dbus_glib_to_applet_deps.patch)
462- add configure option (--with-working-directory=%%{_localstatedir}/gdm)
463- fix %files (fix working directory)
464
465* Sun May 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-3
466- fix patch500: fix login panel crash on x86_64 (<BTS:992>)
467
468* Fri May 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-2
469- add patch104: hide mouse cursor on startup user session
470- add patch500: read vine-release to get system version
471
472* Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.0-1
473- new upstream release
474- add patch101,102,103 from ubuntu
475- drop themes
476
477* Sat Jul 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.20.10-6
478- update Patch100: fix typo & change BackgroundColor/GraphicalThemedColor
479  <BTS:VineLinux:0732>
480- add BuildRequires: libdmx-devel, audit-libs-devel
481
482* Thu May 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-5
483- add patch11: add hibernate button in GDM menu
484- add pathc18: use combo boxc for language selector
485
486* Mon May 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-4
487- remove explicit dependency to gnome libraries
488- remove BR: libgnome{ui,canvas}-devel
489- add Requires: xorg-x11-xdm
490
491* Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-3
492- update vine themes
493  - sync Vine-list with new Vine theme
494
495* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-2
496- update vine theme
497
498* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-1
499- update to 2.20.10
500- update vine themes
501  - add Requires: vine-backgrounds >= 4.0
502
503* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.8-1
504- update to 2.20.8
505  - gdm-2.22/24 still not mature, so We are staying
506    with gdm-2.20 branch.
507
508* Wed Jun 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.5-2
509- rebuilt with --with-console-kit
510- TODO: update to 2.22.0 with PolicyKit support
511
512* Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.5-1
513- update to 2.20.5
514  - TODO: update to 2.22.0
515  - TODO: update theme to support gdm-2.22.0
516- build with xorg-x11-7.3
517
518* Mon Jan 14 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.1-0vl4
519- added gdm-2.18.1-gdmphotosetup-desktop.patch
520
521* Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl3
522- import some upstream patches
523
524* Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
525- update Vine theme
526
527* Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
528- new upstream release
529
530* Thu Dec 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.10-0vl5
531- rebuilt for VineSeed
532
533* Thu Dec 21 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.10-0vl4.2
534- add Vendor/Distribution tag
535- fix changelog typo
536
537* Mon Dec 18 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.10-0vl4.1
538- add patch200 for fix CVE-2006-6105
539
540* Thu Sep 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl4
541- update locale.alias
542  - remove unsupported langs, add ja_JP.UTF-8
543
544* Fri Sep 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl3
545- update gdm-theme-vine
546  - shrink image size
547
548* Sun Aug 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl2
549- update gdm-theme-vine
550  - add Face-browser version of Vine theme.
551
552* Sat Aug 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl1
553- new upstream release
554- update gdm-theme-vine
555- drop Patch10 (merged in upstream)
556
557* Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.8-0vl1
558- new upstream release
559- add Patch10 to fix autologin
560  (<BTS:63>, http://bugzilla.gnome.org/show_bug.cgi?id=344191)
561
562* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.7-0vl1
563- new upstream release
564
565* Sun May 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.6-0vl1
566- new upstream release
567- remove xsri dependency
568
569* Sun May 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl2
570- use consolehelper for gdmsetup
571
572* Sat May 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl1
573- new upstream release
574
575* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
576- new upstream release
577
578* Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
579- rebuild to change _localstatedir
580
581* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
582- new upstream release
583
584* Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.0.10-0vl2
585- fix %%post script for Vine Linux
586- remove Patch17,18 which are not needed for Vine Linux
587
588* Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.13.0.10-0vl1
589- new upstream release
590- updated %%post and %%postun script
591
592* Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.4-0vl1
593- new upstream release
594- import gdm-theme-vine from Vine Linux 3.2
595
596* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0.6-0vl1
597- new upstream release
598- build with gnome-2.8.1
599
600* Sun Oct 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0.5-0vl1
601- new upstream release
602- update Vine patch
603- remove obsolete patch and ja.po
604
605* Fri Oct 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl10
606- update Vine theme for Vine Linux 3.1
607
608* Mon Jul 26 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl9
609- rebuild to fix bogus consolehelper symlinks
610
611* Fri Jul 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl8
612- revert 0vl7's change..
613
614* Thu Jul 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl7
615- use 100dpi for X resolution instead of 96dpi
616
617* Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl6
618- Requires usermode-gtk instead of usermode
619
620* Wed Jun 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl5
621- move WindowMaker.desktop to WindowMaker package.
622
623* Fri Apr  2 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl4
624- add modified ja.po to fix a strange date notation in gdmlogin.
625
626* Wed Mar 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl3
627- add new Vine theme, rename old Vine theme to AquaVine
628- switch to new default Theme
629
630* Fri Mar  5 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl2
631- update GDM-Vine theme to change font size.
632
633* Sat Jan 31 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl1
634- new upstream release
635
636* Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.4-0vl1
637- new upstream release
638
639* Sun Sep 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.3-0vl1
640- new upstream release
641- fix locale.alias to use ja_JP.eucJP instead of UTF-8 for Japanese locale.
642  (this was fixed in 2.4.0.12, but it does not works with 2.4.4.x)
643
644* Tue Sep 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.1-0vl1
645- new upstream release
646
647* Sat Sep 13 2003 KAZUKI SHIMURA <rito@pos.to> 2.4.4.0-0vl4
648- fix LogDir/ServAuthDir
649
650* Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl3
651- add WindowMaker.desktop which should go to WindowMaker package.
652
653* Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl2
654- update ja.po
655- modified gdm.conf
656
657* Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl1
658- new upstream release
659- partially merged with rawhide package
660  * Thu Sep  4 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-2
661  - Use the right default session (#103546)
662  * Wed Sep  3 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-1
663  - update to 2.4.4.0
664  - update to georges new selinux patch
665  * Fri Aug 29 2003 Elliot Lee <sopwith@redhat.com> 1:2.4.2.102-2
666  - Remove scrollkeeper files
667  * Tue Aug 26 2003 George Lebl <jirka@5z.com> 1:2.4.2.102-1
668  - updated to 2.4.2.102
669  - removed outdated patches
670  - Use Xsetup_0 only for :0 since that's the way it works
671    for xdm
672  - remove the gnome.desktop file, its going into gnome-session
673  * Thu Aug 14 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.6-1
674  - update to latest bugfix version on george's advice
675  - remove setlocale patch that's upstream
676  - remove console setup patches that are upstream
677  * Thu Jun 12 2003 Dan Walsh <dwalsh@redhat.com> 2.4.1.3-9
678  - Port to SELinux
679  * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
680  - rebuilt
681  * Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
682  - add explicit epoch's where needed.
683  * Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
684  - fix post: localstatedir -> _localstatedir
685  * Thu May  1 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-6
686  - enable UTF-8 for CJK
687  * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
688  - debuginfo rebuild
689  * Thu Feb 20 2003 Owen Taylor <otaylor@redhat.com>
690  - Run the error dialogs under /bin/sh --login, so we
691    get lang.sh, and thus unicode_start running. Fixes
692    the X-doesn't-start dialog showing up as random
693    blinking characters.
694  * Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-2
695  - nuke buildreq Xft
696  * Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-1
697  - upgrade to 2.4.1.3
698  * Mon Feb  3 2003 Matt Wilson <msw@redhat.com> 1:2.4.1.1-6
699  - added gdm-2.4.1.1-64bit.patch to fix 64 bit crash in cookie
700    generation (#83334)
701  * Mon Feb  3 2003 Owen Taylor <otaylor@redhat.com>
702  - Add patch to fix problem where setting LC_COLLATE=C would give LC_MESSAGES=wa_BE (#82019)
703  * Thu Jan 30 2003 Matt Wilson <msw@redhat.com> 1:2.4.1.1-3
704  - fix pam.d entry, pam_env wasn't properly patched
705  - disable optimizations on x86_64 to work around gcc bug
706  * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
707  - rebuilt
708  * Mon Jan 20 2003 Owen Taylor <otaylor@redhat.com>
709  - Upgrade to 2.4.1.1 (Fixes #81907)
710  - Redirect stdout of kill to /dev/null (#80814)
711  * Thu Jan  9 2003 Havoc Pennington <hp@redhat.com>
712  - 2.4.1.0
713  - add patch from george to ask "are you sure?" for shutdown/reboot since
714    it's now just one click away
715  * Thu Dec 19 2002 Havoc Pennington <hp@redhat.com>
716  - 2.4.0.12
717  - update new patch for no-utf8-in-cjk
718  - drop patch to photo setup, now upstream
719  - drop confdocs patch now upstream
720  - move all the gdm.conf changes into single "rhconfig" patch
721  - remove "sid-fix" patch now upstream
722
723* Sun Jan 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.2-0vl1
724- new upstream release
725- add '-dpi 96' to Xserver option. (change default to 96dpi)
726
727* Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.1-0vl1
728- new upstream release
729
730* Sat Jan  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.0-0vl1
731- new upstream release
732- update PreReq tag.
733- discard scrollkeeper outputs.
734
735* Fri Jan  3 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl3
736- add Vine theme as default.
737- change ja locale from utf8 to eucJP
738- add Xsession/Xclients script for gdm.
739- add Sessions/* for Gnome/WindowMaker.
740
741* Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl2
742- remove redhat category
743
744* Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl1
745- merged with rawhide release for gnome2.
746
747* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 2.4.0.7-14
748- remove the directory part of module specifications from the PAM config files,
749  allowing the same PAM config to work for either arch on multilib boxes
750
751* Thu Sep  5 2002 Owen Taylor <otaylor@redhat.com>
752- Change zh_CN entry in language menu to zh_CN.GB18030
753
754* Thu Sep  5 2002 Akira TAGOH <tagoh@redhat.com> 2.4.0.7-12
755- copied gdm-ja.po to ja.po.
756
757* Mon Sep  2 2002 Owen Taylor <otaylor@redhat.com>
758- Fix problem where gdm was opening ~/.xsession-errors itself to bad effect
759
760* Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
761- include ja.po with new date format
762
763* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
764- remove noreplace on gdm.conf #71309
765- make gnome-gdmsetup absolute, #72910
766
767* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
768- put /usr/X11R6/bin in path for now fixes #72781
769- use proper i18n algorithm for word wrap, #71937
770- remove greek text from language picker due to lack
771  of greek font
772- reorder PAM config file #72657
773
774* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
775- improve gdmsetup icon
776- remove GNOME session, we will instead put it in gnome-session
777- apply patch from george to make gdmphotosetup file selector
778  work
779
780* Mon Aug 26 2002 Elliot Lee <sopwith@redhat.com> 2.4.0.7-6
781- Patches for #64902, #66486, #68483, #71308
782- post-install script changes from the gdm.spec mentioned in #70965
783- noreplace on gdm.conf for #71309
784
785* Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
786- put in a patch from george to fix some setsid()/kill() confusion
787  possibly fixing #72295
788- turn off UseCirclesInEntry for now, fixes #72433
789
790* Tue Aug 20 2002 Alexander Larsson <alexl@redhat.com>
791- Set UseCirclesInEntry to true in config
792
793* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
794- rename Gnome session to GNOME, this was just bugging me
795
796* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
797- 2.4.0.7 with bugfixes George kindly did for me,
798  including mnemonics for the graphical greeter
799- use Wonderland gtk theme for the nongraphical greeter
800- remove patches that are now upstream
801
802* Tue Jul 30 2002 Havoc Pennington <hp@redhat.com>
803- update rhconfig patch
804- use pam_timestamp for the config tool
805- link to a desktop file in redhat-menus
806- update .gnome2 patch, filed upstream bug
807- 2.4.0.4
808- rebuild with new gail, librsvg2
809
810* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
811- Require redhat-artwork, make the default greeter theme Wonderland
812- Look for all configuration in .gnome2 not .gnome. This avoids problems
813  with changes in the set of session/lang.
814- Remove English from locale.alias, make most locales UTF-8
815-C all find_lang with the right name
816
817* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
818- rebuild for new libs
819- put gdm-autologin pam config file in file list, hope
820  its absence wasn't deliberate
821- use desktop-file-install
822
823* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
824- rebuild in different environment
825
826* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
827- 2.4.0.0
828
829* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
830- rebuild in different environment
831
832* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
833- 2.3.90.3
834
835* Tue May 14 2002 Matt Wilson <msw@redhat.com> 2.3.90.2.90-1
836- pulled from current CVS, named it 2.3.90.2.90-1
837
838* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
839- rebuild for new libs
840- add URL tag
841
842* Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 2.3.90.1.90-1
843- Updated to a cvs snapshot that has the new greeter.
844
845* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
846- rebuild in rawhide
847
848* Tue Sep  4 2001 Havoc Pennington <hp@redhat.com>
849- fix #52997 (ukrainian in language list)
850
851* Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
852- Add po files from sources.redhat.com
853
854* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
855- Add po files from sources.redhat.com
856
857* Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com>
858- set SESSION to true in console.apps control file
859
860* Tue Aug 14 2001 Havoc Pennington <hp@redhat.com>
861- change default title font to work in CJK, #51698
862
863* Wed Aug  8 2001 Bill Nottingham <notting@redhat.com>
864- fix %pre for using /var/gdm as home dir
865
866* Sun Aug  5 2001 Nalin Dahyabhai <nalin@redhat.com>
867- Tweak PAM setup for gdmconfig to match other consolehelper users
868
869* Fri Aug  3 2001 Owen Taylor <otaylor@redhat.com>
870- Set RUNNING_UNDER_GDM when running display init script
871- Run xsri as the background program
872
873* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
874- Change how session switching works, #49480
875- don't offer to make Failsafe the default, #49479
876
877* Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
878- clean up some format string mess, and don't
879  log username to syslog, #5681
880- own some directories #50692
881
882* Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
883- require/buildrequire latest gnome-libs, to compensate
884  for upstream crackrock. #50554
885
886* Tue Jul 31 2001 Havoc Pennington <hp@redhat.com>
887- get rid of GiveConsole/TakeConsole, bug #33710
888
889* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
890- use Raleigh theme for gdm
891
892* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
893- depend on usermode, xinitrc
894 
895* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
896- build requires pam-devel, should fix #49448
897
898* Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
899- log to /var/log/gdm/*
900
901* Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
902- make Halt... power off
903
904* Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
905- gdm user's homedir to /var/gdm not /home/gdm
906
907* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
908- put pam.d/gdm back in file list
909
910* Sun Jul 08 2001 Havoc Pennington <hp@redhat.com>
911- upgrade to 2.2.3.1, pray this fixes more than it breaks
912
913* Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
914- add "rpm" user to those not to show in greeter
915
916* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
917- Upgrade to 2.2.3
918- require usermode since configure script now checks for it
919
920* Fri Jun 01 2001 Havoc Pennington <hp@redhat.com>
921- Prereq for scrollkeeper-update
922
923* Wed May 30 2001 Havoc Pennington <hp@redhat.com>
924- New CVS snap with the "no weird sessions" options;
925  more default settings changes
926
927* Wed May 30 2001 Havoc Pennington <hp@redhat.com>
928- Change a bunch of default settings; remaining fixes will involve C hacking
929
930* Wed May 30 2001 Havoc Pennington <hp@redhat.com>
931- After, oh, 2 years or so, finally upgrade version and set
932  release to 1. Remove all hacks and patches, pretty much;
933  this will break a few things, will be putting them back
934  via GNOME CVS. All changes should go in 'gdm2' module in
935  CVS for now.
936
937  This RPM enables all kinds of features that I'm going to turn
938  off shortly, so don't get excited about them. ;-)
939
940* Thu Mar 22 2001 Nalin Dahyabhai <nalin@redhat.com>
941- reinitialize pam credentials after calling initgroups() -- the
942  credentials may be group memberships
943
944* Mon Mar 19 2001 Owen Taylor <otaylor@redhat.com>
945- Fix colors patch
946
947* Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
948- translations
949
950* Mon Mar  5 2001 Preston Brown <pbrown@redhat.com>
951- don't screw up color map on 8 bit displays
952
953* Fri Feb 23 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
954- langify
955- Don't define and use "ver" and "nam" at the top of the spec file
956- use %%{_tmppath}
957
958* Tue Feb 13 2001 Tim Powers <timp@redhat.com>
959- don't allow gdm to show some system accounts in the browser bugzilla
960  #26898
961
962* Fri Jan 19 2001 Akira TAGOH <tagoh@redhat.com>
963- Updated Japanese translation.
964
965* Tue Jan 02 2001 Havoc Pennington <hp@redhat.com>
966- add another close() to the fdleak patch, bugzilla #22794
967
968* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
969- Return to toplevel main loop and start Xdcmp if enabled
970  (Bug #16106)
971
972* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
973- Up Epoch and release
974
975* Wed Aug 02 2000 Havoc Pennington <hp@redhat.com>
976- Requires Xsession script
977
978* Wed Jul 19 2000 Owen Taylor <otaylor@redhat.com>
979- Italian is better as it_IT than it_CH (bugzilla 12425)
980
981* Mon Jul 17 2000 Jonathan Blandford <jrb@redhat.com>
982- Don't instally gdmconfig as it doesn't work.
983
984* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
985- Rearrange code to avoid calling innumerable system calls
986  in a signal handler
987
988* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
989- Verbose debug spew for infinite loop stuff
990
991* Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
992- Try to fix infinite loops on X server failure
993
994* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
995- automatic rebuild
996
997* Thu Jun 29 2000 Havoc Pennington <hp@redhat.com>
998- Remove Docdir
999
1000* Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
1001- Fix file descriptor leak (Bugzilla 12301)
1002
1003* Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
1004- Apply security errata patch we released for 6.2
1005- Add Gnome.session back, don't know when it disappeared or why
1006
1007* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1008- modify PAM setup to use system-auth
1009
1010* Fri May 19 2000 Havoc Pennington <hp@redhat.com>
1011- rebuild for the Winston tree
1012
1013* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
1014- Modify Default.session and Failsafe.session not to add -login option to bash
1015- exec the session scripts with the user's shell with a hyphen prepended
1016- doesn't seem to actually work yet with tcsh, but it doesn't seem to
1017  break anything. needs a look to see why it doesn't work
1018
1019* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
1020- Link PreSession/Default to xdm/GiveConsole
1021- Link PostSession/Default to xdm/TakeConsole
1022
1023* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
1024- Fix the fix to the fix (8877)
1025- remove docs/gdm-manual.txt which doesn't seem to exist from %doc
1026
1027* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
1028- Enhance 8877 fix by not deleting the "Please login"
1029  message
1030
1031* Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
1032- Try to fix bug 8877 by clearing the message below
1033  the entry box when the prompt changes. may turn
1034  out to be a bad idea.
1035
1036* Mon Jan 17 2000 Elliot Lee <sopwith@redhat.com>
1037- Fix bug #7666: exec Xsession instead of just running it
1038
1039* Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
1040- Work around so that russian works (uses koi8-r instead
1041  of the default iso8859-5)
1042
1043* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
1044- Try again
1045
1046* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
1047- More fixes for i18n
1048
1049* Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
1050- Fixes for i18n
1051
1052* Sun Sep 26 1999 Elliot Lee <sopwith@redhat.com>
1053- Fixed pipewrite bug (found by mkj & ewt).
1054
1055* Fri Sep 17 1999 Michael Fulbright <drmike@redhat.com>
1056- added requires for pam >= 0.68
1057
1058* Fri Sep 10 1999 Elliot Lee <sopwith@redhat.com>
1059- I just update this package every five minutes, so any recent changes are my fault.
1060
1061* Thu Sep 02 1999 Michael K. Johnson <johnsonm@redhat.com>
1062- built gdm-2.0beta2
1063
1064* Mon Aug 30 1999 Michael K. Johnson <johnsonm@redhat.com>
1065- built gdm-2.0beta1
1066
1067* Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
1068- included rmeier@liberate.com patch for tcp socket X connections
1069
1070* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
1071- fix to handling ancient gdm config files with non-standard language specs
1072- dont close display connection for xdmcp connections, else we die if remote
1073  end dies.
1074
1075* Fri Apr 16 1999 Michael Fulbright <drmike@redhat.com>
1076- fix language handling to set GDM_LANG variable so gnome-session
1077  can pick it up
1078
1079* Wed Apr 14 1999 Michael Fulbright <drmike@redhat.com>
1080- fix so certain dialog boxes dont overwrite background images
1081
1082* Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
1083- do not specify -r 42 to useradd -- it doesn't know how to fall back
1084  if id 42 is already taken
1085
1086* Fri Apr 9 1999 Michael Fulbright <drmike@redhat.com>
1087- removed suspend feature
1088
1089* Mon Apr 5 1999 Jonathan Blandford <jrb@redhat.com>
1090- added patch from otaylor to not call gtk funcs from a signal.
1091- added patch to tab when username not added.
1092- added patch to center About box (and bring up only one) and ignore "~"
1093  and ".rpm" files.
1094
1095* Fri Mar 26 1999 Michael Fulbright <drmike@redhat.com>
1096- fixed handling of default session, merged all gdmgreeter patches into one
1097
1098* Tue Mar 23 1999 Michael Fulbright <drmike@redhat.com>
1099- remove GNOME/KDE/AnotherLevel session scripts, these have been moved to
1100  the appropriate packages instead.
1101- added patch to make option menus always active (security problem otherwise)
1102- added jrb's patch to disable stars in passwd entry field
1103
1104* Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
1105- made sure /usr/bin isnt in default path twice
1106- strip binaries
1107
1108* Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
1109- fixed to use proper system path when root logs in
1110
1111* Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
1112- linked Init/Default to Red Hat default init script for xdm
1113- removed logo from login dialog box
1114
1115* Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
1116- pam_console integration
1117
1118* Tue Mar 09 1999 Michael Fulbright <drmike@redhat.com>
1119- added session files for GNOME/KDE/AnotherLevel/Default/Failsafe
1120- patched gdmgreeter to not complete usernames
1121- patched gdmgreeter to not safe selected session permanently
1122- patched gdmgreeter to center dialog boxes
1123
1124* Mon Mar 08 1999 Michael Fulbright <drmike@redhat.com>
1125- removed comments from gdm.conf file, these are not parsed correctly
1126
1127* Sun Mar 07 1999 Michael Fulbright <drmike@redhat.com>
1128- updated source line for accuracy
1129
1130* Fri Feb 26 1999 Owen Taylor <otaylor@redhat.com>
1131- Updated patches for 1.0.0
1132- Fixed some problems in 1.0.0 with installation directories
1133- moved /usr/var/gdm /var/gdm
1134
1135* Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com>
1136- moved files from /usr/etc to /etc
1137
1138* Tue Feb 16 1999 Michael Johnson <johnsonm@redhat.com>
1139- removed commented-out #1 definition -- put back after testing gnome-libs
1140  comment patch
1141
1142* Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com>
1143- initial packaging
1144
Note: See TracBrowser for help on using the repository browser.