1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210 |
- %bcond_with systemd
- %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 fontconfig_version 2.6.0
- Summary: The GNOME Display Manager
- Summary(ja): GNOME ディスプレイマネージャ
- Name: gdm
- Version: 40.0
- Release: 2%{?_dist_release}%{?with_systemd:.systemd}
- Group: desktop-gnome,system
- Vendor: Project Vine
- Distribution: Vine Linux
- License: GPLv2+
- URL: http://download.gnome.org/sources/gdm
- %global shortver %(echo %{version} | cut -d . -f 1)
- Source0: https://download.gnome.org/sources/%{name}/%{shortver}/%{name}-%{version}.tar.xz
- Source5: default.pa-for-gdm
- Source100: org.gnome.login-screen.gschema.override
- Source200: gdm-restart
- Source201: gdm-safe-restart
- Source202: gdm-stop
- Source203: gnome.desktop
- Patch501: gdm-40.rc-elogind.patch
- BuildRequires: audit-libs-devel >= %{libauditver}
- BuildRequires: dconf-devel
- BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
- BuildRequires: gettext
- BuildRequires: keyutils-libs-devel
- BuildRequires: libXdmcp-devel
- BuildRequires: libattr-devel
- BuildRequires: libdmx-devel
- BuildRequires: meson
- BuildRequires: nss-devel >= %{nss_version}
- BuildRequires: pam-devel >= %{pam_version}
- BuildRequires: accountsservice-devel
- BuildRequires: check-devel
- BuildRequires: gobject-introspection-devel
- BuildRequires: gtk3-devel >= %{gtk3_version}
- BuildRequires: iso-codes
- BuildRequires: libcanberra-gtk3-devel
- BuildRequires: pkgconfig(x11)
- BuildRequires: pkgconfig(xau)
- BuildRequires: pkgconfig(xorg-server)
- BuildRequires: plymouth-devel
- %if %{with systemd}
- BuildRequires: systemd-devel
- %else
- BuildRequires: elogind-devel
- BuildRequires: eudev-libudev-devel
- %endif
- BuildRequires: which
- BuildRequires: xorg-x11-server-Xorg
- BuildRequires: yelp-devel
- BuildRequires: yelp-tools
- Requires: accountsservice
- Requires: audit-libs >= %{libauditver}
- Requires: dconf
- Requires: gnome-keyring-pam
- Requires: gnome-session
- Requires: gnome-session-xsession
- Requires: gnome-settings-daemon >= 3.27.90
- Requires: gnome-shell
- Requires: iso-codes
- Requires: libXau >= 1.0.4-4
- Requires: pam
- Requires: /sbin/nologin
- Requires: setxkbmap
- Requires: vine-logos
- Requires: xhost xmodmap xrdb
- Requires: xorg-x11-xinit
- Requires: /bin/dbus-run-session
- Obsoletes: %{name}-plugin-smartcard < 3.10.0
- Obsoletes: %{name}-plugin-fingerprint < 3.10.0
- Obsoletes: pulseaudio-gdm-hooks < 14.2-3
- Provides: pulseaudio-gdm-hooks = %{version}-%{release}
- Requires(pre): shadow-utils
- Requires(posttrans): dconf
- %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: programming
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- Development files and headers for writing GDM greeters.
- %debug_package
- %prep
- %setup -q -n %{name}-%{version}
- %if !%{with systemd}
- %patch501 -p1 -b .elogind
- sed -i -e '/XORG_RUN_AS_USER_OK/d' ./daemon/gdm-x-session.c
- %endif
- %build
- %meson -Dpam-prefix=%{_sysconfdir} \
- -Dpam-mod-dir=/%{_lib}/security \
- -Drun-dir=/run/gdm \
- -Dudev-dir=/lib/udev/rules.d \
- -Ddefault-pam-config=redhat \
- -Ddefault-path=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin \
- -Dprofiling=true \
- -Dplymouth=enabled \
- -Dselinux=disabled \
- %if %{with systemd}
- -Dsystemdsystemunitdir=%{_unitdir} \
- -Dsystemduserunitdir=%{_userunitdir} \
- %else
- -Dlogind-provider=elogind \
- -Dsystemd-journal=false \
- -Dsystemdsystemunitdir=no \
- -Dsystemduserunitdir=no \
- %endif
- %{nil}
- %meson_build
- %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
- %meson_install
- install -p -m644 -D %{SOURCE5} %{buildroot}%{_localstatedir}/lib/gdm/.config/pulse/default.pa
- rm -f %{buildroot}%{_sysconfdir}/pam.d/gdm
- cp -a %{SOURCE100} %{buildroot}%{_datadir}/glib-2.0/schemas
- rm -rf %{buildroot}/%{_prefix}/doc
- mkdir -p %{buildroot}/var/log/gdm
- (cd %{buildroot}%{_sysconfdir}/gdm; ln -sf ../X11/xinit/Xsession .)
- mkdir -p %{buildroot}%{_datadir}/gdm/autostart/LoginWindow
- sed -i -e 's/^\(.*selinux.*\)$/#\1/g' %{buildroot}%{_sysconfdir}/pam.d/*
- %if !%{with systemd}
- sed -i -e 's/pam_systemd/pam_elogind/g' %{buildroot}%{_sysconfdir}/pam.d/*
- install -m 0755 %{SOURCE200} %{SOURCE201} %{SOURCE202} $RPM_BUILD_ROOT%{_sbindir}/
- %endif
- mkdir -p %{buildroot}/run/gdm
- %find_lang gdm --with-gnome
- %if 0
- mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/
- cp %{SOURCE203} $RPM_BUILD_ROOT%{_sysconfdir}/X11/dm/Sessions/
- %endif
- mv -f %{buildroot}%{_sbindir}/gdm %{buildroot}%{_sbindir}/gdm.bin
- cat <<EOF > %{buildroot}%{_sbindir}/gdm
- exec %{_sbindir}/gdm.bin
- EOF
- chmod 755 %{buildroot}%{_sbindir}/gdm
- %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
- exit 0
- %post
- 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
-
-
-
- [ -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
- %if %{with systemd}
- %systemd_post gdm.service
- %endif
- %if %{with systemd}
- %preun
- %systemd_preun gdm.service
- %endif
- %postun
- %if %{with systemd}
- %systemd_postun gdm.service
- %endif
- %posttrans
- dconf update
- %files -f gdm.lang
- %defattr(-, root, root)
- %license COPYING
- %doc AUTHORS NEWS README*
- %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-autologin
- %config %{_sysconfdir}/pam.d/gdm-password
- %{_sysconfdir}/gdm/Xsession
- %{_datadir}/gdm/gdm.schemas
- %{_sysconfdir}/dbus-1/system.d/gdm.conf
- %dir %{_sysconfdir}/gdm/Init
- %dir %{_sysconfdir}/gdm/PreSession
- %dir %{_sysconfdir}/gdm/PostSession
- %dir %{_sysconfdir}/gdm/PostLogin
- %{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.xml
- %{_datadir}/glib-2.0/schemas/org.gnome.login-screen.gschema.override
- %{_libexecdir}/gdm-host-chooser
- %{_libexecdir}/gdm-runtime-config
- %{_libexecdir}/gdm-session-worker
- %{_libexecdir}/gdm-simple-chooser
- %{_libexecdir}/gdm-wayland-session
- %{_libexecdir}/gdm-x-session
- %{_sbindir}/gdm
- %{_sbindir}/gdm.bin
- %{_bindir}/gdmflexiserver
- %{_bindir}/gdm-screenshot
- %dir %{_datadir}/dconf
- %dir %{_datadir}/dconf/profile
- %{_datadir}/dconf/profile/gdm
- %dir %{_datadir}/gdm
- %dir %{_datadir}/gdm/greeter
- %dir %{_datadir}/gdm/greeter/applications
- %{_datadir}/gdm/greeter/applications/*
- %dir %{_datadir}/gdm/greeter/autostart
- %{_datadir}/gdm/greeter/autostart/*
- %{_datadir}/gdm/greeter-dconf-defaults
- %{_datadir}/gdm/locale.alias
- %{_datadir}/gdm/gdb-cmd
- %dir %{_datadir}/gnome-session
- %dir %{_datadir}/gnome-session/sessions
- %{_datadir}/gnome-session/sessions/gnome-login.session
- %{_libdir}/girepository-1.0/*.typelib
- /%{_lib}/security/*
- %{_libdir}/libgdm*.so*
- %dir %{_localstatedir}/log/gdm
- %attr(1770, gdm, gdm) %dir %{_localstatedir}/lib/gdm
- %attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.config
- %attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.config/pulse
- %attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.config/pulse/default.pa
- %attr(0711, gdm, gdm) %dir /run/gdm
- %config %{_sysconfdir}/pam.d/gdm-pin
- %config %{_sysconfdir}/pam.d/gdm-smartcard
- %config %{_sysconfdir}/pam.d/gdm-fingerprint
- %{_sysconfdir}/pam.d/gdm-launch-environment
- /lib/udev/rules.d/*
- %if %{with systemd}
- %{_unitdir}/gdm.service
- %dir %{_userunitdir}/gnome-session@gnome-login.target.d/
- %{_userunitdir}/gnome-session@gnome-login.target.d/session.conf
- %else
- %{_sbindir}/gdm-restart
- %{_sbindir}/gdm-safe-restart
- %{_sbindir}/gdm-stop
- %endif
- %files devel
- %defattr(-, root, root)
- %{_includedir}/gdm
- %{_datadir}/gir-1.0/*.gir
- %{_libdir}/pkgconfig/*.pc
- %changelog
- * Sat Apr 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40.0-2
- - don't set XORG_RUN_AS_USER_OK without systemd.
- - updated Source100.
- * Fri Apr 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40.0-1
- - new upstream release.
- - dropped Source2-4.
- * Tue Mar 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 40-0.1.rc.1
- - new upstream release.
- * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.36.3-1
- - new upstream release.
- - added systemd support (disabled as default).
- * Sat Feb 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.2-2
- - fixed /etc/pam.d/*.
- * Sun Dec 30 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.2-1
- - new upstream release.
- - dropped Patch501: switched session tracker to elogind.
- - added Patch501 to support elogind.
- * Sat Jul 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
- - new upstream release
- - add Patch501 (gdm-3.20.1-consolekit.patch)
- * Mon Nov 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.4-2
- - remove unused configure options
- * Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.4-1
- - new upstream release
- * Sun Jul 05 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
- - new upstream release
- * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1.1-1
- - new upstream release
- * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
- - new upstream release
- * Sat Nov 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
- - new upstream release
- - remove Source11: polkit-gnome-authentication-agent-1.desktop
- * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.2-1
- - new upstream release
- * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
- - new upstream release
- - remove Patch0 (gdm-3.12.0-git20140403.patch)
- * Sat Apr 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
- - new upstream release
- - add Patch0 (gdm-3.12.0-git20140403.patch)
- * Sun Jan 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.0.1-2
- - rebuild with VineSeed environment
- * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 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 <bsyamato@sea.plala.or.jp> 3.8.1.1-1
- - new upstream release
- - add Requires: gnome-shell
- * Thu Nov 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
- - new upstream release
- * Thu Oct 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
- - new upstream release
- - remove Patch502 (libgdm-correct-invalid-gvariant-format-string.patch)
- * Fri Oct 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 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 <bsyamato@sea.plala.or.jp> 3.4.1-1
- - new upstream release
- - update Patch0
- - remove Patch134,503
- * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1.1-1
- - new upstream release
- - change BuildRequires: dconf-devel instead of dconf
- * Sat Oct 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
- - new upstream release
- - create %%{name}-devel sub package
- - add BuildRequires: libSM-devel
- * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.2-1
- - new upstream release
- - merge spec and patch files
- * Wed Aug 3 2011 Lennart Poettering <lpoetter@redhat.com> - 1:3.1.2-4
- - Register welcome pseudo-session in PAM
- * Tue Jun 28 2011 Ray Strode <rstrode@redhat.com> 3.1.2-3
- - Disable fatal critcals
- Resolves:
- * Tue Jun 21 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 3.1.2-2
- - Fix /dev/ull typo in scriptlets (#693046).
- * Mon Jun 13 2011 Ray Strode <rstrode@redhat.com> 3.1.2-1
- - Update for release
- * Mon Jun 06 2011 Ray Strode <rstrode@redhat.com> 3.0.4-1
- - Update to latest version
- Resolves CVE-2011-1709
- * Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-2
- - Put the Fedora logo back in the greeter
- * Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
- - Update to 3.0.0
- * Sat Jul 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <daisuke@linux.or.jp> 2.32.2-4
- - add patch117 to use timed login after autologin.
- * Wed Jun 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.2-3
- - add patch504 to use vine logo for simple greeter panel instead of
- computer.svg.
- * Mon Jun 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.2-2
- - add patch503 to disable metacity compositing_manager
- * Fri Jun 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 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 <bsyamato@sea.plala.or.jp> 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 <daisuke@linux.or.jp> 2.32.0-2
- - add Patch501 to fix metacity warning..
- - update ja.po
- * Tue Mar 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <bsyamato@sea.plala.or.jp> 2.30.2-6
- - remove Patch1 (gdm-2.30.2-UTF-8.patch)
- * Mon Jan 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-5
- - add Patch1 (gdm-2.30.2-UTF-8.patch)
- * Sat Oct 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 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 <daisuke@linux.or.jp> 2.30.0-3
- - fix patch500: fix login panel crash on x86_64 (<BTS:992>)
- * Fri May 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <daisuke@linux.or.jp> 2.30.0-1
- - new upstream release
- - add patch101,102,103 from ubuntu
- - drop themes
- * Sat Jul 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.20.10-6
- - update Patch100: fix typo & change BackgroundColor/GraphicalThemedColor
- <BTS:VineLinux:0732>
- - add BuildRequires: libdmx-devel, audit-libs-devel
- * Thu May 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <daisuke@linux.or.jp> 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 <daisuke@linux.or.jp> 2.20.10-3
- - update vine themes
- - sync Vine-list with new Vine theme
- * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-2
- - update vine theme
- * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.10-1
- - update to 2.20.10
- - update vine themes
- - add Requires: vine-backgrounds >= 4.0
- * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <shaolin@vinelinux.org> - 2.20.5-2
- - rebuilt with --with-console-kit
- - TODO: update to 2.22.0 with PolicyKit support
- * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <owa@bg.wakwak.com> 2.18.1-0vl4
- - added gdm-2.18.1-gdmphotosetup-desktop.patch
- * Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl3
- - import some upstream patches
- * Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl2
- - update Vine theme
- * Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
- - new upstream release
- * Thu Dec 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.10-0vl5
- - rebuilt for VineSeed
- * Thu Dec 21 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.10-0vl4.2
- - add Vendor/Distribution tag
- - fix changelog typo
- * Mon Dec 18 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.14.10-0vl4.1
- - add patch200 for fix CVE-2006-6105
- * Thu Sep 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl4
- - update locale.alias
- - remove unsupported langs, add ja_JP.UTF-8
- * Fri Sep 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl3
- - update gdm-theme-vine
- - shrink image size
- * Sun Aug 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl2
- - update gdm-theme-vine
- - add Face-browser version of Vine theme.
- * Sat Aug 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.10-0vl1
- - new upstream release
- - update gdm-theme-vine
- - drop Patch10 (merged in upstream)
- * Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.8-0vl1
- - new upstream release
- - add Patch10 to fix autologin
- (<BTS:63>, http://bugzilla.gnome.org/show_bug.cgi?id=344191)
- * Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.7-0vl1
- - new upstream release
- * Sun May 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.6-0vl1
- - new upstream release
- - remove xsri dependency
- * Sun May 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl2
- - use consolehelper for gdmsetup
- * Sat May 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl1
- - new upstream release
- * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
- - new upstream release
- * Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
- - rebuild to change _localstatedir
- * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
- - new upstream release
- * Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <ryo1@bc.wakwak.com> 2.13.0.10-0vl1
- - new upstream release
- - updated %%post and %%postun script
- * Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.4-0vl1
- - new upstream release
- - import gdm-theme-vine from Vine Linux 3.2
- * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0.6-0vl1
- - new upstream release
- - build with gnome-2.8.1
- * Sun Oct 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0.5-0vl1
- - new upstream release
- - update Vine patch
- - remove obsolete patch and ja.po
- * Fri Oct 15 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl10
- - update Vine theme for Vine Linux 3.1
- * Mon Jul 26 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl9
- - rebuild to fix bogus consolehelper symlinks
- * Fri Jul 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl8
- - revert 0vl7's change..
- * Thu Jul 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl7
- - use 100dpi for X resolution instead of 96dpi
- * Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl6
- - Requires usermode-gtk instead of usermode
- * Wed Jun 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl5
- - move WindowMaker.desktop to WindowMaker package.
- * Fri Apr 2 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl4
- - add modified ja.po to fix a strange date notation in gdmlogin.
- * Wed Mar 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <daisuke@linux.or.jp> 2.4.4.7-0vl2
- - update GDM-Vine theme to change font size.
- * Sat Jan 31 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.7-0vl1
- - new upstream release
- * Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.4-0vl1
- - new upstream release
- * Sun Sep 28 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <daisuke@linux.or.jp> 2.4.4.1-0vl1
- - new upstream release
- * Sat Sep 13 2003 KAZUKI SHIMURA <rito@pos.to> 2.4.4.0-0vl4
- - fix LogDir/ServAuthDir
- * Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl3
- - add WindowMaker.desktop which should go to WindowMaker package.
- * Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl2
- - update ja.po
- - modified gdm.conf
- * Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4.0-0vl1
- - new upstream release
- - partially merged with rawhide package
- * Thu Sep 4 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-2
- - Use the right default session (#103546)
- * Wed Sep 3 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.4.0-1
- - update to 2.4.4.0
- - update to georges new selinux patch
- * Fri Aug 29 2003 Elliot Lee <sopwith@redhat.com> 1:2.4.2.102-2
- - Remove scrollkeeper files
- * Tue Aug 26 2003 George Lebl <jirka@5z.com> 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 <hp@redhat.com> 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 <dwalsh@redhat.com> 2.4.1.3-9
- - Port to SELinux
- * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- - rebuilt
- * Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com>
- - add explicit epoch's where needed.
- * Sun May 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- - fix post: localstatedir -> _localstatedir
- * Thu May 1 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-6
- - enable UTF-8 for CJK
- * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
- - debuginfo rebuild
- * Thu Feb 20 2003 Owen Taylor <otaylor@redhat.com>
- - 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 <hp@redhat.com> 1:2.4.1.3-2
- - nuke buildreq Xft
- * Wed Feb 5 2003 Havoc Pennington <hp@redhat.com> 1:2.4.1.3-1
- - upgrade to 2.4.1.3
- * Mon Feb 3 2003 Matt Wilson <msw@redhat.com> 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 <otaylor@redhat.com>
- - Add patch to fix problem where setting LC_COLLATE=C would give LC_MESSAGES=wa_BE (#82019)
- * Thu Jan 30 2003 Matt Wilson <msw@redhat.com> 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 <timp@redhat.com>
- - rebuilt
- * Mon Jan 20 2003 Owen Taylor <otaylor@redhat.com>
- - Upgrade to 2.4.1.1 (Fixes
- - Redirect stdout of kill to /dev/null (#80814)
- * Thu Jan 9 2003 Havoc Pennington <hp@redhat.com>
- - 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 <hp@redhat.com>
- - 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 <daisuke@linux.or.jp> 2.4.1.2-0vl1
- - new upstream release
- - add '-dpi 96' to Xserver option. (change default to 96dpi)
- * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.1-0vl1
- - new upstream release
- * Sat Jan 4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1.0-0vl1
- - new upstream release
- - update PreReq tag.
- - discard scrollkeeper outputs.
- * Fri Jan 3 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 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 <daisuke@linux.or.jp> 2.4.0.12-0vl2
- - remove redhat category
- * Mon Dec 30 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.12-0vl1
- - merged with rawhide release for gnome2.
- * Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 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 <otaylor@redhat.com>
- - Change zh_CN entry in language menu to zh_CN.GB18030
- * Thu Sep 5 2002 Akira TAGOH <tagoh@redhat.com> 2.4.0.7-12
- - copied gdm-ja.po to ja.po.
- * Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com>
- - Fix problem where gdm was opening ~/.xsession-errors itself to bad effect
- * Sat Aug 31 2002 Havoc Pennington <hp@redhat.com>
- - include ja.po with new date format
- * Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
- - remove noreplace on gdm.conf
- - make gnome-gdmsetup absolute,
- * Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
- - put /usr/X11R6/bin in path for now fixes
- - use proper i18n algorithm for word wrap,
- - remove greek text from language picker due to lack
- of greek font
- - reorder PAM config file
- * Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
- - 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 <sopwith@redhat.com> 2.4.0.7-6
- - Patches for
- - post-install script changes from the gdm.spec mentioned in
- - noreplace on gdm.conf for
- * Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
- - put in a patch from george to fix some setsid()/kill() confusion
- possibly fixing
- - turn off UseCirclesInEntry for now, fixes
- * Tue Aug 20 2002 Alexander Larsson <alexl@redhat.com>
- - Set UseCirclesInEntry to true in config
- * Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
- - rename Gnome session to GNOME, this was just bugging me
- * Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
- - 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 <hp@redhat.com>
- - 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 <otaylor@redhat.com>
- - 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 <hp@redhat.com>
- - 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 <hp@redhat.com>
- - rebuild in different environment
- * Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
- - 2.4.0.0
- * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- - rebuild in different environment
- * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- - 2.3.90.3
- * Tue May 14 2002 Matt Wilson <msw@redhat.com> 2.3.90.2.90-1
- - pulled from current CVS, named it 2.3.90.2.90-1
- * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
- - rebuild for new libs
- - add URL tag
- * Mon Feb 11 2002 Alex Larsson <alexl@redhat.com> 2.3.90.1.90-1
- - Updated to a cvs snapshot that has the new greeter.
- * Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
- - rebuild in rawhide
- * Tue Sep 4 2001 Havoc Pennington <hp@redhat.com>
- - fix
- * Fri Aug 31 2001 Havoc Pennington <hp@redhat.com>
- - Add po files from sources.redhat.com
- * Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
- - Add po files from sources.redhat.com
- * Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com>
- - set SESSION to true in console.apps control file
- * Tue Aug 14 2001 Havoc Pennington <hp@redhat.com>
- - change default title font to work in CJK,
- * Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
- - fix %pre for using /var/gdm as home dir
- * Sun Aug 5 2001 Nalin Dahyabhai <nalin@redhat.com>
- - Tweak PAM setup for gdmconfig to match other consolehelper users
- * Fri Aug 3 2001 Owen Taylor <otaylor@redhat.com>
- - Set RUNNING_UNDER_GDM when running display init script
- - Run xsri as the background program
- * Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
- - Change how session switching works,
- - don't offer to make Failsafe the default,
- * Thu Aug 02 2001 Havoc Pennington <hp@redhat.com>
- - clean up some format string mess, and don't
- log username to syslog,
- - own some directories
- * Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
- - require/buildrequire latest gnome-libs, to compensate
- for upstream crackrock.
- * Tue Jul 31 2001 Havoc Pennington <hp@redhat.com>
- - get rid of GiveConsole/TakeConsole, bug
- * Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
- - use Raleigh theme for gdm
- * Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
- - depend on usermode, xinitrc
-
- * Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
- - build requires pam-devel, should fix
- * Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
- - log to /var/log/gdm/*
- * Mon Jul 16 2001 Havoc Pennington <hp@redhat.com>
- - make Halt... power off
- * Tue Jul 10 2001 Havoc Pennington <hp@redhat.com>
- - gdm user's homedir to /var/gdm not /home/gdm
- * Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
- - put pam.d/gdm back in file list
- * Sun Jul 08 2001 Havoc Pennington <hp@redhat.com>
- - upgrade to 2.2.3.1, pray this fixes more than it breaks
- * Thu Jul 05 2001 Havoc Pennington <hp@redhat.com>
- - add "rpm" user to those not to show in greeter
- * Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
- - Upgrade to 2.2.3
- - require usermode since configure script now checks for it
- * Fri Jun 01 2001 Havoc Pennington <hp@redhat.com>
- - Prereq for scrollkeeper-update
- * Wed May 30 2001 Havoc Pennington <hp@redhat.com>
- - New CVS snap with the "no weird sessions" options;
- more default settings changes
- * Wed May 30 2001 Havoc Pennington <hp@redhat.com>
- - Change a bunch of default settings; remaining fixes will involve C hacking
- * Wed May 30 2001 Havoc Pennington <hp@redhat.com>
- - 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 <nalin@redhat.com>
- - reinitialize pam credentials after calling initgroups() -- the
- credentials may be group memberships
- * Mon Mar 19 2001 Owen Taylor <otaylor@redhat.com>
- - Fix colors patch
- * Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
- - translations
- * Mon Mar 5 2001 Preston Brown <pbrown@redhat.com>
- - don't screw up color map on 8 bit displays
- * Fri Feb 23 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
- - langify
- - Don't define and use "ver" and "nam" at the top of the spec file
- - use %%{_tmppath}
- * Tue Feb 13 2001 Tim Powers <timp@redhat.com>
- - don't allow gdm to show some system accounts in the browser bugzilla
-
- * Fri Jan 19 2001 Akira TAGOH <tagoh@redhat.com>
- - Updated Japanese translation.
- * Tue Jan 02 2001 Havoc Pennington <hp@redhat.com>
- - add another close() to the fdleak patch, bugzilla
- * Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
- - Return to toplevel main loop and start Xdcmp if enabled
- (Bug
- * Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
- - Up Epoch and release
- * Wed Aug 02 2000 Havoc Pennington <hp@redhat.com>
- - Requires Xsession script
- * Wed Jul 19 2000 Owen Taylor <otaylor@redhat.com>
- - Italian is better as it_IT than it_CH (bugzilla 12425)
- * Mon Jul 17 2000 Jonathan Blandford <jrb@redhat.com>
- - Don't instally gdmconfig as it doesn't work.
- * Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
- - Rearrange code to avoid calling innumerable system calls
- in a signal handler
- * Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
- - Verbose debug spew for infinite loop stuff
- * Fri Jul 14 2000 Havoc Pennington <hp@redhat.com>
- - Try to fix infinite loops on X server failure
- * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- - automatic rebuild
- * Thu Jun 29 2000 Havoc Pennington <hp@redhat.com>
- - Remove Docdir
- * Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
- - Fix file descriptor leak (Bugzilla 12301)
- * Mon Jun 19 2000 Havoc Pennington <hp@redhat.com>
- - 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 <nalin@redhat.com>
- - modify PAM setup to use system-auth
- * Fri May 19 2000 Havoc Pennington <hp@redhat.com>
- - rebuild for the Winston tree
- * Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
- - 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 <hp@redhat.com>
- - Link PreSession/Default to xdm/GiveConsole
- - Link PostSession/Default to xdm/TakeConsole
- * Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
- - 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 <hp@redhat.com>
- - Enhance 8877 fix by not deleting the "Please login"
- message
- * Fri Feb 04 2000 Havoc Pennington <hp@redhat.com>
- - 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 <sopwith@redhat.com>
- - Fix bug
- * Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
- - Work around so that russian works (uses koi8-r instead
- of the default iso8859-5)
- * Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
- - Try again
- * Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
- - More fixes for i18n
- * Tue Oct 12 1999 Owen Taylor <otaylor@redhat.com>
- - Fixes for i18n
- * Sun Sep 26 1999 Elliot Lee <sopwith@redhat.com>
- - Fixed pipewrite bug (found by mkj & ewt).
- * Fri Sep 17 1999 Michael Fulbright <drmike@redhat.com>
- - added requires for pam >= 0.68
- * Fri Sep 10 1999 Elliot Lee <sopwith@redhat.com>
- - I just update this package every five minutes, so any recent changes are my fault.
- * Thu Sep 02 1999 Michael K. Johnson <johnsonm@redhat.com>
- - built gdm-2.0beta2
- * Mon Aug 30 1999 Michael K. Johnson <johnsonm@redhat.com>
- - built gdm-2.0beta1
- * Tue Aug 17 1999 Michael Fulbright <drmike@redhat.com>
- - included rmeier@liberate.com patch for tcp socket X connections
- * Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
- - 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 <drmike@redhat.com>
- - fix language handling to set GDM_LANG variable so gnome-session
- can pick it up
- * Wed Apr 14 1999 Michael Fulbright <drmike@redhat.com>
- - fix so certain dialog boxes dont overwrite background images
- * Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
- - 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 <drmike@redhat.com>
- - removed suspend feature
- * Mon Apr 5 1999 Jonathan Blandford <jrb@redhat.com>
- - 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 <drmike@redhat.com>
- - fixed handling of default session, merged all gdmgreeter patches into one
- * Tue Mar 23 1999 Michael Fulbright <drmike@redhat.com>
- - 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 <drmike@redhat.com>
- - made sure /usr/bin isnt in default path twice
- - strip binaries
- * Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
- - fixed to use proper system path when root logs in
- * Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
- - linked Init/Default to Red Hat default init script for xdm
- - removed logo from login dialog box
- * Mon Mar 15 1999 Michael Johnson <johnsonm@redhat.com>
- - pam_console integration
- * Tue Mar 09 1999 Michael Fulbright <drmike@redhat.com>
- - 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 <drmike@redhat.com>
- - removed comments from gdm.conf file, these are not parsed correctly
- * Sun Mar 07 1999 Michael Fulbright <drmike@redhat.com>
- - updated source line for accuracy
- * Fri Feb 26 1999 Owen Taylor <otaylor@redhat.com>
- - 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 <drmike@redhat.com>
- - moved files from /usr/etc to /etc
- * Tue Feb 16 1999 Michael Johnson <johnsonm@redhat.com>
- - removed commented-out
- comment patch
- * Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com>
- - initial packaging
|