laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/39840?usp=email )
Change subject: libosmocore.spec.in: correct license for libosmogb ......................................................................
libosmocore.spec.in: correct license for libosmogb
Change-Id: I2e68f42188098d5a2d788b824e878ac5f2bb2ec2 --- M contrib/libosmocore.spec.in 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified osmith: Looks good to me, but someone else must approve
diff --git a/contrib/libosmocore.spec.in b/contrib/libosmocore.spec.in index f16f799..98cf726 100644 --- a/contrib/libosmocore.spec.in +++ b/contrib/libosmocore.spec.in @@ -170,7 +170,7 @@
%package -n libosmogb14 Summary: Osmocom GPRS Gb Interface (NS/BSSGP) library -License: AGPL-3.0-or-later +License: GPL-2.0-or-later Group: System/Libraries
%description -n libosmogb14 @@ -181,7 +181,7 @@
%package -n libosmogb-devel Summary: Development files for the Osmocom GPRS Gb interface library -License: AGPL-3.0-or-later +License: GPL-2.0-or-later Group: Development/Libraries/C and C++ Requires: libosmocore-devel = %version Requires: libosmogb14 = %version