diff --git a/_service b/_service
index 0347bf6..c1b2a68 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,7 @@
libnvme
@PARENT_TAG@
- v1.0-rc0
+ v1.0-rc2
v[01].[0-9]*
v([^+]*)-rc([0-9]+)
\1~\2
diff --git a/_servicedata b/_servicedata
index 441bb33..c2cdb26 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,6 +1,6 @@
https://github.com/linux-nvme/libnvme.git
- f6cc9487ef8e272ac1dbb61a1df87585df2d2eb3
+ 5b397aa3a2a70331373d321cf357055d3b1e7e4c
\ No newline at end of file
diff --git a/libnvme-1.0~0.obscpio b/libnvme-1.0~0.obscpio
deleted file mode 100644
index 9d71691..0000000
--- a/libnvme-1.0~0.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9a41998519ebfacd336f593932187f9b8d6f3cce77e865c665a895ae280f7930
-size 1347084
diff --git a/libnvme-1.0~2.obscpio b/libnvme-1.0~2.obscpio
new file mode 100644
index 0000000..19e3f24
--- /dev/null
+++ b/libnvme-1.0~2.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f8683d1ffee377314de9c22122eff71a781675e6d9a230eaa91a2246dd0c8356
+size 1356300
diff --git a/libnvme.changes b/libnvme.changes
index 3b849e0..5672970 100644
--- a/libnvme.changes
+++ b/libnvme.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Tue Feb 01 11:26:39 UTC 2022 - daniel.wagner@suse.com
+
+- Update to version 1.0~2:
+ * Add fabrics config option 'tls'
+ * Logging infrastructure reworked (API break)
+ * Changed argument structs layout (API break)
+ * Changed scan API (API break)
+ * Fixed ctrl_loss_tmo handling concerning values of '-1'
+ * Various build fixes
+
-------------------------------------------------------------------
Wed Jan 19 11:13:42 UTC 2022 - Daniel Wagner
diff --git a/libnvme.obsinfo b/libnvme.obsinfo
index f0b3000..554eca2 100644
--- a/libnvme.obsinfo
+++ b/libnvme.obsinfo
@@ -1,4 +1,4 @@
name: libnvme
-version: 1.0~0
-mtime: 1642181328
-commit: c66a5a75973405090fd5f393f492c1cd5c6e4b56
+version: 1.0~2
+mtime: 1643712260
+commit: 5b397aa3a2a70331373d321cf357055d3b1e7e4c
diff --git a/libnvme.spec b/libnvme.spec
index f0862e4..d63e804 100644
--- a/libnvme.spec
+++ b/libnvme.spec
@@ -15,23 +15,26 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%define sover 1
Name: libnvme
-Version: 1.0~0
+Version: 1.0~2
Release: 0
Summary: Linux-native nvme device management library
-License: LGPL-2.1
+License: LGPL-2.1-only
URL: https://github.com/linux-nvme/libnvme/
Source0: libnvme-%{version}.tar.gz
-BuildRequires: meson >= 0.47.0
-BuildRequires: gcc gcc-c++ make
-BuildRequires: libuuid-devel
+BuildRequires: gcc
+BuildRequires: gcc-c++
BuildRequires: libjson-c-devel
+BuildRequires: libuuid-devel
+BuildRequires: make
+BuildRequires: meson >= 0.47.0
BuildRequires: openssl-devel
-BuildRequires: swig
-BuildRequires: python3-devel
BuildRequires: python3-Sphinx
+BuildRequires: python3-devel
+BuildRequires: swig
%description
Provides library functions for accessing and managing NVMe devices on a Linux