diff --git a/_servicedata b/_servicedata
index bf4f10f..93eceb4 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,6 +1,6 @@
https://github.com/openSUSE/rpmlint-tests.git
- a05216ca4502eb1c029f68534ada12092e139999
+ dfac67b7f6db8d9310edb03d77da958a925ea4e0
https://github.com/openSUSE/rpmlint-checks.git
- b82179a9c8d48a3573e8c4f4770500d1fe932921
\ No newline at end of file
+ cc484338f1fe7e84ee618c3f2c46fa3daaf68912
\ No newline at end of file
diff --git a/config b/config
index 9edadd8..55333ee 100644
--- a/config
+++ b/config
@@ -38,7 +38,6 @@ addCheck("CheckBuildDate")
addCheck("CheckLogrotate")
addCheck("CheckPAMModules")
addCheck("CheckRCLinks")
-addCheck("CheckAppdata")
addCheck("CheckSystemdInstall")
addCheck("TmpFilesCheck")
addCheck("CheckSysVinitOnSystemd")
diff --git a/rpmlint-checks-master.tar.xz b/rpmlint-checks-master.tar.xz
index 250d689..2ce613f 100644
--- a/rpmlint-checks-master.tar.xz
+++ b/rpmlint-checks-master.tar.xz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9a0d1c0f84b777aa36e5f31dda97ce4cf4d803eb4f2d256edd75063c6e679bcb
-size 23192
+oid sha256:21c900237358f0f050749f7d61b2607de84959f2729f5c6cdd28374ccbcf80cb
+size 23024
diff --git a/rpmlint-tests-84.87+git20170930.a05216c.tar.xz b/rpmlint-tests-84.87+git20170930.a05216c.tar.xz
deleted file mode 100644
index daf555e..0000000
--- a/rpmlint-tests-84.87+git20170930.a05216c.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:68342457aa0a0e55de2482a10ff6607b2ae0540cea0a5e8bee734e67cb41ef1a
-size 11204
diff --git a/rpmlint-tests-84.87+git20171009.dfac67b.tar.xz b/rpmlint-tests-84.87+git20171009.dfac67b.tar.xz
new file mode 100644
index 0000000..e5c86f1
--- /dev/null
+++ b/rpmlint-tests-84.87+git20171009.dfac67b.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dceb111b4ebbee16f1f0f51f6318d52bf7b30146afca5de4d679c7480fc178a1
+size 11228
diff --git a/rpmlint-tests.changes b/rpmlint-tests.changes
index 508bc7a..5c526ac 100644
--- a/rpmlint-tests.changes
+++ b/rpmlint-tests.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Oct 10 09:19:30 UTC 2017 - opensuse-packaging@opensuse.org
+
+- Update to version 84.87+git20171009.dfac67b:
+ * Adjust output for enabled non-std group checks
+
-------------------------------------------------------------------
Sat Sep 30 16:19:07 UTC 2017 - opensuse-packaging@opensuse.org
diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec
index c1dfde0..d86929b 100644
--- a/rpmlint-tests.spec
+++ b/rpmlint-tests.spec
@@ -23,7 +23,7 @@ BuildRequires: rpmlint-Factory-strict
BuildRequires: rpmlint-mini
Name: rpmlint-tests
-Version: 84.87+git20170930.a05216c
+Version: 84.87+git20171009.dfac67b
Release: 0
Summary: rpmlint regression tests
License: SUSE-Public-Domain
diff --git a/rpmlint.changes b/rpmlint.changes
index 7f7b0b0..e932e7f 100644
--- a/rpmlint.changes
+++ b/rpmlint.changes
@@ -2,6 +2,14 @@
Tue Oct 10 09:06:23 UTC 2017 - dmueller@suse.com
- add 0001-Avoid-false-positives-on-is_elf-check.patch (bsc#1057216)
+- Update rpmlint-checks to version master:
+ * Fix false positives for -theme- -> -branding- rename
+ * Stop leaking filedescriptors
+ * Pythonic fixes
+ * Drop CheckAppdata (there is AppDataCheck upstream)
+ * Tighten ELF check
+ * Tiny code formatting cleanup
+ * Tighten the branding policy reporting a bit to make it less confusing
-------------------------------------------------------------------
Fri Oct 6 09:20:48 UTC 2017 - lnussel@suse.de