aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-09-16 14:32:44 +0200
committerOliver Smith <osmith@sysmocom.de>2021-09-16 14:34:18 +0200
commit4ac59538e993da911189ff2d879f535267016f62 (patch)
treeaacf104ee679758e2e9dab319d7be61655f68194
parentce1f97328352aa6f5f2176376d0a5ea1237004ea (diff)
contrib/osmo-msc.spec.in: require libosmo-ranap >= 0.7.0
Sync with configure.ac, debian/control. Nowadays osmo-release.sh complains about this. Related: I8dbbd63fdbd35f5f90f20dcd7e710078f2d9e12a Change-Id: Ib3b9d6af8f9d4e807ff4106f95f0a5b13834a126
-rw-r--r--contrib/osmo-msc.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osmo-msc.spec.in b/contrib/osmo-msc.spec.in
index a83240886..3ead299a9 100644
--- a/contrib/osmo-msc.spec.in
+++ b/contrib/osmo-msc.spec.in
@@ -52,7 +52,7 @@ BuildRequires: lksctp-tools-devel
%{?systemd_requires}
%if %{with_iu}
BuildRequires: pkgconfig(libasn1c) >= 0.9.30
-BuildRequires: pkgconfig(libosmo-ranap) >= 0.3.0
+BuildRequires: pkgconfig(libosmo-ranap) >= 0.7.0
%endif
%if 0%{?suse_version}
Requires: libdbi-drivers-dbd-sqlite3