gdm-vl.spec 37 KB

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