1
0
forked from pool/osmo-ggsn

Accepting request 932505 from home:mnhauke:osmocom:latest

- Update to version 1.8.0
  * https://git.osmocom.org/osmo-sgsn/plain/debian/changelog?h=1.8.0

OBS-URL: https://build.opensuse.org/request/show/932505
OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-ggsn?expand=0&rev=24
This commit is contained in:
Jan Engelhardt 2021-11-19 19:25:29 +00:00 committed by Git OBS Bridge
parent d770c6c0cb
commit ca2dab4961
4 changed files with 28 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2dc58d66fcca83efbefdc2ca5d5c66e43dc38c909b9bd7ba32cf3218a4d48bd
size 376263

3
1.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac01c971a8855270b3771f0f487a1ead6f4a4ed1455aadc74ba867326b9ceaa2
size 385438

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 19 10:50:35 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.8.0
* https://git.osmocom.org/osmo-sgsn/plain/debian/changelog?h=1.8.0
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 14 20:59:58 UTC 2021 - Jan Engelhardt <jengelh@inai.de> Sun Mar 14 20:59:58 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,11 +16,9 @@
# #
%define _lto_cflags %nil
Name: osmo-ggsn Name: osmo-ggsn
%define lname libgtp6 %define lname libgtp6
Version: 1.7.1 Version: 1.8.0
Release: 0 Release: 0
Summary: GPRS Support Node Summary: GPRS Support Node
License: GPL-2.0-only AND LGPL-2.1-or-later License: GPL-2.0-only AND LGPL-2.1-or-later
@ -65,6 +63,15 @@ libgtp implements the GPRS Tunneling Protocol between SGSN and GGSN.
This subpackage contains libraries and header files for developing This subpackage contains libraries and header files for developing
applications that want to make use of libgtp. applications that want to make use of libgtp.
%package -n gtp-echo-responder
Summary: Small program answering GTP ECHO Request with GTP ECHO Response
License: MIT
Group: Productivity/Telephony/Utilities
%description -n gtp-echo-responder
Small program answering GTP ECHO Request with GTP ECHO Response for both GTPCv1
and GTPCv2.
%prep %prep
%autosetup -p1 %autosetup -p1
sed -i 's|/usr/bin/osmo-ggsn|/usr/sbin/osmo-ggsn|g' contrib/systemd/osmo-ggsn.service sed -i 's|/usr/bin/osmo-ggsn|/usr/sbin/osmo-ggsn|g' contrib/systemd/osmo-ggsn.service
@ -73,7 +80,9 @@ sed -i 's|/usr/bin/osmo-ggsn|/usr/sbin/osmo-ggsn|g' contrib/systemd/osmo-ggsn.se
echo "%version" >.tarball-version echo "%version" >.tarball-version
autoreconf -fi autoreconf -fi
# bugzilla.opensuse.org/795968 for rationale # bugzilla.opensuse.org/795968 for rationale
%configure --includedir="%_includedir/%name" \ %configure \
--enable-gtp-linux \
--includedir="%_includedir/%name" \
--disable-static --docdir="%_docdir/%name" \ --disable-static --docdir="%_docdir/%name" \
--with-systemdsystemunitdir="%_unitdir" --with-systemdsystemunitdir="%_unitdir"
%make_build %make_build
@ -113,7 +122,9 @@ install -m 0644 doc/examples/sgsnemu.conf "$b/%_sysconfdir/osmocom/sgsnemu.conf"
%_unitdir/%name.service %_unitdir/%name.service
%_sbindir/rc%name %_sbindir/rc%name
%dir %_docdir/%name/examples %dir %_docdir/%name/examples
%_docdir/%name/examples/osmo-ggsn.cfg %{_docdir}/%{name}/examples/osmo-ggsn-kernel-gtp.cfg
%{_docdir}/%{name}/examples/osmo-ggsn.cfg
%{_docdir}/%{name}/examples/sgsnemu.conf
%dir %_sysconfdir/osmocom %dir %_sysconfdir/osmocom
%config(noreplace) %_sysconfdir/osmocom/osmo-ggsn.cfg %config(noreplace) %_sysconfdir/osmocom/osmo-ggsn.cfg
%config(noreplace) %_sysconfdir/osmocom/sgsnemu.conf %config(noreplace) %_sysconfdir/osmocom/sgsnemu.conf
@ -126,4 +137,7 @@ install -m 0644 doc/examples/sgsnemu.conf "$b/%_sysconfdir/osmocom/sgsnemu.conf"
%_libdir/libgtp.so %_libdir/libgtp.so
%_libdir/pkgconfig/libgtp.pc %_libdir/pkgconfig/libgtp.pc
%files -n gtp-echo-responder
%{_bindir}/gtp-echo-responder
%changelog %changelog