diff --git a/_servicedata b/_servicedata
index edb9a72..66eb3ee 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/multipath-tools.git
- 70bef906dc39e9020bb8dae701c44bf87d3ac53d
\ No newline at end of file
+ f9fa8d935fcfe4319756270cdb36c034dbf4a0ff
\ No newline at end of file
diff --git a/multipath-tools-0.8.4+168+suse.f9fa8d9.obscpio b/multipath-tools-0.8.4+168+suse.f9fa8d9.obscpio
new file mode 100644
index 0000000..242d7ce
--- /dev/null
+++ b/multipath-tools-0.8.4+168+suse.f9fa8d9.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a1678ef080ae39865920145f2b2aa4343c0c03473914394ea70acb12447b3e73
+size 2484236
diff --git a/multipath-tools.changes b/multipath-tools.changes
index 69971d4..d34241c 100644
--- a/multipath-tools.changes
+++ b/multipath-tools.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Fri Aug 21 15:55:54 UTC 2020 - mwilck@suse.com
+
+- Update to version 0.8.4+168+suse.f9fa8d9:
+ * libmultipath: tests: fix bitmasks tests
+
-------------------------------------------------------------------
Thu Aug 20 19:20:59 UTC 2020 - mwilck@suse.com
diff --git a/multipath-tools.obsinfo b/multipath-tools.obsinfo
index d57abee..294a8e3 100644
--- a/multipath-tools.obsinfo
+++ b/multipath-tools.obsinfo
@@ -1,5 +1,5 @@
name: multipath-tools
-version: 0.8.4+167+suse.70bef90
-mtime: 1597951037
-commit: 70bef906dc39e9020bb8dae701c44bf87d3ac53d
+version: 0.8.4+168+suse.f9fa8d9
+mtime: 1598025317
+commit: f9fa8d935fcfe4319756270cdb36c034dbf4a0ff
diff --git a/multipath-tools.spec b/multipath-tools.spec
index 9af9fae..87fdb99 100644
--- a/multipath-tools.spec
+++ b/multipath-tools.spec
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
# Whether to build libdmmp
# Default YES except for SLE12 / Leap 42
%if 0%{?suse_version} >= 1500
@@ -38,7 +39,7 @@
%define _sysdir usr/lib
Name: multipath-tools
-Version: 0.8.4+167+suse.70bef90
+Version: 0.8.4+168+suse.f9fa8d9
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@@ -53,15 +54,15 @@ Source3: dm-parts.conf
Source4: libmpathpersist-example.c
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires}
-BuildRequires: pkgconfig(devmapper)
BuildRequires: libaio-devel
+BuildRequires: pkgconfig(devmapper)
%if 0%{?with_libdmmp} == 1
BuildRequires: pkgconfig(json-c)
%endif
-BuildRequires: pkgconfig(liburcu)
BuildRequires: readline-devel
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libudev)
+BuildRequires: pkgconfig(liburcu)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev)
%if 0%{?with_check} == 1
@@ -70,7 +71,7 @@ BuildRequires: pkgconfig(cmocka)
# For regenerate-initrd-posttrans
# For now, we still need to require suse-module-tools
# See https://github.com/openSUSE/rpm-config-SUSE/pull/6
-BuildRequires: suse-module-tools
+BuildRequires: suse-module-tools
Requires(post): suse-module-tools
Requires: device-mapper >= 1.2.78
Requires: kpartx
@@ -162,7 +163,7 @@ cp %{SOURCE4} .
%if 0%{?with_check} == 1
%check
cd tests
-make %{_make_output_sync} %{?_smp_mflags}
+make OPTFLAGS="%{optflags}" %{_make_output_sync} %{?_smp_mflags}
%endif
%install