Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit gdm for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 15 Jan 2011 02:48:55 +0100
- Message-id: <20110115014855.D32752022F@hilbert.suse.de>
Hello community,
here is the log from the commit of package gdm for openSUSE:Factory
checked in at Sat Jan 15 02:48:55 CET 2011.
--------
--- GNOME/gdm/gdm.changes 2011-01-12 18:46:53.000000000 +0100
+++ gdm/gdm.changes 2011-01-14 18:57:37.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Jan 14 18:51:02 CET 2011 - vuntz@xxxxxxxxxxxx
+
+- Rebase gdm-vt-allocation-hack.patch to actually apply.
+- Apply gdm-vt-allocation-hack.patch on 11.4 and later again: the
+ topic needs more discussion, and without the hack, on a default
+ boot, a mingetty instance will receive all the input from Xorg.
+ This is because Xorg will start on tty2 and a mingetty will also
+ start there, because of the sysvinit configration. This is
+ extremely bad, since this means everything the user types will
+ lead to login attemps in mingetty.
+- Add gnome-power-manager and iso-codes Recommends: they are both
+ improving the gdm experience, but are not mandatory.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gdm.spec ++++++
--- /var/tmp/diff_new_pack.dmXwWK/_old 2011-01-15 02:47:34.000000000 +0100
+++ /var/tmp/diff_new_pack.dmXwWK/_new 2011-01-15 02:47:34.000000000 +0100
@@ -42,7 +42,7 @@
License: GPLv2+
Group: System/GUI/GNOME
Version: 2.32.0
-Release: 2
+Release: 3
Summary: The GNOME Display Manager
Source: %{name}-%{version}.tar.bz2
Source1: gdm.pamd
@@ -55,7 +55,7 @@
Patch2: gdm-helper-directory.patch
# PATCH-FIX-OPENSUSE gdm-is-not-unstable-unless.patch vuntz@xxxxxxxxxxxx --
Make gdm think it's never running a development version unless
SUSE_ENABLE_UNSTABLE_CHECK is set. This disables fatal warnings as well as
abusive log
Patch3: gdm-is-not-unstable-unless.patch
-# PATCH-FIX-UPSTREAM gdm-vt-allocation-hack.patch bgo511168 hpj@xxxxxxxxxx --
Needed for user switching. Needed only for 11.3 and earlier
+# PATCH-FIX-UPSTREAM gdm-vt-allocation-hack.patch bgo511168 hpj@xxxxxxxxxx --
Needed for user switching
Patch4: gdm-vt-allocation-hack.patch
# PATCH-FIX-UPSTREAM gdm-focus-user-chooser.patch bgo#629310 bnc#652938
vuntz@xxxxxxxxxxxx -- Correctly give the focus to the user chooser on startup
Patch5: gdm-focus-user-chooser.patch
@@ -102,7 +102,9 @@
# For groupadd, useradd, usermod
PreReq: pwdutils
PreReq: %insserv_prereq
+Recommends: gnome-power-manager
Recommends: gnome-settings-daemon
+Recommends: iso-codes
%gconf_schemas_prereq
%description
@@ -150,9 +152,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
-%if 0%{?suse_version} <= 1130
%patch4 -p1
-%endif
%patch5 -p1
%patch6 -p1
%patch7 -p1
++++++ gdm-vt-allocation-hack.patch ++++++
--- /var/tmp/diff_new_pack.dmXwWK/_old 2011-01-15 02:47:34.000000000 +0100
+++ /var/tmp/diff_new_pack.dmXwWK/_new 2011-01-15 02:47:34.000000000 +0100
@@ -1,17 +1,17 @@
-Index: gdm-2.31.2/daemon/gdm-server.c
+Index: gdm-2.32.0/daemon/gdm-server.c
===================================================================
---- gdm-2.31.2.orig/daemon/gdm-server.c
-+++ gdm-2.31.2/daemon/gdm-server.c
-@@ -33,6 +33,8 @@
- #include <grp.h>
- #include <signal.h>
- #include <sys/resource.h>
+--- gdm-2.32.0.orig/daemon/gdm-server.c
++++ gdm-2.32.0/daemon/gdm-server.c
+@@ -27,6 +27,8 @@
+ #include <string.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
+#include <sys/ioctl.h>
+#include <sys/vt.h>
-
- #ifdef HAVE_SYS_PRCTL_H
- #include <sys/prctl.h>
-@@ -154,6 +156,92 @@ _gdm_server_query_ck_for_display_device
+ #include <errno.h>
+ #include <ctype.h>
+ #include <pwd.h>
+@@ -157,6 +159,92 @@ _gdm_server_query_ck_for_display_device
return out;
}
@@ -104,7 +104,7 @@
char *
gdm_server_get_display_device (GdmServer *server)
{
-@@ -314,6 +402,11 @@ gdm_server_resolve_command_line (GdmServ
+@@ -317,6 +405,11 @@ gdm_server_resolve_command_line (GdmServ
if (vtarg != NULL && ! gotvtarg) {
argv[len++] = g_strdup (vtarg);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |