diff --git a/tracker.spec b/tracker.spec index 6878d11..115f3e6 100644 --- a/tracker.spec +++ b/tracker.spec @@ -4,7 +4,7 @@ Name: tracker Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Desktop-neutral metadata database and search tool License: GPLv2+ @@ -100,10 +100,6 @@ sed -i -e 's/ | SQLITE_DETERMINISTIC//' src/libtracker-data/tracker-db-interface %install %meson_install -# Remove .so symlinks for private libraries -- no external users are supposed -# to link with them. -rm -f %{buildroot}%{_libdir}/tracker-2.0/*.so - %find_lang %{name} @@ -161,6 +157,9 @@ rm -f %{buildroot}%{_libdir}/tracker-2.0/*.so %changelog +* Thu Feb 21 2019 Kalev Lember - 2.2.0-2 +- Fix the package to be installable again + * Wed Feb 20 2019 Kalev Lember - 2.2.0-1 - Update to 2.2.0 - Switch to the meson build system