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

Revision 1061, 34.6 KB checked in by daisuke, 14 years ago (diff)

gdm:; fix login panel crash on x86_64

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