diff --git a/1.2.2.tar.gz b/1.2.2.tar.gz
new file mode 100644
index 0000000..00e3221
--- /dev/null
+++ b/1.2.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c1d05d4593342f17a2e81a500470fa95bb0860904ff84b6a4086ce8229624e5b
+size 29850
diff --git a/_service b/_service
deleted file mode 100644
index aa2393d..0000000
--- a/_service
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
- git
- https://git.osmocom.org/libgtpnl
- 1.2.1
- 1.2.1
-
-
- *.tar
- xz
-
-
-
diff --git a/libgtpnl-1.2.1.tar.xz b/libgtpnl-1.2.1.tar.xz
deleted file mode 100644
index 1955d30..0000000
--- a/libgtpnl-1.2.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fb3e2217c6f0f31ae3765fb8978b2de3613acf40e5b438e9146407349d42b399
-size 25252
diff --git a/libgtpnl.changes b/libgtpnl.changes
index 4f3dca9..8f33e3e 100644
--- a/libgtpnl.changes
+++ b/libgtpnl.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Sun Mar 14 21:09:22 UTC 2021 - Jan Engelhardt
+
+- Update to release 1.2.2
+ * install gtp-tunnel and gtp-link tools
+
-------------------------------------------------------------------
Sun Sep 6 11:50:34 UTC 2020 - Jan Engelhardt
diff --git a/libgtpnl.spec b/libgtpnl.spec
index 3b7b757..3b77aca 100644
--- a/libgtpnl.spec
+++ b/libgtpnl.spec
@@ -1,7 +1,7 @@
#
# spec file for package libgtpnl
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,16 @@
Name: libgtpnl
-Version: 1.2.1
+Version: 1.2.2
Release: 0
Summary: GPRS tunnel configuration library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Development/Libraries/C and C++
URL: https://osmocom.org/projects/linux-kernel-gtp-u/wiki
-Source: %name-%version.tar.xz
+Source: https://github.com/osmocom/libgtpnl/archive/%version.tar.gz
BuildRequires: libtool >= 2
BuildRequires: pkg-config
-BuildRequires: xz
BuildRequires: pkgconfig(libmnl) >= 1.0.0
%description
@@ -56,6 +55,14 @@ Linux kernel into a C API.
This subpackage contains libraries and header files for developing
applications that want to make use of libgtpnl.
+%package tools
+Summary: GTP tunnel configuration utilities
+License: GPL-2.0-or-later AND LGPL-2.1-or-later
+Group: Productivity/Networking/Routing
+
+%description tools
+Utilities to configure GTP tunnels.
+
%prep
%autosetup -p1
@@ -85,4 +92,7 @@ rm -f "%buildroot/%_libdir"/*.la
%_libdir/libgtpnl.so
%_libdir/pkgconfig/*.pc
+%files tools
+%_bindir/gtp-*
+
%changelog