Update to 3.33.92
This commit is contained in:
parent
c28d9cf8b0
commit
2b932dd9a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -124,3 +124,4 @@ gdm-2.30.2.tar.bz2
|
||||
/gdm-3.32.0.tar.xz
|
||||
/gdm-3.33.4.tar.xz
|
||||
/gdm-3.33.90.tar.xz
|
||||
/gdm-3.33.92.tar.xz
|
||||
|
@ -1,41 +0,0 @@
|
||||
From b7ba3700aa9e04c4c550ae99af1c4a1b0cdb412d Mon Sep 17 00:00:00 2001
|
||||
From: Benjamin Berg <bberg@redhat.com>
|
||||
Date: Wed, 4 Sep 2019 14:34:28 +0200
|
||||
Subject: [PATCH] Revert "gdm-{wayland,x}-session: allow users to overwrite
|
||||
environment"
|
||||
|
||||
This reverts commit 2802e92d27450d86d81b6356dd532ec80e797223.
|
||||
---
|
||||
daemon/gdm-wayland-session.c | 2 +-
|
||||
daemon/gdm-x-session.c | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/daemon/gdm-wayland-session.c b/daemon/gdm-wayland-session.c
|
||||
index 79922664..35679b19 100644
|
||||
--- a/daemon/gdm-wayland-session.c
|
||||
+++ b/daemon/gdm-wayland-session.c
|
||||
@@ -320,7 +320,7 @@ spawn_session (State *state,
|
||||
continue;
|
||||
}
|
||||
|
||||
- g_subprocess_launcher_setenv (launcher, environment_entry[0], environment_entry[1], TRUE);
|
||||
+ g_subprocess_launcher_setenv (launcher, environment_entry[0], environment_entry[1], FALSE);
|
||||
}
|
||||
|
||||
/* Don't allow session specific environment variables from earlier sessions to
|
||||
diff --git a/daemon/gdm-x-session.c b/daemon/gdm-x-session.c
|
||||
index 9714da3e..58865a6c 100644
|
||||
--- a/daemon/gdm-x-session.c
|
||||
+++ b/daemon/gdm-x-session.c
|
||||
@@ -635,7 +635,7 @@ spawn_session (State *state,
|
||||
continue;
|
||||
}
|
||||
|
||||
- g_subprocess_launcher_setenv (launcher, environment_entry[0], environment_entry[1], TRUE);
|
||||
+ g_subprocess_launcher_setenv (launcher, environment_entry[0], environment_entry[1], FALSE);
|
||||
}
|
||||
|
||||
/* Don't allow session specific environment variables from earlier sessions to
|
||||
--
|
||||
2.21.0
|
||||
|
10
gdm.spec
10
gdm.spec
@ -9,18 +9,17 @@
|
||||
|
||||
Name: gdm
|
||||
Epoch: 1
|
||||
Version: 3.33.90
|
||||
Release: 4%{?dist}
|
||||
Version: 3.33.92
|
||||
Release: 1%{?dist}
|
||||
Summary: The GNOME Display Manager
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/GDM
|
||||
Source0: http://download.gnome.org/sources/gdm/3.30/gdm-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/gdm/3.33/gdm-%{version}.tar.xz
|
||||
Source1: org.gnome.login-screen.gschema.override
|
||||
Patch0: 0001-Honor-initial-setup-being-disabled-by-distro-install.patch
|
||||
|
||||
Patch10001: 0001-data-disable-wayland-if-modesetting-is-disabled.patch
|
||||
Patch10002: 0001-Revert-gdm-wayland-x-session-allow-users-to-overwrit.patch
|
||||
|
||||
Patch99: system-dconf.patch
|
||||
|
||||
@ -312,6 +311,9 @@ fi
|
||||
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
||||
|
||||
%changelog
|
||||
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 1:3.33.92-1
|
||||
- Update to 3.33.92
|
||||
|
||||
* Wed Sep 04 2019 Benjamin Berg <bberg@redhat.com> - 1:3.33.90-4
|
||||
- Add patch to fix environment setup
|
||||
https://gitlab.gnome.org/GNOME/gdm/merge_requests/82
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gdm-3.33.90.tar.xz) = 6f2da414cdec5ef427cb75275843eee0e3de69b92654c1c2e03c44924b3a927c8a577e2c4978779bd7e0ffc177917129c58cddaa4f4bc40a6a7a95587c2f96c1
|
||||
SHA512 (gdm-3.33.92.tar.xz) = c569865046396069d20f9a5bbb0bbd2a73c5139c7e43c8833ca2f493cec23d618923cbb87947b0f8cf8ca7156712be77f7f639b278c463e2bf63c03fd3e911e4
|
||||
|
Loading…
Reference in New Issue
Block a user