From e7085d16998cc1ba98ee1e12ea260552dc6cac76 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 21 Mar 2023 06:57:39 +0700 Subject: [PATCH] contrib/osmo-bts.spec.in: do not depend on libosmogb The header file was recently deprecated and moved to , so it's now part of libosmogsn and depending libosmogb is not needed. Change-Id: I823de7ebac2fe5dfddb88d533f1a9419f4a605db Related: libosmocore.git I70cc21bf25a7081070738abacb409ed19094c3b2 Related: OS#5312 --- TODO-RELEASE | 1 + contrib/osmo-bts.spec.in | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index 7ac9302a7..1833716a9 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 added diff --git a/contrib/osmo-bts.spec.in b/contrib/osmo-bts.spec.in index 83a6c713d..afa0b3116 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