osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/29185 )
Change subject: packaging: depend on libosmocore >= 1.7.0
......................................................................
packaging: depend on libosmocore >= 1.7.0
Require the same libosmocore version in configure.ac and rpm spec as
already set in debian/control.
Change-Id: I701f1aacca22a697f35aba0041a71945c5aea107
---
M configure.ac
M contrib/libosmo-pfcp.spec.in
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/85/29185/1
diff --git a/configure.ac b/configure.ac
index 6d51465..1b8436e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@
PKG_PROG_PKG_CONFIG([0.20])
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
dnl checks for header files
AC_HEADER_STDC
diff --git a/contrib/libosmo-pfcp.spec.in b/contrib/libosmo-pfcp.spec.in
index e47d52c..d6481c2 100644
--- a/contrib/libosmo-pfcp.spec.in
+++ b/contrib/libosmo-pfcp.spec.in
@@ -11,7 +11,7 @@
BuildRequires: libtool >= 2
BuildRequires: lksctp-tools-devel
BuildRequires: pkgconfig >= 0.20
-BuildRequires: pkgconfig(libosmocore) >= 1.6.0
+BuildRequires: pkgconfig(libosmocore) >= 1.7.0
BuildRequires: pkgconfig(talloc)
%description
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/29185
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp
Gerrit-Branch: master
Gerrit-Change-Id: I701f1aacca22a697f35aba0041a71945c5aea107
Gerrit-Change-Number: 29185
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange