gdm-vl.spec 40 KB

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