parent
0a90c0979c
commit
c2dc9045af
11
gdm.spec
11
gdm.spec
@ -10,7 +10,7 @@
|
|||||||
Name: gdm
|
Name: gdm
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.27.4
|
Version: 3.27.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -22,11 +22,14 @@ Patch0: 0001-Honor-initial-setup-being-disabled-by-distro-install.patch
|
|||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=792932
|
# https://bugzilla.gnome.org/show_bug.cgi?id=792932
|
||||||
Patch1: 0001-gnome-login-Adjust-to-g-s-d-s-plugin-removals.patch
|
Patch1: 0001-gnome-login-Adjust-to-g-s-d-s-plugin-removals.patch
|
||||||
|
|
||||||
|
Patch99: system-dconf.patch
|
||||||
|
|
||||||
BuildRequires: pam-devel >= 0:%{pam_version}
|
BuildRequires: pam-devel >= 0:%{pam_version}
|
||||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
BuildRequires: libtool automake autoconf
|
BuildRequires: libtool automake autoconf
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
|
BuildRequires: git
|
||||||
BuildRequires: libdmx-devel
|
BuildRequires: libdmx-devel
|
||||||
BuildRequires: audit-libs-devel >= %{libauditver}
|
BuildRequires: audit-libs-devel >= %{libauditver}
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
@ -121,7 +124,7 @@ files that are helpful to PAM modules wishing to support
|
|||||||
GDM specific authentication features.
|
GDM specific authentication features.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -S git
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
intltoolize -f
|
intltoolize -f
|
||||||
@ -312,6 +315,10 @@ fi
|
|||||||
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 19 2018 Ray Strode <rstrode@redhat.com>> - 1:3.27.4-4
|
||||||
|
- Make sure GDM checks systemd dconf databases
|
||||||
|
Related: #1546644
|
||||||
|
|
||||||
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.4-3
|
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.4-3
|
||||||
+ gdm-3.27.4-4
|
+ gdm-3.27.4-4
|
||||||
- Update for gnome-settings-daemon changes
|
- Update for gnome-settings-daemon changes
|
||||||
|
23
system-dconf.patch
Normal file
23
system-dconf.patch
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
From 29d374ce6781df6f3b168a8c57163ddb582c998a Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ray Strode <rstrode@redhat.com>
|
||||||
|
Date: Wed, 31 Jul 2013 17:32:55 -0400
|
||||||
|
Subject: [PATCH] data: add system dconf databases to gdm profile
|
||||||
|
|
||||||
|
This way system settings can affect the login screen.
|
||||||
|
---
|
||||||
|
data/dconf/gdm.in | 4 ++++
|
||||||
|
1 file changed, 4 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/data/dconf/gdm.in b/data/dconf/gdm.in
|
||||||
|
index 4d8bf174..9694078f 100644
|
||||||
|
--- a/data/dconf/gdm.in
|
||||||
|
+++ b/data/dconf/gdm.in
|
||||||
|
@@ -1,2 +1,6 @@
|
||||||
|
user-db:user
|
||||||
|
+system-db:gdm
|
||||||
|
+system-db:local
|
||||||
|
+system-db:site
|
||||||
|
+system-db:distro
|
||||||
|
file-db:@DATADIR@/@PACKAGE@/greeter-dconf-defaults
|
||||||
|
--
|
||||||
|
2.11.1
|
Loading…
Reference in New Issue
Block a user