- don't source /etc/profile at startup
This commit is contained in:
parent
cab07fcfb8
commit
f2b24f8fd9
8
gdm.spec
8
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.21.2
|
Version: 2.21.2
|
||||||
Release: 0.2007.11.14.1%{?dist}
|
Release: 0.2007.11.14.2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -80,6 +80,8 @@ BuildRequires: libselinux-devel
|
|||||||
|
|
||||||
Requires: audit-libs >= %{libauditver}
|
Requires: audit-libs >= %{libauditver}
|
||||||
|
|
||||||
|
Patch0: gdm-2.21.2-dont-run-profile.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gdm (the GNOME Display Manager) is a highly configurable
|
Gdm (the GNOME Display Manager) is a highly configurable
|
||||||
reimplementation of xdm, the X Display Manager. Gdm allows you to log
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .dont-run-profile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp -f %{SOURCE1} data/gdm
|
cp -f %{SOURCE1} data/gdm
|
||||||
@ -267,6 +270,9 @@ fi
|
|||||||
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 14 2007 Ray Strode <rstrode@redhat.com> - 1:2.21.2-0.2007.11.14.1
|
||||||
- Update to today's snapshot
|
- Update to today's snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user