Change in osmo-msc[master]: contrib/osmo-msc.spec.in: fix 'libdbi-drivers-dbd-sqlite3' does not e...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Tue Mar 9 12:17:43 UTC 2021


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 <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210309/8d91a2b1/attachment.htm>


More information about the gerrit-log mailing list