gdm-vl.spec 41 KB

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