[gnome-settings-daemon/f18] Forgotten file

Matthias Clasen mclasen at fedoraproject.org
Tue Oct 2 17:04:19 UTC 2012


commit b2556407af0c02b1bced387d99f9b329fbde96c4
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Oct 2 13:01:47 2012 -0400

    Forgotten file

 gnome-settings-daemon.spec |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec
index f91d90c..4533dcc 100644
--- a/gnome-settings-daemon.spec
+++ b/gnome-settings-daemon.spec
@@ -11,6 +11,11 @@ Source:         http://download.gnome.org/sources/%{name}/3.5/%{name}-%{version}
 # disable wacom for ppc/ppc64 (used on RHEL)
 Patch0:         %{name}-3.5.4-ppc-no-wacom.patch
 
+# upstream cleanup
+Patch1: 0001-Clean-up-gsd_power_stop.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=680689
+Patch2: 0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
+
 Requires: control-center-filesystem
 
 BuildRequires:  dbus-glib-devel
@@ -74,6 +79,9 @@ The %{name}-updates package contains the updates plugin for %{name}
 %patch0 -p1 -b .ppc-no-wacom
 %endif
 
+%patch1 -p1
+%patch2 -p1
+
 autoreconf -i -f
 
 %build
@@ -249,6 +257,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/dbus-1/interfaces/org.gnome.SettingsDaemonUpdates.xml
 
 %changelog
+* Tue Oct  2 2012 Matthias Clasen <mclasen at redhat.com> - 3.6.0-3
+- Fix lid close handling with new systemd
+
 * Fri Sep 28 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.6.0-2
 - Split out PackageKit into a sub package. Fixes #699348
 


More information about the scm-commits mailing list