laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-upf/+/29166 )
Change subject: add missing dependencies to libosmo-{gtlv,pfcp} to rpm + dpkg
......................................................................
add missing dependencies to libosmo-{gtlv,pfcp} to rpm + dpkg
This should hopefully fix the many daily build error mails about
failed package builds on a dozen of distributions/architectures:
[ 148s] No package 'libosmo-gtlv' found
[ 148s] configure:12570: error: Package requirements (libosmo-gtlv >= 0.1.0) were not
met:
Change-Id: Iac551616a9831dfd9e3203d1f40e312c4dd286b6
---
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/66/29166/1
diff --git a/contrib/osmo-upf.spec.in b/contrib/osmo-upf.spec.in
index a65b7ef..fc9b7ea 100644
--- a/contrib/osmo-upf.spec.in
+++ b/contrib/osmo-upf.spec.in
@@ -36,6 +36,8 @@
BuildRequires: pkgconfig(libosmocore) >= 1.6.0
BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0
BuildRequires: pkgconfig(libosmovty) >= 1.6.0
+BuildRequires: pkgconfig(libosmo-gtlv) >= 0.1.0
+BuildRequires: pkgconfig(libosmo-pfcp) >= 0.1.0
BuildRequires: pkgconfig(talloc)
%{?systemd_requires}
diff --git a/debian/control b/debian/control
index cabcd19..b32a95e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,8 @@
libtalloc-dev,
libgtpnl-dev (>= 1.2.0),
libosmocore-dev (>= 1.6.0),
+ libosmo-gtlv-dev (>= 0.1.0),
+ libosmo-pfcp-dev (>= 0.1.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
Vcs-Git:
git://git.osmocom.org/osmo-upf.git
--
To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/29166
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: Iac551616a9831dfd9e3203d1f40e312c4dd286b6
Gerrit-Change-Number: 29166
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange