forked from pool/osmo-iuh
Accepting request 1166949 from network:telephony
- Update to release 1.5.1 OBS-URL: https://build.opensuse.org/request/show/1166949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osmo-iuh?expand=0&rev=17
This commit is contained in:
commit
30d7c45ea1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0f5f2b39a2948fc6b3b14380bf3b3bfc1e4394c326f1f6b7e38759bb559177e
|
||||
size 13256660
|
3
1.5.1.tar.gz
Normal file
3
1.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8716fb9c2e059ff67209b5d889775f7a1267d2223f51698196914e1c06bc0f88
|
||||
size 13256803
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 23:00:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.5.1
|
||||
* ranap_transp_layer_addr_decode2(): Fix decoding X.213 IPv4
|
||||
address len=7
|
||||
* iu_client: Use local variable to track conn_id
|
||||
* iu_client: Handle empty CR and InitialUE Message in DATA.ind
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 1 20:41:16 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osmo-iuh
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: osmo-iuh
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
||||
License: AGPL-3.0-or-later AND GPL-2.0-or-later
|
||||
@ -140,14 +140,10 @@ if ! %make_build check; then
|
||||
%endif
|
||||
fi
|
||||
|
||||
%post -n libosmo-hnbap0 -p /sbin/ldconfig
|
||||
%postun -n libosmo-hnbap0 -p /sbin/ldconfig
|
||||
%post -n libosmo-ranap7 -p /sbin/ldconfig
|
||||
%postun -n libosmo-ranap7 -p /sbin/ldconfig
|
||||
%post -n libosmo-rua0 -p /sbin/ldconfig
|
||||
%postun -n libosmo-rua0 -p /sbin/ldconfig
|
||||
%post -n libosmo-sabp1 -p /sbin/ldconfig
|
||||
%postun -n libosmo-sabp1 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libosmo-hnbap0
|
||||
%ldconfig_scriptlets -n libosmo-ranap7
|
||||
%ldconfig_scriptlets -n libosmo-rua0
|
||||
%ldconfig_scriptlets -n libosmo-sabp1
|
||||
|
||||
%files -n libosmo-hnbap0
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user