gdm-vl.spec 36 KB

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