gdm-vl.spec 35 KB

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