- don't source /etc/profile at startup

This commit is contained in:
Ray Strode 2007-11-15 15:16:18 +00:00
parent cab07fcfb8
commit f2b24f8fd9

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager
Name: gdm
Version: 2.21.2
Release: 0.2007.11.14.1%{?dist}
Release: 0.2007.11.14.2%{?dist}
Epoch: 1
License: GPLv2+
Group: User Interface/X
@ -80,6 +80,8 @@ BuildRequires: libselinux-devel
Requires: audit-libs >= %{libauditver}
Patch0: gdm-2.21.2-dont-run-profile.patch
%description
Gdm (the GNOME Display Manager) is a highly configurable
reimplementation of xdm, the X Display Manager. Gdm allows you to log
@ -88,6 +90,7 @@ several different X sessions on your local machine at the same time.
%prep
%setup -q
%patch0 -p1 -b .dont-run-profile
%build
cp -f %{SOURCE1} data/gdm
@ -267,6 +270,9 @@ fi
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
%changelog
* Thu Nov 15 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.14.2
- don't source /etc/profile at startup
* Wed Nov 14 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.14.1
- Update to today's snapshot