summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Lewandowski <k.lewandowsk@samsung.com>2018-02-22 11:43:42 +0100
committerKarol Lewandowski <k.lewandowsk@samsung.com>2018-02-22 15:59:42 +0100
commit589e97cda9e31c590c05f3b7a536c6dfacfd5b04 (patch)
tree28c7843e69adc184896f1b8629b19b71b0d223aa
parentdbbea1bd37c38fad9f80105e47bdff347e892498 (diff)
downloadfaultd-accepted/tizen_5.0_unified.tar.gz
faultd-accepted/tizen_5.0_unified.tar.bz2
faultd-accepted/tizen_5.0_unified.zip
Database backend is provided by SQLite. Change-Id: Idb4283fb7e2e8c5493e937197172e97888d6d1f0
-rw-r--r--packaging/faultd.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/faultd.spec b/packaging/faultd.spec
index 7558ce3..60de114 100644
--- a/packaging/faultd.spec
+++ b/packaging/faultd.spec
@@ -13,7 +13,6 @@ Group: System/Monitoring
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(cmocka)
-BuildRequires: pkgconfig(libejdb)
BuildRequires: pkgconfig(sqlite3)
%if %{with_faultd_glib_support}
BuildRequires: pkgconfig(glib-2.0)
@@ -95,7 +94,7 @@ do
echo %{enabled_moduledir}/${mod}.so >> faultd-extra-files;
done
-for mod in ejdb_dbadapter \
+for mod in \
sqlite_dbadapter
do
ln -s %{moduledir}/${mod}.so %{buildroot}/%{moduleconfdir}/${mod}.so;