forked from pool/osmo-ggsn
- Update to new upstream release 1.4.0
OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-ggsn?expand=0&rev=15
This commit is contained in:
parent
92dda7b390
commit
bf04b95069
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,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
%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
|
||||
@ -34,12 +34,12 @@ 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}
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
Osmo-GGSN is a C-language implementation of a GGSN (Gateway GPRS
|
||||
@ -117,7 +117,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