gdm-vl.spec 40 KB

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