[evolution-data-server/f19] Require dconf for dconf-service.

Matthew Barnes mbarnes at fedoraproject.org
Sun Jul 21 14:29:55 UTC 2013


commit b3ea2219f3b2b84d7214266fc6fcd910ae20ad09
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Sun Jul 21 10:29:22 2013 -0400

    Require dconf for dconf-service.

 evolution-data-server.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 6b78599..7e3df3a 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -27,7 +27,7 @@
 
 Name: evolution-data-server
 Version: 3.8.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
 License: LGPLv2+
@@ -49,6 +49,10 @@ Patch02: evolution-data-server-3.8.3-cal-tz-cache-crash.patch
 # RH bug #982737
 Patch03: evolution-data-server-3.8.3-use-after-free-collection-backend.patch
 
+### Depdencies ###
+
+Requires: dconf
+
 ### Build Dependencies ###
 
 BuildRequires: libdb-devel
@@ -374,6 +378,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/gtk-doc/html/libedataserver
 
 %changelog
+* Sun Jul 21 2013 Matthew Barnes <mbarnes at redhat.com> - 3.8.3-4
+- Require dconf for dconf-service, necessary for evolution-data-server
+  to operate properly.
+
 * Wed Jul 10 2013 Milan Crha <mcrha at redhat.com> - 3.8.3-3
 - Add patch for RH bug #982737 (Use-after-free in ECollectionBackend)
 


More information about the scm-commits mailing list