gdm-vl.spec 40 KB

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