gdm-vl.spec 39 KB

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