gdm-vl.spec 39 KB

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