diff --git a/config b/config index 5f20882..fcc73d9 100644 --- a/config +++ b/config @@ -686,7 +686,10 @@ setOption("DBUSServices.WhiteList", ( "org.cinnamon.SettingsDaemon.DateTimeMechanism.service", # thermald (bsc#954771) "org.freedesktop.thermald.conf", - "org.freedesktop.thermald.service" + "org.freedesktop.thermald.service", + # drbdmanage (bsc#956811) + "org.drbd.drbdmanaged.conf", + "org.drbd.drbdmanaged.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 39a8aea..33864ce 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 4d6b45a..e6ee77c 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 13 14:36:27 UTC 2016 - krahmer@suse.com + +- whitelist drbdmanage DBUS (bsc#956811) + ------------------------------------------------------------------- Fri Dec 11 10:04:53 UTC 2015 - astieger@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index d4ef4f6..230ac7d 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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