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

Revision 4850, 41.2 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.0

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