From 013d0017238c49d9976bc5f1f0eff8675528cd75257f9f930ed194c4e6b19f9a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 13 Jan 2016 15:09:37 +0000 Subject: [PATCH] Accepting request 353425 from home:krahmer:branches:devel:openSUSE:Factory:rpmlint - whitelist drbdmanage DBUS (bsc#956811) OBS-URL: https://build.opensuse.org/request/show/353425 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=360 --- config | 5 ++++- rpmlint-tests.spec | 2 +- rpmlint.changes | 5 +++++ rpmlint.spec | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) 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