SHA256
1
0
forked from pool/gdm
OBS User unknown
2007-02-27 07:45:46 +00:00
committed by Git OBS Bridge
parent ddd7b494a5
commit 3943aa9453
3 changed files with 184 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ License: GNU General Public License (GPL)
Group: System/GUI/GNOME
Autoreqprov: on
Version: 2.16.1
Release: 57
Release: 59
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@@ -56,6 +56,7 @@ Patch29: gdm-gdmsetup.patch
Patch30: gdm-conf-custom-sysconfig.patch
Patch31: gdm-bufferoverrun.patch
Patch32: gdm-trunk-string-literal-cmp.patch
Patch33: gdm-2.13.0.4-audit-login.patch
URL: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Docdir: %{_defaultdocdir}
@@ -107,6 +108,7 @@ gnome-patch-translation-prepare
%patch30
%patch31 -p1
%patch32
%patch33 -p1
gnome-patch-translation-update
%build
@@ -229,7 +231,10 @@ sed -i s:DISPLAYMANAGER=/opt/gnome/sbin/gdm:DISPLAYMANAGER=/usr/sbin/gdm:g etc/i
# FIXME: Should be moved to filesystem:
%dir /usr/share/xsessions
%changelog -n gdm
%changelog
* Tue Feb 27 2007 - hpj@suse.de
- Added gdm-2.13.0.4-audit-login.patch, which fixes Novell bug
[#234133] (GDM cannot log authentication attempts).
* Wed Feb 14 2007 - hpj@suse.de
- Add gdm-trunk-string-literal-cmp.patch. Fixes #233655.
* Mon Feb 12 2007 - sbrabec@suse.cz