diff --git a/_service b/_service
index d912a05..4256468 100644
--- a/_service
+++ b/_service
@@ -6,7 +6,9 @@
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 9e23dfd..1c0c7bf 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/multipath-tools.git
- e2f2272965b84e18c88f714a5da944261386c22c
\ No newline at end of file
+ dcd98a3c394ae7817a5e7ac81bd58c7635201e9e
\ No newline at end of file
diff --git a/multipath-dracut.conf b/multipath-dracut.conf
index df5d7ea..f73581e 100644
--- a/multipath-dracut.conf
+++ b/multipath-dracut.conf
@@ -1,2 +1,2 @@
-# Make sure the tmpfiles entry exists in initramfs already
-install_items+=" @TMPFILESDIR@/multipath.conf "
+# Make sure the tmpfiles entry and rules files exist in initramfs already
+install_items+=" @TMPFILESDIR@/multipath.conf @UDEVRULESDIR@/99-z-dm-mpath-late.rules "
diff --git a/multipath-tools-0.9.7+93+suse.e2f2272.obscpio b/multipath-tools-0.9.7+93+suse.e2f2272.obscpio
deleted file mode 100644
index f921aa6..0000000
--- a/multipath-tools-0.9.7+93+suse.e2f2272.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7a2e1d81d48871d3384bbe65c360f780a0556196d07d0e7e1a0e0194b109e331
-size 2839052
diff --git a/multipath-tools-0.9.8~1+82+suse.dcd98a3.obscpio b/multipath-tools-0.9.8~1+82+suse.dcd98a3.obscpio
new file mode 100644
index 0000000..6be61ae
--- /dev/null
+++ b/multipath-tools-0.9.8~1+82+suse.dcd98a3.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:207ddfc111740840b54d553f254d1e2c5f52439e5d44b0e337eb962e9d592927
+size 2857484
diff --git a/multipath-tools.changes b/multipath-tools.changes
index 0eb318c..d79f463 100644
--- a/multipath-tools.changes
+++ b/multipath-tools.changes
@@ -1,3 +1,41 @@
+-------------------------------------------------------------------
+Thu Feb 15 11:00:59 UTC 2024 - Martin Wilck
+
+- Update to version 0.9.8~1+82+suse.dcd98a3:
+ * Adapt package version such that it shows as a 0.9.8 prerelease
+ * Add missing udev rules file
+
+-------------------------------------------------------------------
+Wed Feb 14 20:52:13 UTC 2024 - Martin Wilck
+
+- Update to version 0.9.7+148+suse.9780ae0:
+ * 11-dm-mpath.rules: Fix quoting mistake (bsc#1219142)
+
+-------------------------------------------------------------------
+Mon Feb 12 15:33:58 UTC 2024 - Martin Wilck
+
+- Update to version 0.9.7+148+suse.7d9953e.obscpio
+ * This is a multipath-tools 0.9.8 pre-release
+ * fix fast_io_fail for Infinibox (bsc#1219348)
+ * Fix activation of LVM volume groups during coldplug (bsc#1219142)
+
+-------------------------------------------------------------------
+Mon Feb 12 15:09:47 UTC 2024 - Martin Wilck
+
+- Update to version 0.9.7+140+suse.2d78457:
+ * This is a multipath-tools 0.9.8 pre-release
+ * Socket activation via multipathd.socket has been disabled by default
+ because it has undesirable side effects on systems without multipath.
+ Users with multipath hardware should enable multipathd.service
+ * The restorequeueing CLI command now only enables queueing if
+ disablequeueing had been sent before
+ * Avoid multipathd hang during map flush
+ * multipathd now tracks the queueing mode of maps in its internal features string
+ * Improve error messages in 'multipathd -k'
+ * Fix segfault in autoresize code (bsc#1219289)
+ * Fix missing map reloads (bsc#1219796)
+ * Documentation fixes, spelling fixes, minor code fixes
+
-------------------------------------------------------------------
Fri Jan 5 14:32:11 UTC 2024 - Martin Wilck
diff --git a/multipath-tools.obsinfo b/multipath-tools.obsinfo
index 99fd7f9..b7e0973 100644
--- a/multipath-tools.obsinfo
+++ b/multipath-tools.obsinfo
@@ -1,4 +1,4 @@
name: multipath-tools
-version: 0.9.7+93+suse.e2f2272
-mtime: 1704464916
-commit: e2f2272965b84e18c88f714a5da944261386c22c
+version: 0.9.8~1+82+suse.dcd98a3
+mtime: 1707986847
+commit: dcd98a3c394ae7817a5e7ac81bd58c7635201e9e
diff --git a/multipath-tools.spec b/multipath-tools.spec
index 1ec3d21..624c632 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.7+93+suse.e2f2272
+Version: 0.9.8~1+82+suse.dcd98a3
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only AND GPL-3.0-or-later
@@ -191,7 +191,7 @@ install -m 644 -D %{SOURCE1} %{buildroot}/usr/lib/modprobe.d/90-scsi_dh.conf
install -m 644 %{SOURCE2} %{buildroot}%{_udevrulesdir}/00-dont-del-part-nodes.rules
install -m 644 -D %{SOURCE3} %{buildroot}/usr/lib/dracut/dracut.conf.d/dm-parts.conf
install -m 644 -D %{SOURCE6} %{buildroot}/usr/lib/dracut/dracut.conf.d/multipath.conf
-sed -i 's,@TMPFILESDIR@,%{_tmpfilesdir},' %{buildroot}/usr/lib/dracut/dracut.conf.d/multipath.conf
+sed -i 's,@TMPFILESDIR@,%{_tmpfilesdir},;s,@UDEVRULESDIR@,%{_udevrulesdir},' %{buildroot}/usr/lib/dracut/dracut.conf.d/multipath.conf
%post -n libmpath0 -p %{run_ldconfig}
%postun -n libmpath0 -p %{run_ldconfig}
@@ -227,6 +227,7 @@ exit 0
%license LICENSES/GPL-3.0
%{_udevrulesdir}/11-dm-mpath.rules
%{_udevrulesdir}/56-multipath.rules
+%{_udevrulesdir}/99-z-dm-mpath-late.rules
%{sbindir}/multipath
%{sbindir}/multipathd
%{sbindir}/multipathc