<p>osmith <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-msc/+/23284">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, but someone else must approve
  fixeria: Looks good to me, approved
  osmith: Verified
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">contrib/osmo-msc.spec.in: depend on dbd-sqlite3<br><br>Add the missing runtime dependency to the sqlite3 driver of libdbd.<br>The library does not provide a pkgconfig file, so using "pkgconfig(...)"<br>as done in the BuildRequires is not possible. Write both the OpenSUSE<br>and CentOS name with an if..else.<br><br>Fixes:<br>  <0009> db.c:648 Failed to create database connection to sqlite3 db 'sms.db';<br>                  Is the sqlite3 database driver for libdbi installed on this system?<br><br>Change-Id: Ia972944c300aecbb6ec460b2362aabff459baefd<br>---<br>M contrib/osmo-msc.spec.in<br>1 file changed, 5 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/osmo-msc.spec.in b/contrib/osmo-msc.spec.in</span><br><span>index d588e5b..a832408 100644</span><br><span>--- a/contrib/osmo-msc.spec.in</span><br><span>+++ b/contrib/osmo-msc.spec.in</span><br><span>@@ -54,6 +54,11 @@</span><br><span> BuildRequires:  pkgconfig(libasn1c) >= 0.9.30</span><br><span> BuildRequires:  pkgconfig(libosmo-ranap) >= 0.3.0</span><br><span> %endif</span><br><span style="color: hsl(120, 100%, 40%);">+%if 0%{?suse_version}</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       libdbi-drivers-dbd-sqlite3</span><br><span style="color: hsl(120, 100%, 40%);">+%else</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       libdbi-dbd-sqlite</span><br><span style="color: hsl(120, 100%, 40%);">+%endif</span><br><span> </span><br><span> %description</span><br><span> The Mobile Switching Center (MSC) is the heart of 2G/3G</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-msc/+/23284">change 23284</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-msc/+/23284"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ia972944c300aecbb6ec460b2362aabff459baefd </div>
<div style="display:none"> Gerrit-Change-Number: 23284 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Assignee: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: roox <mardnh@gmx.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>