osmith has uploaded this change for review.

View Change

packaging: add missing libnftnl, libnftables deps

This is required as mentioned in configure.ac. Doesn't fix all build
errors though, more patches are needed.

Related: OS#5655
Change-Id: I974dd3163e50e6b1a099eac5d5f6a1cac07f44ad
---
M contrib/osmo-upf.spec.in
M debian/control
2 files changed, 4 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/88/29188/1
diff --git a/contrib/osmo-upf.spec.in b/contrib/osmo-upf.spec.in
index fc9b7ea..5541850 100644
--- a/contrib/osmo-upf.spec.in
+++ b/contrib/osmo-upf.spec.in
@@ -32,6 +32,8 @@
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
+BuildRequires: pkgconfig(libnftnl) >= 1.2.1,
+BuildRequires: pkgconfig(libnftables) >= 1.0.2,
BuildRequires: pkgconfig(libgtpnl) >= 1.2.0
BuildRequires: pkgconfig(libosmocore) >= 1.6.0
BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0
diff --git a/debian/control b/debian/control
index b32a95e..d714ae6 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,8 @@
python3-minimal,
libtalloc-dev,
libgtpnl-dev (>= 1.2.0),
+ libnftnl-dev (>= 1.2.1),
+ libnftables-dev (>= 1.0.2),
libosmocore-dev (>= 1.6.0),
libosmo-gtlv-dev (>= 0.1.0),
libosmo-pfcp-dev (>= 0.1.0),

To view, visit change 29188. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I974dd3163e50e6b1a099eac5d5f6a1cac07f44ad
Gerrit-Change-Number: 29188
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange