diff --git a/deja-dup.changes b/deja-dup.changes index 2d7108a..045da97 100644 --- a/deja-dup.changes +++ b/deja-dup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 16 16:28:53 UTC 2011 - dimstar@opensuse.org + +- Add glib2 gsettings schema handling macros to post and postun. + ------------------------------------------------------------------- Wed Apr 27 09:48:23 CEST 2011 - dimstar@opensuse.org diff --git a/deja-dup.spec b/deja-dup.spec index 5ab7796..c34a6a4 100644 --- a/deja-dup.spec +++ b/deja-dup.spec @@ -48,6 +48,7 @@ Requires: duplicity Recommends: %{name}-lang # Needed for Rackspace Cloud Files support, but not packaged :/ #Recommends: python-cloudfiles +%glib2_gsettings_schema_requires %description Déjà Dup is a simple backup tool. It hides the complexity of doing @@ -122,6 +123,7 @@ rm -rf %{buildroot} %if 0%{?suse_version} > 1130 %post +%glib2_gsettings_schema_post %desktop_database_post %icon_theme_cache_post %endif @@ -129,6 +131,7 @@ rm -rf %{buildroot} %if 0%{?suse_version} > 1130 %postun +%glib2_gsettings_schema_postun %desktop_database_postun %icon_theme_cache_postun %endif