diff --git a/config b/config index b45d6f8..b4b6ec0 100644 --- a/config +++ b/config @@ -719,7 +719,10 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.Flatpak.SystemHelper.conf", # systemd resolver, but dont add automatically to nsswitch.conf! (bsc#917781) "org.freedesktop.resolve1.conf", - "org.freedesktop.resolve1.service" + "org.freedesktop.resolve1.service", + # powerdevil discretegpuhelper (bsc#1019748) + "org.kde.powerdevil.discretegpuhelper.conf", + "org.kde.powerdevil.discretegpuhelper.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 0bd8042..e1b6c2f 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 diff --git a/rpmlint.changes b/rpmlint.changes index 1a6c1a1..6601456 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 24 10:33:10 UTC 2017 - krahmer@suse.com + +- Whitelisting powerdevil discretegpuhelper (bsc#1019748) + ------------------------------------------------------------------- Mon Jan 9 09:49:53 UTC 2017 - krahmer@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index da3ee7d..655d21f 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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