From debe85b1cc29da11bc9e4da1038eba2ed56da47346af359ff9df1b3f4b918e91 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 31 May 2017 14:08:48 +0000 Subject: [PATCH] - whitelisting openqa (bsc#1039290) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=459 --- config | 6 +++++- rpmlint.changes | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/config b/config index f53c969..5b4c61b 100644 --- a/config +++ b/config @@ -753,7 +753,11 @@ setOption("DBUSServices.WhiteList", ( "net.launchpad.backintime.serviceHelper.service", # switchroo-control (bsc#1034309) "net.hadess.SwitcherooControl.conf", - "switcheroo-control.service" + "switcheroo-control.service", + # openqa (bsc#1039290) + "org.opensuse.openqa.conf", + "openqa-scheduler.service", + "openqa-websockets.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 4046231..3b68169 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -3,6 +3,12 @@ Wed May 31 13:24:22 UTC 2017 - jochen.becker@hrz.tu-darmstadt.de - std-user and std-group 'xymon', added for building correct xymon client +------------------------------------------------------------------- +Wed May 31 13:16:51 UTC 2017 - krahmer@suse.com + +- whitelisting openqa (bsc#1039290) + + ------------------------------------------------------------------- Thu May 25 04:52:11 UTC 2017 - tserong@suse.com