SHA256
1
0
forked from pool/gdm
OBS User unknown
2009-06-12 16:29:28 +00:00
committed by Git OBS Bridge
parent f9899d2713
commit 9e96d6be53
4 changed files with 202 additions and 102 deletions

View File

@@ -42,7 +42,7 @@ BuildRequires: zenity
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.26.1
Release: 2
Release: 3
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@@ -84,10 +84,12 @@ Patch26: gdm-fix-locale-listing.patch
Patch30: gdm-dbus-allow-introspection.patch
# PATCH-FIX-OPENSUSE gdm-gconf-path.patch vuntz@novell.com -- Fix gconf paths to be consistent with the ones used in openSUSE
Patch31: gdm-gconf-path.patch
# PATCH-FIX-OPENSUSE gdm-keyboard-from-hal.patch bnc492284 bnc478083 vuntz@novell.com -- Read the keyboard layout from hal
# PATCH-FIX-UPSTREAM gdm-keyboard-from-hal.patch bnc492284 bnc478083 vuntz@novell.com -- Read the keyboard layout from hal
Patch32: gdm-keyboard-from-hal.patch
# PATCH-FIX-UPSTREAM gdm-keyboard-from-sysconfig.patch bnc432360 bnc478083 hpj@novell.com -- Read keyboard options from sysconfig (for openSUSE <= 11.1, since keyboard layout wasn't in hal)
# PATCH-FIX-OPENSUSE gdm-keyboard-from-sysconfig.patch bnc432360 bnc478083 hpj@novell.com -- Read keyboard options from sysconfig (for openSUSE <= 11.1, since keyboard layout wasn't in hal)
Patch33: gdm-keyboard-from-sysconfig.patch
# PATCH-FIX-UPSTREAM gdm-keyboard-invalid-user-data.patch bgo585263 vuntz@novell.com -- Ignore invalid keyboard layout from ~/.dmrc
Patch34: gdm-keyboard-invalid-user-data.patch
# PATCH-FIX-OPENSUSE gdm-selinux.patch -- Small changes to make it compile fine with SELinux
Patch60: gdm-selinux.patch
Url: http://www.gnome.org/
@@ -176,6 +178,7 @@ gnome-patch-translation-prepare
%else
%patch33 -p1
%endif
%patch34 -p1
%patch60
gnome-patch-translation-update
@@ -284,6 +287,14 @@ fi
%files lang -f %{name}.lang
%changelog
* Tue Jun 09 2009 vuntz@novell.com
- Update gdm-keyboard-from-sysconfig.patch: we correctly interpret
the keyboard layout specified in sysconfig thanks to a map file
from sax that we use to convert the layout name to a X layout.
- Add gdm-keyboard-invalid-user-data.patch: the old gdm was not
setting a valid keyboard layout in some cases, and this invalid
layout ended up in ~/.dmrc. This patch makes gdm detect this and
revert the user data to the default layout.
* Fri May 15 2009 vuntz@novell.com
- Add gdm-keyboard-from-hal.patch to read the default keyboard
layout from hal on 11.2, should fix bnc#478083 and bnc#492284.