SHA256
1
0
forked from pool/gdm
OBS User unknown
2008-11-17 15:51:38 +00:00
committed by Git OBS Bridge
parent 4ee251b690
commit 5dff66773b
4 changed files with 587 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ PreReq: %insserv_prereq
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.24.0
Release: 9
Release: 10
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@@ -87,6 +87,8 @@ Patch12: gdm-fix-icon-scale.patch
Patch13: gdm-sysconfig-settings.patch
# PATCH-FIX-UPSTREAM gdm-autologin.patch bnc436524 mmeeks@novell.com -- From upstream don't create the greeter when autologging it to save startup time
Patch14: gdm-autologin.patch
# PATCH-FIX-UPSTREAM gdm-greeter-greater-ui.patch bnc436431 bgo560508 vuntz@novell.com -- Improve the layout of the greeter. Note: the patch contains a patched glade file *and* the result glade file (for reference only, in case we need to rebase the patch)
Patch15: gdm-greeter-greater-ui.patch
Patch28: gdm-X_SERVER.patch
# PATCH-SUSE: enable SELinux
Patch60: gdm-selinux.patch
@@ -163,6 +165,7 @@ Authors:
%patch12 -p1
%patch13 -p1
%patch14
%patch15 -p1
%patch28
%patch60
@@ -271,6 +274,11 @@ fi
%files lang -f %{name}.lang
%changelog
* Wed Nov 12 2008 hpj@novell.com
- Update gdm-sysconfig-settings.patch, removing debug spew.
* Wed Nov 12 2008 vuntz@novell.com
- Add gdm-greeter-greater-ui.patch to improve the layout of the
greeter. End of bnc#436431.
* Tue Nov 11 2008 hpj@novell.com
- Update gdm-sysconfig-settings.patch, fixing bnc#440863.
* Sun Nov 09 2008 jpr@novell.com