- remove duplication signal definition from bad patch merge which led to
crash for "Other" user
This commit is contained in:
parent
7215d592bc
commit
e26cbf454d
8
gdm.spec
8
gdm.spec
@ -16,7 +16,7 @@
|
||||
Summary: The GNOME Display Manager
|
||||
Name: gdm
|
||||
Version: 2.21.9
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: User Interface/X
|
||||
@ -78,6 +78,7 @@ BuildRequires: gnome-panel-devel
|
||||
Requires: audit-libs >= %{libauditver}
|
||||
|
||||
Patch1: gdm-null-user.patch
|
||||
Patch2: gdm-2.21.9-remove-duplicate-signal-verification.patch
|
||||
Patch99: gdm-2.21.8-fedora-logo.patch
|
||||
|
||||
%package user-switch-applet
|
||||
@ -99,6 +100,7 @@ multiple simulanteous logged in users.
|
||||
%setup -q
|
||||
|
||||
%patch1 -p0 -b .null-user
|
||||
%patch2 -p1 -b .remove-duplicate-signal-verification
|
||||
%patch99 -p1 -b .fedora-logo
|
||||
|
||||
%build
|
||||
@ -292,6 +294,10 @@ fi
|
||||
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
||||
|
||||
%changelog
|
||||
* Tue Mar 11 2008 Ray Strode <rstrode@redhat.com> - 1:2.21.9-3
|
||||
- remove duplication signal definition from bad patch merge
|
||||
which led to crash for "Other" user
|
||||
|
||||
* Mon Mar 10 2008 Jon McCann <jmccann@redhat.com> - 1:2.21.9-2
|
||||
- Fix case where we can't lookup a user.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user