diff --git a/_service b/_service
index 4256468..c2046f4 100644
--- a/_service
+++ b/_service
@@ -6,7 +6,7 @@
multipath-tools
@PARENT_TAG@+@TAG_OFFSET@+suse.%h
factory
- 0.[0-9].[0-9]*
+ 0.[0-9]*.[0-9]*
[-]pre\.([0-9])
~\1
enable
diff --git a/_servicedata b/_servicedata
index db95785..8d4664e 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/multipath-tools.git
- 0c835ef27a5229d20860232ee019c97e9ab24b90
\ No newline at end of file
+ 0fc97cdcccc8f3f634711f44f4010c2c652364ef
\ No newline at end of file
diff --git a/multipath-tools-0.10.0+103+suse.0fc97cd.obscpio b/multipath-tools-0.10.0+103+suse.0fc97cd.obscpio
new file mode 100644
index 0000000..0ce5c4b
--- /dev/null
+++ b/multipath-tools-0.10.0+103+suse.0fc97cd.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1fd39fd305c138500613ee02d9153facee58767a6126e53d297c7b540c122129
+size 2966028
diff --git a/multipath-tools-0.9.9+161+suse.0c835ef.obscpio b/multipath-tools-0.9.9+161+suse.0c835ef.obscpio
deleted file mode 100644
index ff1f1e9..0000000
--- a/multipath-tools-0.9.9+161+suse.0c835ef.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f15923205ecadfd08dba8dee98e51a94822533ff33c39a13195b308dd793b91f
-size 2951180
diff --git a/multipath-tools.changes b/multipath-tools.changes
index fa83c3c..7a03c63 100644
--- a/multipath-tools.changes
+++ b/multipath-tools.changes
@@ -1,3 +1,26 @@
+-------------------------------------------------------------------
+Thu Aug 29 07:00:18 UTC 2024 - Martin Wilck
+
+- Update to 0.10.0+103+suse.0fc97cd
+
+- Update to upstream 0.10.0 (see also NEWS.md)
+ * The `multipathd show daemon` command now shows `(reconfigure pending)`
+ if a reconfiguration has been triggered but not finished yet.
+ * Refactored the path checker loop. Paths are now checked for each multipath
+ map in turn
+ * Renamed public functions, variables, and macros to comply with the glibc policy
+ for reserved names (gh#opensvc/multipath-tools#91)
+ * Fixed bug that caused queueing to be always disabled if flushing a map failed
+ (bug introduced in 0.9.8). (bsc#1229898)
+ * Fixed failure to remove maps even with `deferred_remove` (bug introduced in
+ 0.9.9). (bsc#1229898)
+ * Fixed old mpathpersist bug leading to the error message "configured reservation
+ key doesn't match: 0x0" when `reservation_key` was configured in the
+ multipaths section of `multipath.conf`. (bsc#1228926, gh#opensvc/multipath-tools#92)
+ * Fixed output of `multipath -t` and `multipath -T` for the options
+ `force_sync` and `retrigger_tries`. (bsc#1229898, gh#opensvc/multipath-tools#88)
+ * Fixed adding maps by WWID in CLI (command `add map $WWID`). (bsc#1229898)
+
-------------------------------------------------------------------
Fri Jul 19 16:01:19 UTC 2024 - Martin Wilck
@@ -6,9 +29,9 @@ Fri Jul 19 16:01:19 UTC 2024 - Martin Wilck
* Added hardware defaults for Huawei storage arrays and XSG1 vendors
* Refactored and improved the libultipath / libdevmapper interface
* Fixed bug that caused queueing to be always disabled if flushing a map failed
- (bug introduced in 0.9.8).
+ (bug introduced in 0.9.8). (bsc#1229898)
* Fixed failure to remove maps even with `deferred_remove`
- (bug introduced in 0.9.9).
+ (bug introduced in 0.9.9). (bsc#1229898)
* CI improvements
* Documentation fixes
diff --git a/multipath-tools.obsinfo b/multipath-tools.obsinfo
index 5c7f03b..05b2d55 100644
--- a/multipath-tools.obsinfo
+++ b/multipath-tools.obsinfo
@@ -1,4 +1,4 @@
name: multipath-tools
-version: 0.9.9+161+suse.0c835ef
-mtime: 1721316616
-commit: 0c835ef27a5229d20860232ee019c97e9ab24b90
+version: 0.10.0+103+suse.0fc97cd
+mtime: 1724914433
+commit: 0fc97cdcccc8f3f634711f44f4010c2c652364ef
diff --git a/multipath-tools.spec b/multipath-tools.spec
index 75c6060..551d2db 100644
--- a/multipath-tools.spec
+++ b/multipath-tools.spec
@@ -35,7 +35,7 @@
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
Name: multipath-tools
-Version: 0.9.9+161+suse.0c835ef
+Version: 0.10.0+103+suse.0fc97cd
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only AND GPL-3.0-or-later