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

Revision 6951, 40.1 KB checked in by Takemikaduchi, 12 years ago (diff)

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