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

Revision 9475, 39.0 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME-3.16.0

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