Accepting request 48279 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/48279 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=140
This commit is contained in:
parent
868d4940a1
commit
29bcc71512
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90bbef4b6361ac41de18544e4eb4547087b72e9817cb3804457db4fc65d71b58
|
||||
size 2473664
|
3
gdm-2.31.92.tar.bz2
Normal file
3
gdm-2.31.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:429c4d8ef0ae1a30be8f250dca36c69cf948d20f57b0114676e41adb2528d995
|
||||
size 2476222
|
@ -1,43 +0,0 @@
|
||||
From 621d4959ba483cc7f7fe88fa8ddd90bb9fdc4d26 Mon Sep 17 00:00:00 2001
|
||||
From: Vincent Untz <vuntz@gnome.org>
|
||||
Date: Mon, 13 Sep 2010 13:22:49 +0200
|
||||
Subject: [PATCH] Fix gdm.conf to use org.freedesktop.DBus.Properties
|
||||
|
||||
We were using org.gnome.DBus.Properties...
|
||||
---
|
||||
data/gdm.conf.in | 6 +++---
|
||||
1 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/data/gdm.conf.in b/data/gdm.conf.in
|
||||
index 0a13060..23e5fcc 100644
|
||||
--- a/data/gdm.conf.in
|
||||
+++ b/data/gdm.conf.in
|
||||
@@ -20,7 +20,7 @@
|
||||
<allow send_destination="org.gnome.DisplayManager"
|
||||
send_interface="org.gnome.DisplayManager.Session"/>
|
||||
<allow send_destination="org.gnome.DisplayManager"
|
||||
- send_interface="org.gnome.DBus.Properties" />
|
||||
+ send_interface="org.freedesktop.DBus.Properties" />
|
||||
<allow send_destination="org.gnome.DisplayManager"
|
||||
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<deny send_destination="org.gnome.DisplayManager"
|
||||
send_interface="org.gnome.DisplayManager.Session"/>
|
||||
<deny send_destination="org.gnome.DisplayManager"
|
||||
- send_interface="org.gnome.DBus.Properties" />
|
||||
+ send_interface="org.freedesktop.DBus.Properties" />
|
||||
<allow send_destination="org.gnome.DisplayManager"
|
||||
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
<allow send_destination="org.gnome.DisplayManager"
|
||||
send_interface="org.gnome.DisplayManager.Settings"/>
|
||||
<allow send_destination="org.gnome.DisplayManager"
|
||||
- send_interface="org.gnome.DBus.Properties" />
|
||||
+ send_interface="org.freedesktop.DBus.Properties" />
|
||||
<allow send_destination="org.gnome.DisplayManager"
|
||||
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||||
</policy>
|
||||
--
|
||||
1.7.1
|
15
gdm.changes
15
gdm.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 09:55:10 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.31.92:
|
||||
+ Change orca invocation to work better with latest release
|
||||
+ Fix "Other..." item in network-login-only scenarios
|
||||
+ Move gdm.schemas to pkgdatadir
|
||||
+ XDMCP fixes
|
||||
+ Improve ordering of languages in languages list
|
||||
+ Make various slow calls that blocked before asynchronous
|
||||
+ Fix up dbus security policy
|
||||
+ Various other fixes
|
||||
+ Translation updates
|
||||
- Drop gdm-fix-dbus-properties.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 13:30:47 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
10
gdm.spec
10
gdm.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gdm (Version 2.31.90)
|
||||
# spec file for package gdm (Version 2.31.92)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -41,7 +41,7 @@ BuildRequires: xorg-x11-server-extra
|
||||
BuildRequires: zenity
|
||||
License: GPLv2+
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.31.90
|
||||
Version: 2.31.92
|
||||
Release: 1
|
||||
Summary: The GNOME 2.x Display Manager
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -79,8 +79,6 @@ Patch35: gdm-xauthlocalhostname.patch
|
||||
Patch37: gdm-autologin-once.patch
|
||||
# PATCH-FIX-UPSTREAM gdm-look-at-runlevel.patch bnc540482 bgo599180 vuntz@opensuse.org -- Look at the current runlevel before managing the display again, so we don't do this when shutting down or rebooting
|
||||
Patch40: gdm-look-at-runlevel.patch
|
||||
# PATCH-FIX-UPSTREAM gdm-fix-dbus-properties.patch bnc#633655 bgo#629504 vuntz@opensuse.org -- Fix dbus configuration file to reference org.freedesktop.DBus.Properties instead of non-existing org.gnome.DBus.Properties
|
||||
Patch41: gdm-fix-dbus-properties.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/
|
||||
@ -157,7 +155,6 @@ translation-update-upstream
|
||||
%patch35 -p0
|
||||
%patch37 -p1
|
||||
%patch40 -p1
|
||||
%patch41 -p1
|
||||
%patch60
|
||||
#gnome-patch-translation-update
|
||||
|
||||
@ -237,7 +234,7 @@ fi
|
||||
%config %{_sysconfdir}/gdm/[IPXl]*
|
||||
%{_sbindir}/gdm
|
||||
%{_bindir}/*
|
||||
%{_datadir}/gdm
|
||||
%{_datadir}/gdm/
|
||||
%{_datadir}/pixmaps/*.png
|
||||
%{_datadir}/pixmaps/faces
|
||||
%{_datadir}/icons/*/*/*/*.*
|
||||
@ -254,7 +251,6 @@ fi
|
||||
%config /etc/pam.d/*
|
||||
/sbin/conf.d/SuSEconfig.gdm
|
||||
%config %{_sysconfdir}/dbus-1/system.d/gdm.conf
|
||||
%config %{_sysconfdir}/gdm/gdm.schemas
|
||||
|
||||
%files branding-upstream
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user