aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-21 06:57:39 +0700
committerfixeria <vyanitskiy@sysmocom.de>2023-03-21 12:26:21 +0000
commite7085d16998cc1ba98ee1e12ea260552dc6cac76 (patch)
treea6e1a995ad2f13be87b4aa58b0a2f16d056445cb
parentef9b27526c38d8f55eed1d450ba14142df783b41 (diff)
contrib/osmo-bts.spec.in: do not depend on libosmogb
The header file <osmocom/gprs/protocol/gsm_04_60.h> was recently deprecated and moved to <osmocom/gsm/protocol/gsm_44_060.h>, so it's now part of libosmogsn and depending libosmogb is not needed. Change-Id: I823de7ebac2fe5dfddb88d533f1a9419f4a605db Related: libosmocore.git I70cc21bf25a7081070738abacb409ed19094c3b2 Related: OS#5312
-rw-r--r--TODO-RELEASE1
-rw-r--r--contrib/osmo-bts.spec.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 7ac9302a..1833716a 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,3 +7,4 @@
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line
+libosmogsm >1.8.0 <osmocom/gsm/protocol/gsm_44_060.h> added
diff --git a/contrib/osmo-bts.spec.in b/contrib/osmo-bts.spec.in
index 83a6c713..afa0b311 100644
--- a/contrib/osmo-bts.spec.in
+++ b/contrib/osmo-bts.spec.in
@@ -36,8 +36,6 @@ BuildRequires: pkgconfig(libosmovty) >= 1.8.0
BuildRequires: pkgconfig(libosmoabis) >= 1.4.0
BuildRequires: pkgconfig(libosmotrau) >= 1.4.0
BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0
-### FIXME: DependencyHACK to include osmocom/gprs/protocol/gsm_04_60.h
-BuildRequires: pkgconfig(libosmogb)
%{?systemd_requires}
%description