diff --git a/_service b/_service
index c2046f4..39f1c91 100644
--- a/_service
+++ b/_service
@@ -7,8 +7,8 @@
@PARENT_TAG@+@TAG_OFFSET@+suse.%h
factory
0.[0-9]*.[0-9]*
- [-]pre\.([0-9])
- ~\1
+ [-]pre(\.)?([0-9])
+ ~\2
enable
diff --git a/_servicedata b/_servicedata
index e90f358..5b48bf4 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/multipath-tools.git
- 2c2e5978e26c48770efd2039339a017ff3e49480
\ No newline at end of file
+ 4a51b1a402d394cd1a175e4559782edd6be5775f
\ No newline at end of file
diff --git a/multipath-tools-0.10.0+108+suse.2c2e597.obscpio b/multipath-tools-0.10.0+108+suse.2c2e597.obscpio
deleted file mode 100644
index 0df1e6e..0000000
--- a/multipath-tools-0.10.0+108+suse.2c2e597.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e509ef29a227dbe50000438aff15a52c0203703a6f77d95def2ed30e3bc3a643
-size 2966028
diff --git a/multipath-tools-0.11.0~1+118+suse.4a51b1a.obscpio b/multipath-tools-0.11.0~1+118+suse.4a51b1a.obscpio
new file mode 100644
index 0000000..3c262ed
--- /dev/null
+++ b/multipath-tools-0.11.0~1+118+suse.4a51b1a.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e091593a66d2e7505591c65b15943a815282dae3241662e859ae1d74d37466f5
+size 2985996
diff --git a/multipath-tools.changes b/multipath-tools.changes
index 210f1f8..63d7bbd 100644
--- a/multipath-tools.changes
+++ b/multipath-tools.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Thu Nov 21 20:13:36 UTC 2024 - Martin Wilck
+
+- Update to version 0.11.0~1+118+suse.4a51b1a
+ See NEWS.md for details about upstream changes in 0.11.0.
+ * Pre-release of upstream 0.11.0
+ * Rework of the path checking algorithm to reduce wait time and improve
+ performance
+ * Modified the systemd unit `multipathd.service` such that multipathd will now
+ restart after a failure or crash (gh#opensvc/multipath-tools#100)
+ * multipathd: move systemd watchdog handling into daemon (bsc#1232227)
+ * libmultipath: dm_get_maps(): don't bail out for single-map failures
+ (bsc#1233588, gh#opensvc/multipath-tools#102)
+ * libmultipath: don't set dev_loss_tmo to 0 for NO_PATH_RETRY_FAIL
+ * multipathd: fix deferred_failback_tick for reload removes
+
-------------------------------------------------------------------
Tue Nov 5 09:29:27 UTC 2024 - Martin Wilck
diff --git a/multipath-tools.obsinfo b/multipath-tools.obsinfo
index f002f17..c976f56 100644
--- a/multipath-tools.obsinfo
+++ b/multipath-tools.obsinfo
@@ -1,4 +1,4 @@
name: multipath-tools
-version: 0.10.0+108+suse.2c2e597
-mtime: 1730798676
-commit: 2c2e5978e26c48770efd2039339a017ff3e49480
+version: 0.11.0~1+118+suse.4a51b1a
+mtime: 1732211514
+commit: 4a51b1a402d394cd1a175e4559782edd6be5775f
diff --git a/multipath-tools.spec b/multipath-tools.spec
index 7fe4bce..60979bc 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.10.0+108+suse.2c2e597
+Version: 0.11.0~1+118+suse.4a51b1a
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only AND GPL-3.0-or-later