forked from pool/osmo-ggsn
Accepting request 678106 from network:telephony
Forward the current version of osmo-ggsn to Factory OBS-URL: https://build.opensuse.org/request/show/678106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osmo-ggsn?expand=0&rev=3
This commit is contained in:
commit
d4885e0cb9
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.2.2</param>
|
||||
<param name="versionformat">1.2.2</param>
|
||||
<param name="revision">1.3.0</param>
|
||||
<param name="versionformat">1.3.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:797633f72e6df164ee00b83cd7bea4eed1d90704bae1a12273788d81b9bba880
|
||||
size 153096
|
3
osmo-ggsn-1.3.0.tar.xz
Normal file
3
osmo-ggsn-1.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7cd195de3296af88efe581283613a901d7328581c1d24a29ef5fcbb79345af2
|
||||
size 164988
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 21:33:10 UTC 2019 - mardnh@gmx.de
|
||||
|
||||
- Update to new upstream release 1.3.0
|
||||
* ggsn: ctrl iface: listen on IP configured by VTY
|
||||
* gtp: Allow recv DEL CTX REQ in sgsn and DEL CTX RSP in ggsn
|
||||
* gtp: Log ignore CTX DEL REQ due to no teardown and only 1
|
||||
ctxactive
|
||||
* gtp: Add new API to avoid freeing pdp contexts during
|
||||
DEL CTX REQ
|
||||
* fix support for multiple IPCP in PDP protocol configuration
|
||||
options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:08:04 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osmo-ggsn
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: osmo-ggsn
|
||||
%define lname libgtp3
|
||||
Version: 1.2.2
|
||||
%define lname libgtp4
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: GPRS Support Node
|
||||
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||
@ -71,14 +71,13 @@ applications that want to make use of libgtp.
|
||||
echo "%version" >.tarball-version
|
||||
autoreconf -fi
|
||||
%configure --disable-static --docdir="%_docdir/%name" \
|
||||
--includedir="%_includedir/%name"
|
||||
--includedir="%_includedir/%name" --with-systemdsystemunitdir="%_unitdir"
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
b="%buildroot"
|
||||
%make_install
|
||||
find $b -type f -name "*.la" -delete -print
|
||||
install -D -m 0644 contrib/osmo-ggsn.service "$b/%_unitdir/%name.service"
|
||||
install -d "$b/%_sbindir"
|
||||
ln -s "%_sbindir/service" "$b/%_sbindir/rc%name"
|
||||
install -d "$b/%_sysconfdir/osmocom"
|
||||
@ -101,11 +100,12 @@ install -m 0644 doc/examples/sgsnemu.conf "$b/%_sysconfdir/osmocom/sgsnemu.conf"
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING README.md
|
||||
%license COPYING
|
||||
%doc AUTHORS README.md
|
||||
%_sbindir/osmo-ggsn
|
||||
%_sbindir/sgsnemu
|
||||
%_mandir/man8/osmo-ggsn.8%ext_man
|
||||
%_mandir/man8/sgsnemu.8%ext_man
|
||||
%_mandir/man8/osmo-ggsn.8*
|
||||
%_mandir/man8/sgsnemu.8*
|
||||
%_unitdir/%name.service
|
||||
%_sbindir/rc%name
|
||||
%dir %_docdir/%name/examples
|
||||
@ -115,7 +115,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.3*
|
||||
%_libdir/libgtp.so.4*
|
||||
|
||||
%files -n libgtp-devel
|
||||
%_includedir/%name/
|
||||
|
Loading…
x
Reference in New Issue
Block a user