Drop an old RHEL 7 workaround

This commit is contained in:
Kalev Lember 2019-11-29 11:18:04 +01:00
parent 1994643582
commit 51b1bfaf4a

View File

@ -83,11 +83,6 @@ This package contains the documentation for tracker
%prep
%autosetup -p1
%if 0%{?rhel} && 0%{?rhel} <= 7
# Fix the build with sqlite 3.7 that doesn't support SQLITE_DETERMINISTIC
sed -i -e 's/ | SQLITE_DETERMINISTIC//' src/libtracker-data/tracker-db-interface-sqlite.c
%endif
%build
# Disable the functional tests for now, they use python bytecodes.