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

Revision 2440, 35.8 KB checked in by Takemikaduchi, 13 years ago (diff)

fix BTS:1090

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