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

Revision 9814, 39.3 KB checked in by Takemikaduchi, 8 years ago (diff)

xorg-x11-server: remove patches
gnome-session: add patch
gdm: remove unused configure options

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