%define libauditver 1.0.6 %define pango_version 1.2.0 %define gtk3_version 2.99.2 %define libglade2_version 2.0.0 %define libgnomeui_version 2.2.0 %define pam_version 0.99.8.1-11 %define desktop_file_utils_version 0.2.90 %define gail_version 1.2.0 %define nss_version 3.11.1 %define consolekit_version 0.3.0-9 %define fontconfig_version 2.6.0 ## %define _default_patch_fuzz 999 Summary: The GNOME Display Manager Summary(ja): GNOME ディスプレイマネージャ Name: gdm Version: 3.16.4 Release: 2%{?_dist_release} License: GPLv2+ Group: User Interface/X URL: http://download.gnome.org/sources/gdm Source: http://download.gnome.org/sources/gdm/3.16/gdm-%{version}.tar.xz Source1: gdm-pam Source2: gdm-autologin-pam Source4: gdm-password.pam Source200: gdm-restart Source201: gdm-safe-restart Source202: gdm-stop Source203: gnome.desktop Requires(pre): shadow-utils Requires(posttrans): dconf Requires: pam >= %{pam_version} Requires: ConsoleKit >= %{consolekit_version} Requires: accountsservice Requires: iso-codes Requires: gnome-keyring-pam Requires: gnome-session Requires: gnome-settings-daemon Requires: gnome-shell Requires: polkit-gnome Requires: pulseaudio-gdm-hooks Requires: usermode-gtk Requires: util-linux Requires: xinitrc Requires: xorg-x11-xdm Requires: vine-backgrounds >= 4.0 Requires: libXau >= 1.0.4-4 Requires: audit-libs >= %{libauditver} BuildRequires: libcanberra-gtk3-devel BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk3-devel >= %{gtk3_version} BuildRequires: pam-devel >= %{pam_version} BuildRequires: fontconfig >= %{fontconfig_version} BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: libtool automake autoconf BuildRequires: libattr-devel BuildRequires: gettext BuildRequires: gnome-doc-utils BuildRequires: libdmx-devel BuildRequires: audit-libs-devel >= %{libauditver} BuildRequires: autoconf automake libtool BuildRequires: intltool BuildRequires: xorg-x11-server-Xorg BuildRequires: nss-devel >= %{nss_version} BuildRequires: ConsoleKit BuildRequires: check-devel BuildRequires: iso-codes BuildRequires: libxklavier-devel >= 4.0 BuildRequires: upower-devel >= 0.9.7 BuildRequires: libXdmcp-devel BuildRequires: libSM-devel BuildRequires: dbus-glib-devel BuildRequires: accountsservice-devel BuildRequires: plymouth-devel BuildRequires: itstool BuildRequires: dbus-x11 BuildRequires: dconf-devel BuildRequires: gnome-power-manager BuildRequires: gsettings-desktop-schemas BuildRequires: gnome-settings-daemon Obsoletes: %{name}-plugin-smartcard < 3.10.0 Obsoletes: %{name}-plugin-fingerprint < 3.10.0 # upstream patch # Patch from Fedora # Patch from Ubuntu ## patches for vine Patch500: gdm-3.10.0-vine-release.patch Vendor: Project Vine Distribution: Vine Linux %description GDM provides the graphical login screen, shown shortly after boot up, log out, and when user-switching. %package devel Summary: Development files and headers for GDM Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Development files and headers for writing GDM greeters. %prep %setup -q %patch500 -p1 -b .vine-release %build cp -f %{SOURCE1} data/pam-redhat/gdm.pam cp -f %{SOURCE2} data/pam-redhat/gdm-autologin.pam cp -f %{SOURCE4} data/pam-redhat/gdm-password.pam autoreconf -if intltoolize --force --copy %configure \ --with-pam-prefix=%{_sysconfdir} \ --with-plymouth=yes \ --with-default-pam-config=redhat \ --with-working-directory=%{_localstatedir}/gdm \ --with-run-directory=/run/gdm \ --enable-console-helper \ --with-console-kit \ --enable-split-authentication=yes \ --without-selinux \ --without-systemd # drop unneeded direct library deps with --as-needed # libtool doesn't make this easy, so we do it the hard way 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 make -C po #make %{?_smp_mflags} make %install [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/Init mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/PreSession mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gdm/PostSession make install DESTDIR=$RPM_BUILD_ROOT # docs go elsewhere rm -rf $RPM_BUILD_ROOT/%{_prefix}/doc # create log dir mkdir -p $RPM_BUILD_ROOT/var/log/gdm # and a spool dir mkdir -p $RPM_BUILD_ROOT/var/spool/gdm # remove the gdm Xsession as we're using the xdm one rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gdm/Xsession (cd $RPM_BUILD_ROOT%{_sysconfdir}/gdm; ln -sf ../X11/xinit/Xsession .) mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdm/autostart/LoginWindow mkdir -p $RPM_BUILD_ROOT/run/gdm rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper find $RPM_BUILD_ROOT -name '*.a' -delete find $RPM_BUILD_ROOT -name '*.la' -delete install -m 0755 %{SOURCE200} %{SOURCE201} %{SOURCE202} $RPM_BUILD_ROOT%{_sbindir}/ # install gnome.desktop # XXX: this should be included in each desktop environment package. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/ cp %{SOURCE203} $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/gdm-fingerprint rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/gdm-smartcard %find_lang gdm --with-gnome %pre /usr/sbin/useradd -M -u 42 -d %{_localstatedir}/gdm -s /sbin/nologin -r gdm > /dev/null 2>&1 /usr/sbin/usermod -d %{_localstatedir}/gdm -s /sbin/nologin gdm >/dev/null 2>&1 # ignore errors, as we can't disambiguate between gdm already existed # and couldn't create account with the current adduser. exit 0 %post /sbin/ldconfig touch --no-create /usr/share/icons/hicolor >&/dev/null || : # if the user already has a config file, then migrate it to the new # location; rpm will ensure that old file will be renamed custom=%{_sysconfdir}/gdm/custom.conf if [ $1 -ge 2 ] ; then if [ -f /usr/share/gdm/config/gdm.conf-custom ]; then oldconffile=/usr/share/gdm/config/gdm.conf-custom elif [ -f /etc/X11/gdm/gdm.conf ]; then oldconffile=/etc/X11/gdm/gdm.conf fi # Comment out some entries from the custom config file that may # have changed locations in the update. Also move various # elements to their new locations. [ -n "$oldconffile" ] && sed \ -e 's@^command=/usr/X11R6/bin/X@#command=/usr/bin/Xorg@' \ -e 's@^Xnest=/usr/X11R6/bin/Xnest@#Xnest=/usr/X11R6/bin/Xnest@' \ -e 's@^BaseXsession=/etc/X11/xdm/Xsession@#BaseXsession=/etc/X11/xinit/Xsession@' \ -e 's@^BaseXsession=/etc/X11/gdm/Xsession@#&@' \ -e 's@^BaseXsession=/etc/gdm/Xsession@#&@' \ -e 's@^Greeter=/usr/bin/gdmgreeter@#Greeter=/usr/libexec/gdmgreeter@' \ -e 's@^RemoteGreeter=/usr/bin/gdmlogin@#RemoteGreeter=/usr/libexec/gdmlogin@' \ -e 's@^GraphicalTheme=Bluecurve@#&@' \ -e 's@^BackgroundColor=#20305a@#&@' \ -e 's@^DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin@#&@' \ -e 's@^RootPath=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin@#&@' \ -e 's@^HostImageDir=/usr/share/hosts/@#HostImageDir=/usr/share/pixmaps/faces/@' \ -e 's@^LogDir=/var/log/gdm@#&@' \ -e 's@^PostLoginScriptDir=/etc/X11/gdm/PostLogin@#&@' \ -e 's@^PreLoginScriptDir=/etc/X11/gdm/PreLogin@#&@' \ -e 's@^PreSessionScriptDir=/etc/X11/gdm/PreSession@#&@' \ -e 's@^PostSessionScriptDir=/etc/X11/gdm/PostSession@#&@' \ -e 's@^DisplayInitDir=/var/run/gdm.pid@#&@' \ -e 's@^RebootCommand=/sbin/reboot;/sbin/shutdown -r now;/usr/sbin/shutdown -r now;/usr/bin/reboot@#&@' \ -e 's@^HaltCommand=/sbin/poweroff;/sbin/shutdown -h now;/usr/sbin/shutdown -h now;/usr/bin/poweroff@#&@' \ -e 's@^ServAuthDir=/var/gdm@#&@' \ -e 's@^Greeter=/usr/bin/gdmlogin@Greeter=/usr/libexec/gdmlogin@' \ -e 's@^RemoteGreeter=/usr/bin/gdmgreeter@RemoteGreeter=/usr/libexec/gdmgreeter@' \ $oldconffile > $custom fi if [ $1 -ge 2 -a -f $custom ] && grep -q /etc/X11/gdm $custom ; then sed -i -e 's@/etc/X11/gdm@/etc/gdm@g' $custom fi %postun /sbin/ldconfig scrollkeeper-update >& /dev/null ||: if [ $1 -eq 0 ]; then touch --no-create %{_datadir}/icons/hicolor >&/dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : fi if [ $1 -eq 0 ]; then glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: fi %posttrans dconf update gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %files -f gdm.lang %defattr(-, root, root) %doc AUTHORS COPYING NEWS README TODO %dir %{_sysconfdir}/gdm %config(noreplace) %{_sysconfdir}/gdm/custom.conf %config %{_sysconfdir}/gdm/Init/* %config %{_sysconfdir}/gdm/PostLogin/* %config %{_sysconfdir}/gdm/PreSession/* %config %{_sysconfdir}/gdm/PostSession/* %config %{_sysconfdir}/pam.d/gdm %config %{_sysconfdir}/pam.d/gdm-autologin %config %{_sysconfdir}/pam.d/gdm-launch-environment %config %{_sysconfdir}/pam.d/gdm-password %config %{_sysconfdir}/pam.d/gdm-pin # not config files %{_sysconfdir}/gdm/Xsession %{_datadir}/gdm/gdm.schemas %{_sysconfdir}/X11/dm/Sessions/gnome.desktop %{_sysconfdir}/dbus-1/system.d/gdm.conf %dir %{_sysconfdir}/gdm/Init %dir %{_sysconfdir}/gdm/PreSession %dir %{_sysconfdir}/gdm/PostSession %dir %{_sysconfdir}/gdm/PostLogin %{_datadir}/pixmaps/*.png %{_datadir}/icons/hicolor/*/apps/*.png %{_libexecdir}/gdm-host-chooser %{_libexecdir}/gdm-session-worker %{_libexecdir}/gdm-simple-chooser %{_libexecdir}/gdm-x-session %{_sbindir}/gdm %{_sbindir}/gdm-restart %{_sbindir}/gdm-safe-restart %{_sbindir}/gdm-stop %{_bindir}/gdmflexiserver %{_bindir}/gdm-screenshot %{_datadir}/gdm/locale.alias %{_datadir}/gdm/gdb-cmd %{_libdir}/libgdm*.so* %{_libdir}/girepository-1.0/*.typelib %dir %{_datadir}/gdm %{_datadir}/gdm/greeter-dconf-defaults %{_datadir}/gdm/greeter/autostart/orca-autostart.desktop %{_datadir}/gdm/greeter/applications/* %{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml %{_datadir}/dconf/profile/gdm %dir %{_localstatedir}/log/gdm %dir %{_localstatedir}/spool/gdm %attr(1770, gdm, gdm) %dir %{_localstatedir}/gdm %attr(0711, gdm, gdm) %dir /run/gdm %attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm %exclude %{_libexecdir}/gdm-wayland-session %files devel %defattr(-, root, root) %{_includedir}/gdm/gdm-client-glue.h %{_includedir}/gdm/gdm-client.h %{_includedir}/gdm/gdm-sessions.h %{_includedir}/gdm/gdm-user-switching.h %{_datadir}/gir-1.0/*.gir %{_libdir}/pkgconfig/*.pc %changelog * Mon Nov 16 2015 Yoji TOYODA 3.16.4-2 - remove unused configure options * Sat Oct 10 2015 Yoji TOYODA 3.16.4-1 - new upstream release * Sun Jul 05 2015 Yoji TOYODA 3.16.2-1 - new upstream release * Sun Apr 19 2015 Yoji TOYODA 3.16.1.1-1 - new upstream release * Sun Mar 29 2015 Yoji TOYODA 3.16.0-1 - new upstream release * Sat Nov 08 2014 Yoji TOYODA 3.14.1-1 - new upstream release - remove Source11: polkit-gnome-authentication-agent-1.desktop * Sat May 17 2014 Yoji TOYODA 3.12.2-1 - new upstream release * Sun Apr 20 2014 Yoji TOYODA 3.12.1-1 - new upstream release - remove Patch0 (gdm-3.12.0-git20140403.patch) * Sat Apr 05 2014 Yoji TOYODA 3.12.0-1 - new upstream release - add Patch0 (gdm-3.12.0-git20140403.patch) * Sun Jan 05 2014 Yoji TOYODA 3.10.0.1-2 - rebuild with VineSeed environment * Sat Oct 26 2013 Yoji TOYODA 3.10.0.1-1 - new upstream release - update Patch500 (gdm-3.10.0-vine-release.patch) - remove Patch501 (gdm-3.6.0-simple-slave-vine.patch) - remove plugin-smartcard and plugin-fingerprint subpackages * Mon Apr 22 2013 Yoji TOYODA 3.8.1.1-1 - new upstream release - add Requires: gnome-shell * Thu Nov 15 2012 Yoji TOYODA 3.6.2-1 - new upstream release * Thu Oct 18 2012 Yoji TOYODA 3.6.1-1 - new upstream release - remove Patch502 (libgdm-correct-invalid-gvariant-format-string.patch) * Fri Oct 05 2012 Yoji TOYODA 3.6.0-1 - new upstream release - remove Patch0 (plymouth.patch) - remove Patch105 (05_initial_server_on_vt7.patch) - remove Patch501 (gdm-2.32.0-greeter-login-window-be-dock.patch) - add Patch501 (gdm-3.6.0-simple-slave-vine.patch) - add Patch502 (libgdm-correct-invalid-gvariant-format-string.patch) - add BuildRequires: plymouth-devel, itstool - remove Source3,7,8,9,10 * Sun Apr 22 2012 Yoji TOYODA 3.4.1-1 - new upstream release - update Patch0 - remove Patch134,503 * Sat Oct 22 2011 Yoji TOYODA 3.2.1.1-1 - new upstream release - change BuildRequires: dconf-devel instead of dconf * Sat Oct 01 2011 Yoji TOYODA 3.2.0-1 - new upstream release - create %%{name}-devel sub package - add BuildRequires: libSM-devel * Wed Aug 17 2011 Yoji TOYODA 3.1.2-1 - new upstream release - merge spec and patch files * Wed Aug 3 2011 Lennart Poettering - 1:3.1.2-4 - Register welcome pseudo-session in PAM * Tue Jun 28 2011 Ray Strode 3.1.2-3 - Disable fatal critcals Resolves: #717324 * Tue Jun 21 2011 Michael Schwendt - 3.1.2-2 - Fix /dev/ull typo in scriptlets (#693046). * Mon Jun 13 2011 Ray Strode 3.1.2-1 - Update for release * Mon Jun 06 2011 Ray Strode 3.0.4-1 - Update to latest version Resolves CVE-2011-1709 * Fri Apr 15 2011 Matthias Clasen - 3.0.0-2 - Put the Fedora logo back in the greeter * Mon Apr 4 2011 Matthias Clasen - 3.0.0-1 - Update to 3.0.0 * Sat Jul 02 2011 Daisuke SUZUKI 2.32.2-5 - add patch134 to disable a11y (revert upstream change) - add patch138 to give focus to user chooser on startup * Tue Jun 28 2011 Daisuke SUZUKI 2.32.2-4 - add patch117 to use timed login after autologin. * Wed Jun 22 2011 Daisuke SUZUKI 2.32.2-3 - add patch504 to use vine logo for simple greeter panel instead of computer.svg. * Mon Jun 06 2011 Daisuke SUZUKI 2.32.2-2 - add patch503 to disable metacity compositing_manager * Fri Jun 03 2011 Yoji TOYODA 2.32.2-1 - update to 2.32.2 (including security fix for CVE-2011-1709) - drop Patch109 - add Patch502 (gdm-2.32.2-simple-greeter-vine.patch) - update ja.po * Fri May 13 2011 Yoji TOYODA 2.32.1-1 - update to 2.32.1 (including security fix for CVE-2011-0727) - update Patch128,500 * Wed Mar 09 2011 Daisuke SUZUKI 2.32.0-2 - add Patch501 to fix metacity warning.. - update ja.po * Tue Mar 08 2011 Daisuke SUZUKI 2.32.0-1 - update to 2.32.0 - remove R: plymouth-gdm-hooks - use ubuntu plymouth integration patch instead of fedora's. - update ubuntu patches * Sat Jan 29 2011 Yoji TOYODA 2.30.2-6 - remove Patch1 (gdm-2.30.2-UTF-8.patch) * Mon Jan 03 2011 Yoji TOYODA 2.30.2-5 - add Patch1 (gdm-2.30.2-UTF-8.patch) * Sat Oct 16 2010 Yoji TOYODA 2.30.2-4 - add BuildRequires: polkit-devel, gnome-panel-devel, libxklavier-devel, upower-devel, libXdmcp-devel, gnome-doc-utils, libICE-devel - add Patch100 (01_upower.patch) from ubuntu - add Patch105 (02_x_server_location.patch) from ubuntu - add Patch501 (gdm-2.30.2_add_dbus_glib_to_applet_deps.patch) - add configure option (--with-working-directory=%%{_localstatedir}/gdm) - fix %files (fix working directory) * Sun May 23 2010 Daisuke SUZUKI 2.30.0-3 - fix patch500: fix login panel crash on x86_64 () * Fri May 21 2010 Daisuke SUZUKI 2.30.0-2 - add patch104: hide mouse cursor on startup user session - add patch500: read vine-release to get system version * Mon May 17 2010 Daisuke SUZUKI 2.30.0-1 - new upstream release - add patch101,102,103 from ubuntu - drop themes * Sat Jul 25 2009 Kazutaka HARADA 2.20.10-6 - update Patch100: fix typo & change BackgroundColor/GraphicalThemedColor - add BuildRequires: libdmx-devel, audit-libs-devel * Thu May 14 2009 Daisuke SUZUKI 2.20.10-5 - add patch11: add hibernate button in GDM menu - add pathc18: use combo boxc for language selector * Mon May 11 2009 Daisuke SUZUKI 2.20.10-4 - remove explicit dependency to gnome libraries - remove BR: libgnome{ui,canvas}-devel - add Requires: xorg-x11-xdm * Mon May 04 2009 Daisuke SUZUKI 2.20.10-3 - update vine themes - sync Vine-list with new Vine theme * Sun Apr 26 2009 Daisuke SUZUKI 2.20.10-2 - update vine theme * Mon Apr 13 2009 Daisuke SUZUKI 2.20.10-1 - update to 2.20.10 - update vine themes - add Requires: vine-backgrounds >= 4.0 * Sat Sep 27 2008 Daisuke SUZUKI 2.20.8-1 - update to 2.20.8 - gdm-2.22/24 still not mature, so We are staying with gdm-2.20 branch. * Wed Jun 25 2008 MATSUBAYASHI Kohji - 2.20.5-2 - rebuilt with --with-console-kit - TODO: update to 2.22.0 with PolicyKit support * Mon May 12 2008 Daisuke SUZUKI 2.20.5-1 - update to 2.20.5 - TODO: update to 2.22.0 - TODO: update theme to support gdm-2.22.0 - build with xorg-x11-7.3 * Mon Jan 14 2008 Shu KONNO 2.18.1-0vl4 - added gdm-2.18.1-gdmphotosetup-desktop.patch * Fri May 04 2007 Daisuke SUZUKI 2.18.1-0vl3 - import some upstream patches * Fri May 04 2007 Daisuke SUZUKI 2.18.1-0vl2 - update Vine theme * Fri May 04 2007 Daisuke SUZUKI 2.18.1-0vl1 - new upstream release * Thu Dec 28 2006 Ryoichi INAGAKI 2.14.10-0vl5 - rebuilt for VineSeed * Thu Dec 21 2006 Satoshi IWAMOTO 2.14.10-0vl4.2 - add Vendor/Distribution tag - fix changelog typo * Mon Dec 18 2006 Satoshi IWAMOTO 2.14.10-0vl4.1 - add patch200 for fix CVE-2006-6105 * Thu Sep 28 2006 Daisuke SUZUKI 2.14.10-0vl4 - update locale.alias - remove unsupported langs, add ja_JP.UTF-8 * Fri Sep 01 2006 Daisuke SUZUKI 2.14.10-0vl3 - update gdm-theme-vine - shrink image size * Sun Aug 13 2006 Daisuke SUZUKI 2.14.10-0vl2 - update gdm-theme-vine - add Face-browser version of Vine theme. * Sat Aug 12 2006 Daisuke SUZUKI 2.14.10-0vl1 - new upstream release - update gdm-theme-vine - drop Patch10 (merged in upstream) * Sun Jun 11 2006 Daisuke SUZUKI 2.14.8-0vl1 - new upstream release - add Patch10 to fix autologin (, http://bugzilla.gnome.org/show_bug.cgi?id=344191) * Sun Jun 04 2006 Daisuke SUZUKI 2.14.7-0vl1 - new upstream release * Sun May 21 2006 Daisuke SUZUKI 2.14.6-0vl1 - new upstream release - remove xsri dependency * Sun May 07 2006 Daisuke SUZUKI 2.14.5-0vl2 - use consolehelper for gdmsetup * Sat May 06 2006 Daisuke SUZUKI 2.14.5-0vl1 - new upstream release * Wed Apr 12 2006 Daisuke SUZUKI 2.14.1-0vl1 - new upstream release * Thu Mar 23 2006 Daisuke SUZUKI 2.14.0-0vl2 - rebuild to change _localstatedir * Tue Mar 14 2006 Daisuke SUZUKI 2.14.0-0vl1 - new upstream release * Sun Mar 12 2006 Daisuke SUZUKI 2.13.0.10-0vl2 - fix %%post script for Vine Linux - remove Patch17,18 which are not needed for Vine Linux * Sun Mar 12 2006 Ryoichi INAGAKI 2.13.0.10-0vl1 - new upstream release - updated %%post and %%postun script * Tue Sep 20 2005 Daisuke SUZUKI 2.8.0.4-0vl1 - new upstream release - import gdm-theme-vine from Vine Linux 3.2 * Mon Nov 08 2004 Daisuke SUZUKI 2.6.0.6-0vl1 - new upstream release - build with gnome-2.8.1 * Sun Oct 17 2004 Daisuke SUZUKI 2.6.0.5-0vl1 - new upstream release - update Vine patch - remove obsolete patch and ja.po * Fri Oct 15 2004 Daisuke SUZUKI 2.4.4.7-0vl10 - update Vine theme for Vine Linux 3.1 * Mon Jul 26 2004 Daisuke SUZUKI 2.4.4.7-0vl9 - rebuild to fix bogus consolehelper symlinks * Fri Jul 23 2004 Daisuke SUZUKI 2.4.4.7-0vl8 - revert 0vl7's change.. * Thu Jul 22 2004 Daisuke SUZUKI 2.4.4.7-0vl7 - use 100dpi for X resolution instead of 96dpi * Mon Jun 28 2004 Daisuke SUZUKI 2.4.4.7-0vl6 - Requires usermode-gtk instead of usermode * Wed Jun 16 2004 Daisuke SUZUKI 2.4.4.7-0vl5 - move WindowMaker.desktop to WindowMaker package. * Fri Apr 2 2004 Daisuke SUZUKI 2.4.4.7-0vl4 - add modified ja.po to fix a strange date notation in gdmlogin. * Wed Mar 10 2004 Daisuke SUZUKI 2.4.4.7-0vl3 - add new Vine theme, rename old Vine theme to AquaVine - switch to new default Theme * Fri Mar 5 2004 Daisuke SUZUKI 2.4.4.7-0vl2 - update GDM-Vine theme to change font size. * Sat Jan 31 2004 Daisuke SUZUKI 2.4.4.7-0vl1 - new upstream release * Sat Oct 18 2003 Daisuke SUZUKI 2.4.4.4-0vl1 - new upstream release * Sun Sep 28 2003 Daisuke SUZUKI 2.4.4.3-0vl1 - new upstream release - fix locale.alias to use ja_JP.eucJP instead of UTF-8 for Japanese locale. (this was fixed in 2.4.0.12, but it does not works with 2.4.4.x) * Tue Sep 16 2003 Daisuke SUZUKI 2.4.4.1-0vl1 - new upstream release * Sat Sep 13 2003 KAZUKI SHIMURA 2.4.4.0-0vl4 - fix LogDir/ServAuthDir * Tue Sep 09 2003 Daisuke SUZUKI 2.4.4.0-0vl3 - add WindowMaker.desktop which should go to WindowMaker package. * Tue Sep 09 2003 Daisuke SUZUKI 2.4.4.0-0vl2 - update ja.po - modified gdm.conf * Mon Sep 08 2003 Daisuke SUZUKI 2.4.4.0-0vl1 - new upstream release - partially merged with rawhide package * Thu Sep 4 2003 Alexander Larsson 1:2.4.4.0-2 - Use the right default session (#103546) * Wed Sep 3 2003 Alexander Larsson 1:2.4.4.0-1 - update to 2.4.4.0 - update to georges new selinux patch * Fri Aug 29 2003 Elliot Lee 1:2.4.2.102-2 - Remove scrollkeeper files * Tue Aug 26 2003 George Lebl 1:2.4.2.102-1 - updated to 2.4.2.102 - removed outdated patches - Use Xsetup_0 only for :0 since that's the way it works for xdm - remove the gnome.desktop file, its going into gnome-session * Thu Aug 14 2003 Havoc Pennington 1:2.4.1.6-1 - update to latest bugfix version on george's advice - remove setlocale patch that's upstream - remove console setup patches that are upstream * Thu Jun 12 2003 Dan Walsh 2.4.1.3-9 - Port to SELinux * Wed Jun 04 2003 Elliot Lee - rebuilt * Tue Jun 3 2003 Jeff Johnson - add explicit epoch's where needed. * Sun May 04 2003 Florian La Roche - fix post: localstatedir -> _localstatedir * Thu May 1 2003 Havoc Pennington 1:2.4.1.3-6 - enable UTF-8 for CJK * Mon Feb 24 2003 Elliot Lee - debuginfo rebuild * Thu Feb 20 2003 Owen Taylor - Run the error dialogs under /bin/sh --login, so we get lang.sh, and thus unicode_start running. Fixes the X-doesn't-start dialog showing up as random blinking characters. * Fri Feb 14 2003 Havoc Pennington 1:2.4.1.3-2 - nuke buildreq Xft * Wed Feb 5 2003 Havoc Pennington 1:2.4.1.3-1 - upgrade to 2.4.1.3 * Mon Feb 3 2003 Matt Wilson 1:2.4.1.1-6 - added gdm-2.4.1.1-64bit.patch to fix 64 bit crash in cookie generation (#83334) * Mon Feb 3 2003 Owen Taylor - Add patch to fix problem where setting LC_COLLATE=C would give LC_MESSAGES=wa_BE (#82019) * Thu Jan 30 2003 Matt Wilson 1:2.4.1.1-3 - fix pam.d entry, pam_env wasn't properly patched - disable optimizations on x86_64 to work around gcc bug * Wed Jan 22 2003 Tim Powers - rebuilt * Mon Jan 20 2003 Owen Taylor - Upgrade to 2.4.1.1 (Fixes #81907) - Redirect stdout of kill to /dev/null (#80814) * Thu Jan 9 2003 Havoc Pennington - 2.4.1.0 - add patch from george to ask "are you sure?" for shutdown/reboot since it's now just one click away * Thu Dec 19 2002 Havoc Pennington - 2.4.0.12 - update new patch for no-utf8-in-cjk - drop patch to photo setup, now upstream - drop confdocs patch now upstream - move all the gdm.conf changes into single "rhconfig" patch - remove "sid-fix" patch now upstream * Sun Jan 26 2003 Daisuke SUZUKI 2.4.1.2-0vl1 - new upstream release - add '-dpi 96' to Xserver option. (change default to 96dpi) * Thu Jan 16 2003 Daisuke SUZUKI 2.4.1.1-0vl1 - new upstream release * Sat Jan 4 2003 Daisuke SUZUKI 2.4.1.0-0vl1 - new upstream release - update PreReq tag. - discard scrollkeeper outputs. * Fri Jan 3 2003 Daisuke SUZUKI 2.4.0.12-0vl3 - add Vine theme as default. - change ja locale from utf8 to eucJP - add Xsession/Xclients script for gdm. - add Sessions/* for Gnome/WindowMaker. * Mon Dec 30 2002 Daisuke SUZUKI 2.4.0.12-0vl2 - remove redhat category * Mon Dec 30 2002 Daisuke SUZUKI 2.4.0.12-0vl1 - merged with rawhide release for gnome2. * Mon Nov 11 2002 Nalin Dahyabhai 2.4.0.7-14 - remove the directory part of module specifications from the PAM config files, allowing the same PAM config to work for either arch on multilib boxes * Thu Sep 5 2002 Owen Taylor - Change zh_CN entry in language menu to zh_CN.GB18030 * Thu Sep 5 2002 Akira TAGOH 2.4.0.7-12 - copied gdm-ja.po to ja.po. * Mon Sep 2 2002 Owen Taylor - Fix problem where gdm was opening ~/.xsession-errors itself to bad effect * Sat Aug 31 2002 Havoc Pennington - include ja.po with new date format * Wed Aug 28 2002 Havoc Pennington - remove noreplace on gdm.conf #71309 - make gnome-gdmsetup absolute, #72910 * Wed Aug 28 2002 Havoc Pennington - put /usr/X11R6/bin in path for now fixes #72781 - use proper i18n algorithm for word wrap, #71937 - remove greek text from language picker due to lack of greek font - reorder PAM config file #72657 * Wed Aug 28 2002 Havoc Pennington - improve gdmsetup icon - remove GNOME session, we will instead put it in gnome-session - apply patch from george to make gdmphotosetup file selector work * Mon Aug 26 2002 Elliot Lee 2.4.0.7-6 - Patches for #64902, #66486, #68483, #71308 - post-install script changes from the gdm.spec mentioned in #70965 - noreplace on gdm.conf for #71309 * Sun Aug 25 2002 Havoc Pennington - put in a patch from george to fix some setsid()/kill() confusion possibly fixing #72295 - turn off UseCirclesInEntry for now, fixes #72433 * Tue Aug 20 2002 Alexander Larsson - Set UseCirclesInEntry to true in config * Thu Aug 15 2002 Havoc Pennington - rename Gnome session to GNOME, this was just bugging me * Thu Aug 8 2002 Havoc Pennington - 2.4.0.7 with bugfixes George kindly did for me, including mnemonics for the graphical greeter - use Wonderland gtk theme for the nongraphical greeter - remove patches that are now upstream * Tue Jul 30 2002 Havoc Pennington - update rhconfig patch - use pam_timestamp for the config tool - link to a desktop file in redhat-menus - update .gnome2 patch, filed upstream bug - 2.4.0.4 - rebuild with new gail, librsvg2 * Tue Jun 25 2002 Owen Taylor - Require redhat-artwork, make the default greeter theme Wonderland - Look for all configuration in .gnome2 not .gnome. This avoids problems with changes in the set of session/lang. - Remove English from locale.alias, make most locales UTF-8 -C all find_lang with the right name * Sun Jun 16 2002 Havoc Pennington - rebuild for new libs - put gdm-autologin pam config file in file list, hope its absence wasn't deliberate - use desktop-file-install * Mon Jun 10 2002 Havoc Pennington - rebuild in different environment * Mon Jun 10 2002 Havoc Pennington - 2.4.0.0 * Tue May 21 2002 Havoc Pennington - rebuild in different environment * Tue May 21 2002 Havoc Pennington - 2.3.90.3 * Tue May 14 2002 Matt Wilson 2.3.90.2.90-1 - pulled from current CVS, named it 2.3.90.2.90-1 * Thu Feb 14 2002 Havoc Pennington - rebuild for new libs - add URL tag * Mon Feb 11 2002 Alex Larsson 2.3.90.1.90-1 - Updated to a cvs snapshot that has the new greeter. * Thu Jan 24 2002 Havoc Pennington - rebuild in rawhide * Tue Sep 4 2001 Havoc Pennington - fix #52997 (ukrainian in language list) * Fri Aug 31 2001 Havoc Pennington - Add po files from sources.redhat.com * Mon Aug 27 2001 Havoc Pennington - Add po files from sources.redhat.com * Wed Aug 15 2001 Nalin Dahyabhai - set SESSION to true in console.apps control file * Tue Aug 14 2001 Havoc Pennington - change default title font to work in CJK, #51698 * Wed Aug 8 2001 Bill Nottingham - fix %pre for using /var/gdm as home dir * Sun Aug 5 2001 Nalin Dahyabhai - Tweak PAM setup for gdmconfig to match other consolehelper users * Fri Aug 3 2001 Owen Taylor - Set RUNNING_UNDER_GDM when running display init script - Run xsri as the background program * Thu Aug 02 2001 Havoc Pennington - Change how session switching works, #49480 - don't offer to make Failsafe the default, #49479 * Thu Aug 02 2001 Havoc Pennington - clean up some format string mess, and don't log username to syslog, #5681 - own some directories #50692 * Wed Aug 01 2001 Havoc Pennington - require/buildrequire latest gnome-libs, to compensate for upstream crackrock. #50554 * Tue Jul 31 2001 Havoc Pennington - get rid of GiveConsole/TakeConsole, bug #33710 * Sun Jul 22 2001 Havoc Pennington - use Raleigh theme for gdm * Thu Jul 19 2001 Havoc Pennington - depend on usermode, xinitrc * Thu Jul 19 2001 Havoc Pennington - build requires pam-devel, should fix #49448 * Mon Jul 16 2001 Havoc Pennington - log to /var/log/gdm/* * Mon Jul 16 2001 Havoc Pennington - make Halt... power off * Tue Jul 10 2001 Havoc Pennington - gdm user's homedir to /var/gdm not /home/gdm * Mon Jul 09 2001 Havoc Pennington - put pam.d/gdm back in file list * Sun Jul 08 2001 Havoc Pennington - upgrade to 2.2.3.1, pray this fixes more than it breaks * Thu Jul 05 2001 Havoc Pennington - add "rpm" user to those not to show in greeter * Tue Jul 03 2001 Havoc Pennington - Upgrade to 2.2.3 - require usermode since configure script now checks for it * Fri Jun 01 2001 Havoc Pennington - Prereq for scrollkeeper-update * Wed May 30 2001 Havoc Pennington - New CVS snap with the "no weird sessions" options; more default settings changes * Wed May 30 2001 Havoc Pennington - Change a bunch of default settings; remaining fixes will involve C hacking * Wed May 30 2001 Havoc Pennington - After, oh, 2 years or so, finally upgrade version and set release to 1. Remove all hacks and patches, pretty much; this will break a few things, will be putting them back via GNOME CVS. All changes should go in 'gdm2' module in CVS for now. This RPM enables all kinds of features that I'm going to turn off shortly, so don't get excited about them. ;-) * Thu Mar 22 2001 Nalin Dahyabhai - reinitialize pam credentials after calling initgroups() -- the credentials may be group memberships * Mon Mar 19 2001 Owen Taylor - Fix colors patch * Thu Mar 15 2001 Havoc Pennington - translations * Mon Mar 5 2001 Preston Brown - don't screw up color map on 8 bit displays * Fri Feb 23 2001 Trond Eivind Glomsr藷? - langify - Don't define and use "ver" and "nam" at the top of the spec file - use %%{_tmppath} * Tue Feb 13 2001 Tim Powers - don't allow gdm to show some system accounts in the browser bugzilla #26898 * Fri Jan 19 2001 Akira TAGOH - Updated Japanese translation. * Tue Jan 02 2001 Havoc Pennington - add another close() to the fdleak patch, bugzilla #22794 * Sun Aug 13 2000 Owen Taylor - Return to toplevel main loop and start Xdcmp if enabled (Bug #16106) * Fri Aug 11 2000 Jonathan Blandford - Up Epoch and release * Wed Aug 02 2000 Havoc Pennington - Requires Xsession script * Wed Jul 19 2000 Owen Taylor - Italian is better as it_IT than it_CH (bugzilla 12425) * Mon Jul 17 2000 Jonathan Blandford - Don't instally gdmconfig as it doesn't work. * Fri Jul 14 2000 Havoc Pennington - Rearrange code to avoid calling innumerable system calls in a signal handler * Fri Jul 14 2000 Havoc Pennington - Verbose debug spew for infinite loop stuff * Fri Jul 14 2000 Havoc Pennington - Try to fix infinite loops on X server failure * Thu Jul 13 2000 Prospector - automatic rebuild * Thu Jun 29 2000 Havoc Pennington - Remove Docdir * Mon Jun 19 2000 Havoc Pennington - Fix file descriptor leak (Bugzilla 12301) * Mon Jun 19 2000 Havoc Pennington - Apply security errata patch we released for 6.2 - Add Gnome.session back, don't know when it disappeared or why * Thu Jun 1 2000 Nalin Dahyabhai - modify PAM setup to use system-auth * Fri May 19 2000 Havoc Pennington - rebuild for the Winston tree * Fri Feb 04 2000 Havoc Pennington - Modify Default.session and Failsafe.session not to add -login option to bash - exec the session scripts with the user's shell with a hyphen prepended - doesn't seem to actually work yet with tcsh, but it doesn't seem to break anything. needs a look to see why it doesn't work * Fri Feb 04 2000 Havoc Pennington - Link PreSession/Default to xdm/GiveConsole - Link PostSession/Default to xdm/TakeConsole * Fri Feb 04 2000 Havoc Pennington - Fix the fix to the fix (8877) - remove docs/gdm-manual.txt which doesn't seem to exist from %doc * Fri Feb 04 2000 Havoc Pennington - Enhance 8877 fix by not deleting the "Please login" message * Fri Feb 04 2000 Havoc Pennington - Try to fix bug 8877 by clearing the message below the entry box when the prompt changes. may turn out to be a bad idea. * Mon Jan 17 2000 Elliot Lee - Fix bug #7666: exec Xsession instead of just running it * Mon Oct 25 1999 Jakub Jelinek - Work around so that russian works (uses koi8-r instead of the default iso8859-5) * Tue Oct 12 1999 Owen Taylor - Try again * Tue Oct 12 1999 Owen Taylor - More fixes for i18n * Tue Oct 12 1999 Owen Taylor - Fixes for i18n * Sun Sep 26 1999 Elliot Lee - Fixed pipewrite bug (found by mkj & ewt). * Fri Sep 17 1999 Michael Fulbright - added requires for pam >= 0.68 * Fri Sep 10 1999 Elliot Lee - I just update this package every five minutes, so any recent changes are my fault. * Thu Sep 02 1999 Michael K. Johnson - built gdm-2.0beta2 * Mon Aug 30 1999 Michael K. Johnson - built gdm-2.0beta1 * Tue Aug 17 1999 Michael Fulbright - included rmeier@liberate.com patch for tcp socket X connections * Mon Apr 19 1999 Michael Fulbright - fix to handling ancient gdm config files with non-standard language specs - dont close display connection for xdmcp connections, else we die if remote end dies. * Fri Apr 16 1999 Michael Fulbright - fix language handling to set GDM_LANG variable so gnome-session can pick it up * Wed Apr 14 1999 Michael Fulbright - fix so certain dialog boxes dont overwrite background images * Wed Apr 14 1999 Michael K. Johnson - do not specify -r 42 to useradd -- it doesn't know how to fall back if id 42 is already taken * Fri Apr 9 1999 Michael Fulbright - removed suspend feature * Mon Apr 5 1999 Jonathan Blandford - added patch from otaylor to not call gtk funcs from a signal. - added patch to tab when username not added. - added patch to center About box (and bring up only one) and ignore "~" and ".rpm" files. * Fri Mar 26 1999 Michael Fulbright - fixed handling of default session, merged all gdmgreeter patches into one * Tue Mar 23 1999 Michael Fulbright - remove GNOME/KDE/AnotherLevel session scripts, these have been moved to the appropriate packages instead. - added patch to make option menus always active (security problem otherwise) - added jrb's patch to disable stars in passwd entry field * Fri Mar 19 1999 Michael Fulbright - made sure /usr/bin isnt in default path twice - strip binaries * Wed Mar 17 1999 Michael Fulbright - fixed to use proper system path when root logs in * Tue Mar 16 1999 Michael Fulbright - linked Init/Default to Red Hat default init script for xdm - removed logo from login dialog box * Mon Mar 15 1999 Michael Johnson - pam_console integration * Tue Mar 09 1999 Michael Fulbright - added session files for GNOME/KDE/AnotherLevel/Default/Failsafe - patched gdmgreeter to not complete usernames - patched gdmgreeter to not safe selected session permanently - patched gdmgreeter to center dialog boxes * Mon Mar 08 1999 Michael Fulbright - removed comments from gdm.conf file, these are not parsed correctly * Sun Mar 07 1999 Michael Fulbright - updated source line for accuracy * Fri Feb 26 1999 Owen Taylor - Updated patches for 1.0.0 - Fixed some problems in 1.0.0 with installation directories - moved /usr/var/gdm /var/gdm * Thu Feb 25 1999 Michael Fulbright - moved files from /usr/etc to /etc * Tue Feb 16 1999 Michael Johnson - removed commented-out #1 definition -- put back after testing gnome-libs comment patch * Sat Feb 06 1999 Michael Johnson - initial packaging