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

Revision 4616, 40.9 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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