forked from pool/libosmo-sccp
Accepting request 1181431 from network:telephony
- Update to release 1.8.2 OBS-URL: https://build.opensuse.org/request/show/1181431 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libosmo-sccp?expand=0&rev=21
This commit is contained in:
commit
d5c59f332f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:985cad5f79c797ab14de67ee6162971e06341508f6ddf9ad3309b54a8041e9a5
|
|
||||||
size 309486
|
|
3
1.8.2.tar.gz
Normal file
3
1.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78d9425bce0f6771941f4f4b139ae94aa6637546766794f61d48d955630aeeed
|
||||||
|
size 309663
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 08:38:03 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.8.2
|
||||||
|
* ipa: Use pseudo-random number for SLS in IPA->M3UA direction
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 1 18:54:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Wed Nov 1 18:54:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libosmo-sccp
|
# spec file for package libosmo-sccp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libosmo-sccp
|
Name: libosmo-sccp
|
||||||
Version: 1.8.1
|
Version: 1.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define libversion %(echo "%version" | sed 's/\\./_/g')
|
%define libversion %(echo "%version" | sed 's/\\./_/g')
|
||||||
Summary: Osmocom library for the A-bis interface between BTS and BSC
|
Summary: Osmocom library for the A-bis interface between BTS and BSC
|
||||||
@ -180,14 +180,10 @@ if ! %make_build check; then
|
|||||||
%endif
|
%endif
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post -n libosmo-mtp-%libversion -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libosmo-mtp-%libversion
|
||||||
%postun -n libosmo-mtp-%libversion -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libosmo-sccp-%libversion
|
||||||
%post -n libosmo-sccp-%libversion -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libosmo-sigtran9
|
||||||
%postun -n libosmo-sccp-%libversion -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libosmo-xua-%libversion
|
||||||
%post -n libosmo-sigtran9 -p /sbin/ldconfig
|
|
||||||
%postun -n libosmo-sigtran9 -p /sbin/ldconfig
|
|
||||||
%post -n libosmo-xua-%libversion -p /sbin/ldconfig
|
|
||||||
%postun -n libosmo-xua-%libversion -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%preun -n osmo-stp
|
%preun -n osmo-stp
|
||||||
%service_del_preun osmo-stp.service
|
%service_del_preun osmo-stp.service
|
||||||
|
Loading…
Reference in New Issue
Block a user