From 22395fa067735ed496cf4bf17c0d99c2e2fe5ecf8e8f6f9eb8d793fe81be5bce Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 11 Feb 2015 13:09:00 +0000 Subject: [PATCH] Accepting request 285637 from home:krahmer:branches:devel:openSUSE:Factory:rpmlint - added storaged DBUS service (bnc#915769) OBS-URL: https://build.opensuse.org/request/show/285637 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=309 --- 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 e1dfce6..54e9f39 100644 --- a/config +++ b/config @@ -654,7 +654,10 @@ setOption("DBUSServices.WhiteList", ( # libKF5Auth4 (bnc#864716) "org.kde.kf5auth.conf", # firewalld (bnc#907625) - "org.fedoraproject.FirewallD1" + "org.fedoraproject.FirewallD1", + # storaged (bnc#915769) + "com.redhat.storaged", + "com.redhat.lvm2" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 9760c9f..94f7463 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 77a73e6..d3fd889 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 11 13:06:02 UTC 2015 - krahmer@suse.com + +- added storaged DBUS service (bnc#915769) + ------------------------------------------------------------------- Tue Feb 10 16:55:33 UTC 2015 - kkaempf@suse.com diff --git a/rpmlint.spec b/rpmlint.spec index bb2390a..8ee19e2 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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