fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-msc/+/23284 )
Change subject: contrib/osmo-msc.spec.in: fix 'libdbi-drivers-dbd-sqlite3' does
not exist
......................................................................
contrib/osmo-msc.spec.in: fix 'libdbi-drivers-dbd-sqlite3' does not exist
This package does not exist in CentOS 8. The lack of sqlite3
driver for libdbi causes TTCN3-centos-msc-test to fail:
<0009> db.c:648 Failed to create database connection to sqlite3 db 'sms.db';
Is the sqlite3 database driver for libdbi installed on this
system?
Change-Id: Ia972944c300aecbb6ec460b2362aabff459baefd
---
M contrib/osmo-msc.spec.in
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/84/23284/1
diff --git a/contrib/osmo-msc.spec.in b/contrib/osmo-msc.spec.in
index d588e5b..4f956fb 100644
--- a/contrib/osmo-msc.spec.in
+++ b/contrib/osmo-msc.spec.in
@@ -27,7 +27,8 @@
Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: libdbi-drivers-dbd-sqlite3
+BuildRequires: libdbi-drivers
+BuildRequires: libdbi-dbd-sqlite
BuildRequires: libtool
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/23284
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ia972944c300aecbb6ec460b2362aabff459baefd
Gerrit-Change-Number: 23284
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange