SHA256
1
0
forked from pool/gdm
OBS User unknown
2008-11-07 23:56:37 +00:00
committed by Git OBS Bridge
parent 05add83ce4
commit 895a59d356
3 changed files with 845 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ PreReq: %insserv_prereq
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.24.0
Release: 6
Release: 7
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@@ -83,6 +83,8 @@ Patch10: gdm-2.23.92-filter-dupes-from-lang-list.patch
Patch11: gdm-2.23.92-fix-crash.patch
# PATCH-FIX-UPSTREAM gdm-fix-icon-scale.patch vuntz@novell.com -- From upstream/Fedora: don't have a huge size for icons in the greeter
Patch12: gdm-fix-icon-scale.patch
# PATCH-FIX-OPENSUSE gdm-sysconfig-settings.patch bnc432360 hpj@novell.com -- Read autologin options from /etc/sysconfig/displaymanager
Patch13: gdm-sysconfig-settings.patch
Patch28: gdm-X_SERVER.patch
# PATCH-SUSE: enable SELinux
Patch60: gdm-selinux.patch
@@ -157,10 +159,12 @@ Authors:
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch28
%patch60
%build
libtoolize -f -i
autoreconf -f -i
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure\
@@ -264,6 +268,9 @@ fi
%files lang -f %{name}.lang
%changelog
* Fri Nov 07 2008 vuntz@novell.com
- Merge hpj's submission: Add gdm-sysconfig-settings.patch, which
fixes bnc#432360.
* Thu Nov 06 2008 vuntz@novell.com
- Add gdm-fix-icon-scale.patch: make icons in the greeter use a
reasonable size. Part of bnc#436431.