gdm-vl.spec 35 KB

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