gdm-vl.spec 41 KB

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