forked from pool/osmo-ggsn
Accepting request 723416 from network:telephony
- Update to new upstream release 1.4.0 OBS-URL: https://build.opensuse.org/request/show/723416 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osmo-ggsn?expand=0&rev=4
This commit is contained in:
commit
15e825efe7
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://git.osmocom.org/osmo-ggsn</param>
|
||||
<param name="revision">1.3.0</param>
|
||||
<param name="versionformat">1.3.0</param>
|
||||
<param name="revision">1.4.0</param>
|
||||
<param name="versionformat">1.4.0</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7cd195de3296af88efe581283613a901d7328581c1d24a29ef5fcbb79345af2
|
||||
size 164988
|
3
osmo-ggsn-1.4.0.tar.xz
Normal file
3
osmo-ggsn-1.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5658aee8b4a956303ee2242b17da36e12fda5fdda0f5f420d53fc03c082c0341
|
||||
size 170912
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 17:16:25 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.4.0
|
||||
* ggsn: Add minimalistic PAP support
|
||||
* ggsn: More logging from PCO handling (e.g. in case of malconfiguration)
|
||||
* osmo-ggsn: fix VTY command for getting PDP contexts by APN
|
||||
* osmo-ggsn: add VTY command to show PDP context by IPv4
|
||||
* gtp: Introduce new pdp APIs (and deprecate old ones) to support multiple GSN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 20:03:48 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Disable LTO for now since it breaks compilation of the tests
|
||||
See: https://osmocom.org/issues/4114
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 21:33:10 UTC 2019 - mardnh@gmx.de
|
||||
|
||||
|
@ -16,9 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define _lto_cflags %nil
|
||||
|
||||
Name: osmo-ggsn
|
||||
%define lname libgtp4
|
||||
Version: 1.3.0
|
||||
%define lname libgtp5
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: GPRS Support Node
|
||||
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||
@ -32,12 +34,11 @@ BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libgtpnl) >= 1.2.0
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.3
|
||||
BuildRequires: pkgconfig(libosmocore) >= 0.11.0
|
||||
BuildRequires: pkgconfig(libosmoctrl) >= 0.11.0
|
||||
BuildRequires: pkgconfig(libosmocore) >= 1.1.0
|
||||
BuildRequires: pkgconfig(libosmoctrl) >= 1.1.0
|
||||
BuildRequires: pkgconfig(libosmogsm)
|
||||
BuildRequires: pkgconfig(libosmovty) >= 0.11.0
|
||||
BuildRequires: pkgconfig(libosmovty) >= 1.1.0
|
||||
Obsoletes: openggsn
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
Osmo-GGSN is a C-language implementation of a GGSN (Gateway GPRS
|
||||
@ -77,7 +78,7 @@ make %{?_smp_mflags} V=1
|
||||
%install
|
||||
b="%buildroot"
|
||||
%make_install
|
||||
find $b -type f -name "*.la" -delete -print
|
||||
find "$b" -type f -name "*.la" -delete -print
|
||||
install -d "$b/%_sbindir"
|
||||
ln -s "%_sbindir/service" "$b/%_sbindir/rc%name"
|
||||
install -d "$b/%_sysconfdir/osmocom"
|
||||
@ -115,7 +116,7 @@ install -m 0644 doc/examples/sgsnemu.conf "$b/%_sysconfdir/osmocom/sgsnemu.conf"
|
||||
%config(noreplace) %_sysconfdir/osmocom/sgsnemu.conf
|
||||
|
||||
%files -n %lname
|
||||
%_libdir/libgtp.so.4*
|
||||
%_libdir/libgtp.so.5*
|
||||
|
||||
%files -n libgtp-devel
|
||||
%_includedir/%name/
|
||||
|
Loading…
Reference in New Issue
Block a user