gdm-vl.spec 40 KB

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