diff --git a/_servicedata b/_servicedata
index bf027cd..76210e1 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/polkit-default-privs.git
- 4d866205ba66e3264b834049c26f8a84475edf88
\ No newline at end of file
+ 2f39f9b0558d55c7ae87fa7542bf3d84f12eec69
\ No newline at end of file
diff --git a/polkit-default-privs-13.2+20190207.4d86620.tar.xz b/polkit-default-privs-13.2+20190207.4d86620.tar.xz
deleted file mode 100644
index 40e3700..0000000
--- a/polkit-default-privs-13.2+20190207.4d86620.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4ed6e3c6e58e2f6a527c10df302e030a50d65064dd524d74f1db3d78a3fc90ac
-size 22216
diff --git a/polkit-default-privs-13.2+20190213.2f39f9b.tar.xz b/polkit-default-privs-13.2+20190213.2f39f9b.tar.xz
new file mode 100644
index 0000000..44b4a55
--- /dev/null
+++ b/polkit-default-privs-13.2+20190213.2f39f9b.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38901ac93a3f55f3c23f5bbc81f2b9c49b5b1495b87bfa329f939af0117469c7
+size 22524
diff --git a/polkit-default-privs.changes b/polkit-default-privs.changes
index 6a7a6a6..7c4efc8 100644
--- a/polkit-default-privs.changes
+++ b/polkit-default-privs.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Wed Feb 13 14:35:18 UTC 2019 - opensuse-packaging@opensuse.org
+
+- Update to version 13.2+20190213.2f39f9b:
+ * add whitelisting file for files installed in polkit-1/rules.d
+ * the new whitelisting is packaged in a separate subpackage, because it is
+ not needed for normal operation, only during OBS build time for rpmlint to
+ find it.
+
-------------------------------------------------------------------
Thu Feb 07 11:25:34 UTC 2019 - opensuse-packaging@opensuse.org
diff --git a/polkit-default-privs.spec b/polkit-default-privs.spec
index b859dfb..7c7418d 100644
--- a/polkit-default-privs.spec
+++ b/polkit-default-privs.spec
@@ -23,7 +23,7 @@
%endif
Name: polkit-default-privs
-Version: 13.2+20190207.4d86620
+Version: 13.2+20190213.2f39f9b
Release: 0
Summary: SUSE PolicyKit default permissions
License: GPL-2.0-or-later
@@ -52,6 +52,18 @@ Authors:
--------
Ludwig Nussel
+# use a separate package for the static whitelist (i.e. the one that isn't
+# part of the different profile selectable during runtime). This whitelist is
+# of no use for users and only needed during rpmlint time.
+%package -n polkit-whitelisting
+Summary: Static polkit whitelists for processing by rpmlint-checks
+Group: Productivity/Security
+
+%description -n polkit-whitelisting
+This package contains static polkit whitelistings for polkit Java Script rule
+files. The whitelistings will be processed by rpmlint-checks to determine
+valid rule file installations by other packages.
+
%prep
%setup -q
@@ -79,4 +91,8 @@ mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
%_mandir/man*/*
%{_fillupdir}/sysconfig.security-polkit_default_privs
+%files -n polkit-whitelisting
+%defattr(-,root,root)
+/etc/polkit-rules-whitelist.json
+
%changelog