diff --git a/_servicedata b/_servicedata
index eed1c45..b3c6be6 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,5 +1,5 @@
git://github.com/openSUSE/brp-check-suse.git
- 27a4b3664084d5edfef57ad905e8fea34e3a62bc
+ 526ea6b923552de04b99050a97de2d80ea65a5c0
\ No newline at end of file
diff --git a/brp-check-suse-84.87+git20170602.cec5415.tar.xz b/brp-check-suse-84.87+git20170602.cec5415.tar.xz
deleted file mode 100644
index 256d4fc..0000000
--- a/brp-check-suse-84.87+git20170602.cec5415.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:80c1830d9203a09bbc2563136855a88cd9e18d2119acdf75ca67af6a884e8f7b
-size 64908
diff --git a/brp-check-suse-84.87+git20180809.3335364.tar.xz b/brp-check-suse-84.87+git20180809.3335364.tar.xz
new file mode 100644
index 0000000..ee6893f
--- /dev/null
+++ b/brp-check-suse-84.87+git20180809.3335364.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8126237cef227843ad7eab424bddf1aa1253899374d09b020fd3b373735fc484
+size 64956
diff --git a/brp-check-suse.changes b/brp-check-suse.changes
index 45e3381..b790875 100644
--- a/brp-check-suse.changes
+++ b/brp-check-suse.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Sat Sep 8 01:21:35 UTC 2018 - Stefan BrĂ¼ns
+
+- Update to version 84.87+git20180809.3335364:
+ * Handle whitespace in symlinks correctly
+- Use %license
+- Keep brp-65-lib64-linux also on aarch64
+
-------------------------------------------------------------------
Fri Jun 02 08:28:43 UTC 2017 - dimstar@opensuse.org
diff --git a/brp-check-suse.spec b/brp-check-suse.spec
index ebc21be..a1c8039 100644
--- a/brp-check-suse.spec
+++ b/brp-check-suse.spec
@@ -1,7 +1,7 @@
#
# spec file for package brp-check-suse
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,11 @@
Name: brp-check-suse
AutoReqProv: off
Summary: Build root policy check scripts
-# we need the full perl because of XML Parsing and utf-8
-License: GPL-2.0+
+# we need the full perl because of XML Parsing and utf-8
+License: GPL-2.0-or-later
Group: Development/Tools/Building
Requires: perl
-Version: 84.87+git20170602.cec5415
+Version: 84.87+git20180809.3335364
Release: 0
Url: https://github.com/openSUSE/brp-check-suse
#
@@ -36,13 +36,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global __find_provides %provfind
%description
-This package contains all suse scripts called in the
+This package contains all suse scripts called in the
build root checking or in parts implemeting SUSE policies.
%prep
%setup -q
-%ifnarch x86_64 s390x ppc64
+%ifnarch x86_64 s390x ppc64 aarch64
rm brp-65-lib64-linux
%endif
@@ -56,7 +56,7 @@ cp -a brp-* $RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d
%files
%defattr(-, root, root)
-%doc COPYING
+%license COPYING
/usr/lib/rpm/*
%changelog