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

Revision 7119, 40.2 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

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