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

Revision 5038, 41.4 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

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