aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-08-13 12:14:36 +0200
committerHarald Welte <laforge@osmocom.org>2020-08-13 12:14:36 +0200
commit072ec6f13325f9b4fa084a482bb28e05439d898f (patch)
tree656d511fec23a7b711e4542bf05c3c432d70f455 /contrib
parent8d150019102bd73295fe29beb8de137299d9a827 (diff)
parent2a8a34cd01f398003e3a2cccac555384ff5266cd (diff)
Merge branch '1.0.0' into master
We tagged 1.0.0 off a non-master version in the commit history in order to keep the new TRAU frame handling out of the 1.0.0 release, but to have all of the other fixes in a tagged release. This merge brings master in sync with those changes. Change-Id: If8fc996f385f4127204ad773b991c49d853dfc5b
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libosmo-abis.spec.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libosmo-abis.spec.in b/contrib/libosmo-abis.spec.in
index abde676..889c20a 100644
--- a/contrib/libosmo-abis.spec.in
+++ b/contrib/libosmo-abis.spec.in
@@ -39,12 +39,12 @@ In GSM, A-bis is a BSS-internal interface link between the BTS and
BSC. This interface allows control of the radio equipment and radio
frequency allocation in the BTS.
-%package -n libosmoabis6
+%package -n libosmoabis9
Summary: Osmocom GSM A-bis interface library
License: AGPL-3.0-or-later
Group: System/Libraries
-%description -n libosmoabis6
+%description -n libosmoabis9
In the GSM system architecture, A-bis is a Base Station
System-internal interface linking the Base Transceiver Stations (BTS)
and Base Station Controller (BSC). This interface allows control of
@@ -58,7 +58,7 @@ cards, as well as some A-bis/IP dialects.
Summary: Development files for the Osmocom GSM A-bis library
License: AGPL-3.0-or-later
Group: Development/Libraries/C and C++
-Requires: libosmoabis6 = %version
+Requires: libosmoabis9 = %version
Requires: libosmocore-devel >= 0.3.0
Requires: libosmogsm-devel >= 0.3.10
@@ -120,12 +120,12 @@ find "$b/%_libdir" -type f -name "*.la" -delete
%check
make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
-%post -n libosmoabis6 -p /sbin/ldconfig
-%postun -n libosmoabis6 -p /sbin/ldconfig
+%post -n libosmoabis9 -p /sbin/ldconfig
+%postun -n libosmoabis9 -p /sbin/ldconfig
%post -n libosmotrau2 -p /sbin/ldconfig
%postun -n libosmotrau2 -p /sbin/ldconfig
-%files -n libosmoabis6
+%files -n libosmoabis9
%defattr(-,root,root)
%_libdir/libosmoabis.so.6*