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

Revision 7633, 40.3 KB checked in by Takemikaduchi, 11 years ago (diff)

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