diff --git a/_servicedata b/_servicedata
index 1ca927a..570305c 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/multipath-tools.git
- 1bc10ad9aee9598a36ee7107371a78b813baf968
\ No newline at end of file
+ 3b0e9cacfe6f016beea69b1e42b593961579ec34
\ No newline at end of file
diff --git a/multipath-tools-0.8.4+192+suse.1bc10ad.obscpio b/multipath-tools-0.8.4+192+suse.1bc10ad.obscpio
deleted file mode 100644
index 6f2260f..0000000
--- a/multipath-tools-0.8.4+192+suse.1bc10ad.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fe4829bc4dc1810e683ea4fe4578824c930c2196edbdfe30eacfdae4835a83f4
-size 2487820
diff --git a/multipath-tools-0.8.5+12+suse.3b0e9ca.obscpio b/multipath-tools-0.8.5+12+suse.3b0e9ca.obscpio
new file mode 100644
index 0000000..8157de7
--- /dev/null
+++ b/multipath-tools-0.8.5+12+suse.3b0e9ca.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3a6cac5fe834442967978105f33d0a6fe4197515bfdadeae22532557621003c6
+size 2490892
diff --git a/multipath-tools.changes b/multipath-tools.changes
index 3412fa8..111506c 100644
--- a/multipath-tools.changes
+++ b/multipath-tools.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Wed Dec 16 12:11:07 UTC 2020 - mwilck@suse.com
+
+- Update to versioni 0.8.5+12+suse.3b0e9ca
+ * libmultipath: force map reload if udev incomplete
+ (bsc#1178662, bsc#1172157, bsc#1175454, bsc#1176406)
+- Fixes from upstream 0.8.5
+ * multipath-tools: add MacroSAN arrays to hwtable
+ * libmultipath: Allow discovery of USB devices
+ (add configuration option "allow_usb_devices")
+
+-------------------------------------------------------------------
+Fri Dec 4 11:27:54 UTC 2020 - Martin Wilck
+
+- Remove compatibility code for SLE <= 12-SP2 from spec file
+
-------------------------------------------------------------------
Thu Sep 17 16:18:54 UTC 2020 - Martin Wilck
@@ -66,7 +82,7 @@ Thu Aug 20 19:20:59 UTC 2020 - mwilck@suse.com
(bsc#1172157)
* multipathd: uev_trigger(): handle incomplete ADD events (bsc#1172157)
* improve logging for failure to set dev_loss_tmo (bsc#1173060, bsc#1173064)
- * libmultipath: add device to hwtable.c (bsc#1174026)
+ * libmultipath: add device to hwtable.c (bsc#1174026) (ETERNUS AHB)
- New features
* multipath: add -D option to skip multipathd delegation
* multipath: delegate flushing maps to multipathd
@@ -154,6 +170,8 @@ Fri May 08 16:13:36 UTC 2020 - mwilck@suse.com
(bsc#1165786)
- Update upstream version to 0.8.4
* drop nr_active field, always count active paths (bsc#1125043)
+ * kpartx: fix detection of dasd partition tables on loop devices
+ (bsc#1139775)
* directio path checker fixes
* lots of fixes for compiler warnings, and cleanups
* nvme: update to nvme-cli 1.9
diff --git a/multipath-tools.obsinfo b/multipath-tools.obsinfo
index b738dbc..31efc4e 100644
--- a/multipath-tools.obsinfo
+++ b/multipath-tools.obsinfo
@@ -1,5 +1,5 @@
name: multipath-tools
-version: 0.8.4+192+suse.1bc10ad
-mtime: 1600288327
-commit: 1bc10ad9aee9598a36ee7107371a78b813baf968
+version: 0.8.5+12+suse.3b0e9ca
+mtime: 1608120632
+commit: 3b0e9cacfe6f016beea69b1e42b593961579ec34
diff --git a/multipath-tools.spec b/multipath-tools.spec
index b191f67..fd23121 100644
--- a/multipath-tools.spec
+++ b/multipath-tools.spec
@@ -39,7 +39,7 @@
%define _sysdir usr/lib
Name: multipath-tools
-Version: 0.8.4+192+suse.1bc10ad
+Version: 0.8.5+12+suse.3b0e9ca
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@@ -214,10 +214,6 @@ exit 0
%files
%defattr(-,root,root)
%doc README README.alua
-# SLE12-SP2 and earlier: dracut filesystem not own /usr/share/licenses
-%if 0%{?sle_version} && 0%{?sle_version} < 120300
-%dir %{_defaultlicensedir}
-%endif
%license LICENSES/GPL-2.0
%{_udevrulesdir}/11-dm-mpath.rules
%{_udevrulesdir}/56-multipath.rules
@@ -267,12 +263,6 @@ exit 0
%{_udevrulesdir}/66-kpartx.rules
%{_udevrulesdir}/68-del-part-nodes.rules
/%{_sysdir}/udev/kpartx_id
-# SLE12-SP1 and earlier: dracut does not own /usr/lib/dracut/dracut.conf.d
-%if 0%{?sle_version}
-%if 0%{?sle_version} <= 120100
-%dir /%{_sysdir}/dracut/dracut.conf.d
-%endif
-%endif
/%{_sysdir}/dracut/dracut.conf.d/dm-parts.conf
%{_mandir}/man8/kpartx.8*