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

Revision 6078, 40.2 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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