diff --git a/sushi.changes b/sushi.changes index 73f00ce..f307d3c 100644 --- a/sushi.changes +++ b/sushi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 1 20:37:18 UTC 2012 - dimstar@opensuse.org + +- Add glib2_gsettings_schema_* handling to preamble, post and + postun. Fixes bnc#782917. + ------------------------------------------------------------------- Mon Sep 24 16:37:29 UTC 2012 - dimstar@opensuse.org diff --git a/sushi.spec b/sushi.spec index f4c50c4..3a2ce6a 100644 --- a/sushi.spec +++ b/sushi.spec @@ -51,6 +51,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # libsushi and the typelib were erronously installed in the system libdir... Obsoletes: libsushi-1_0-0 < %{version} Obsoletes: typelib-1_0-Sushi-1_0 < %{version} +%glib2_gsettings_schema_requires %description Sushi is a quick previewer for Nautilus, the GNOME desktop file manager. @@ -68,6 +69,12 @@ make %{?_smp_mflags} find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %find_lang %{name} %{?no_lang_C} +%post +%glib2_gsettings_schema_post + +%postun +%glib2_gsettings_schema_postun + %clean rm -rf %{buildroot}