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

Revision 6890, 40.0 KB checked in by Takemikaduchi, 12 years ago (diff)

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