gdm-vl.spec 38 KB

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