Update to 3.5.4
This commit is contained in:
parent
a4bea52c94
commit
5433883da1
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ gdm-2.30.2.tar.bz2
|
||||
/gdm-3.4.0.1.tar.xz
|
||||
/gdm-3.4.1.tar.xz
|
||||
/gdm-3.5.2.tar.xz
|
||||
/gdm-3.5.4.tar.xz
|
||||
|
@ -1,24 +0,0 @@
|
||||
From b6499b7130e5c762daf571e49187169c8d0e5e43 Mon Sep 17 00:00:00 2001
|
||||
From: Matthias Clasen <mclasen@redhat.com>
|
||||
Date: Sat, 9 Jun 2012 12:24:45 -0400
|
||||
Subject: [PATCH] Really remove the --gdm-mode commandline option
|
||||
|
||||
Command 38b2df058c9d0237a6398675ca6401cf2b043015 was incomplete.
|
||||
---
|
||||
data/gdm-shell.session.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/data/gdm-shell.session.in b/data/gdm-shell.session.in
|
||||
index 496cc10..172f5e0 100644
|
||||
--- a/data/gdm-shell.session.in
|
||||
+++ b/data/gdm-shell.session.in
|
||||
@@ -1,5 +1,5 @@
|
||||
[GNOME Session]
|
||||
Name=Display Manager
|
||||
RequiredComponents=gnome-shell;gnome-settings-daemon;
|
||||
-IsRunnableHelper=bash -c 'gnome-shell --help | grep -q gdm-mode && @libexecdir@/gnome-session-check-accelerated'
|
||||
+IsRunnableHelper=bash -c 'gnome-shell --help | grep -q gdm && @libexecdir@/gnome-session-check-accelerated'
|
||||
FallbackSession=gdm-fallback
|
||||
--
|
||||
1.7.10.2
|
||||
|
11
gdm.spec
11
gdm.spec
@ -13,8 +13,8 @@
|
||||
|
||||
Summary: The GNOME Display Manager
|
||||
Name: gdm
|
||||
Version: 3.5.2
|
||||
Release: 4%{?dist}
|
||||
Version: 3.5.4
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: User Interface/X
|
||||
@ -32,9 +32,6 @@ Source8: gdm-fingerprint-16.png
|
||||
Source9: gdm-fingerprint-48.png
|
||||
Source10: org.gnome.login-screen.gschema.override
|
||||
|
||||
# upstream fix
|
||||
Patch0: 0001-Really-remove-the-gdm-mode-commandline-option.patch
|
||||
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
|
||||
Requires: pam >= 0:%{pam_version}
|
||||
@ -131,7 +128,6 @@ Development files and headers for writing GDM greeters.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
autoreconf -i -f
|
||||
|
||||
@ -370,6 +366,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_libdir}/girepository-1.0/GdmGreeter-1.0.typelib
|
||||
|
||||
%changelog
|
||||
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.4-1
|
||||
- Update to 3.5.4
|
||||
|
||||
* Thu Jun 28 2012 Ray Strode <rstrode@redhat.com> 3.5.2-4
|
||||
- Build with plymouth support (woops).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user