SHA256
1
0
forked from pool/gdm
OBS User unknown
2009-02-23 11:47:53 +00:00
committed by Git OBS Bridge
parent 746b392acc
commit 1e04d0ab9b
4 changed files with 72 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ PreReq: %insserv_prereq
License: GPL v2 or later
Group: System/GUI/GNOME
Version: 2.25.2
Release: 1
Release: 2
Summary: The GNOME 2.x Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@@ -90,6 +90,8 @@ Patch26: gdm-fix-locale-listing.patch
Patch28: gdm-X_SERVER.patch
# PATCH-FIX-UPSTREAM gdm-bnc468374-dbus-send-dest.patch bnc468374 bgo564767 vuntz@novell.com -- Patch taken from upstream to fix the potential dbus security issue with send_interface
Patch29: gdm-bnc468374-dbus-send-dest.patch
# PATCH-FIX-UPSTREAM gdm-dbus-allow-introspection.patch bnc473880 bgo572214 vuntz@novell.com -- Patch by thoenig to allow introspection of the dbus service
Patch30: gdm-dbus-allow-introspection.patch
# PATCH-SUSE: enable SELinux
Patch60: gdm-selinux.patch
Url: http://www.gnome.org/
@@ -151,6 +153,7 @@ Authors:
%lang_package
%prep
%setup -q
gnome-patch-translation-prepare
%patch1 -p1
%patch2 -p1
%patch3 -p1
@@ -172,7 +175,9 @@ Authors:
%patch26 -p1
%patch28
%patch29 -p1
%patch30 -p1
%patch60
gnome-patch-translation-update
%build
libtoolize -f -i
@@ -278,6 +283,15 @@ fi
%files lang -f %{name}.lang
%changelog
* Mon Feb 23 2009 vuntz@novell.com
- Update gdm-domain-logon.patch: add new files in POTFILES.in.
Thanks to Stanislav Brabec for spotting this!
* Thu Feb 19 2009 vuntz@novell.com
- Add gdm-dbus-allow-introspection.patch to allow dbus
introspection for the services. Patch by Timo Hoenig. Fix
bnc#473880.
- Use gnome-patch-translation for strings in
gdm-domain-logon.patch. Fix bnc#440860.
* Sat Jan 31 2009 vuntz@novell.com
- Add gdm-fix-locale-listing.patch: correctly list all locales so
that they appear in the language chooser. Fix bnc#446446.