diff --git a/tracker.spec b/tracker.spec index 7c43a58..701a1da 100644 --- a/tracker.spec +++ b/tracker.spec @@ -4,7 +4,7 @@ Name: tracker Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Desktop-neutral metadata database and search tool License: GPLv2+ @@ -122,14 +122,8 @@ rm -f %{buildroot}%{_libdir}/tracker-2.0/*.so %postun /sbin/ldconfig -if [ $1 -eq 0 ]; then - glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : -fi %systemd_user_postun_with_restart %{systemd_units} -%posttrans -glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : - %files -f %{name}.lang %license COPYING @@ -175,6 +169,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %changelog +* Sat Jan 06 2018 Igor Gnatenko - 2.0.2-3 +- Remove obsolete scriptlets + * Thu Nov 30 2017 Pete Walter - 2.0.2-2 - Rebuild for ICU 60.1