SHA256
1
0
forked from pool/rpmlint

Accepting request 491827 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint

- whitelisting backintime (bsc#1007723, bsc#1032717)

OBS-URL: https://build.opensuse.org/request/show/491827
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=452
This commit is contained in:
Marcus Meissner 2017-04-28 12:22:38 +00:00 committed by Git OBS Bridge
parent 0b1e98046b
commit 377bfbb3ae
2 changed files with 10 additions and 3 deletions

9
config
View File

@ -1,5 +1,5 @@
# -*- python -*- # -*- python -*-
# vim: syntax=python sw=4 et # vim: syntax=python sw=4 ts=4 sts=4 et
# Configuration for the rpmlint utility. # Configuration for the rpmlint utility.
# Loaded before ~/.rpmlintrc # Loaded before ~/.rpmlintrc
# $Id: config,v 1.39 2003/12/22 11:20:55 flepied Exp $ # $Id: config,v 1.39 2003/12/22 11:20:55 flepied Exp $
@ -655,7 +655,7 @@ setOption("DBUSServices.WhiteList", (
# mate dbus serice (bnc#831404) # mate dbus serice (bnc#831404)
"org.mate.SettingsDaemon.DateTimeMechanism.service", "org.mate.SettingsDaemon.DateTimeMechanism.service",
"org.mate.SettingsDaemon.DateTimeMechanism.conf", "org.mate.SettingsDaemon.DateTimeMechanism.conf",
# tuned DBUS service (bnc#787379) # tuned DBUS service (bnc#787379, bnc#1007279)
"com.redhat.tuned.conf", "com.redhat.tuned.conf",
"com.redhat.tuned.service", "com.redhat.tuned.service",
# policycoreutils (bnc#848550) # policycoreutils (bnc#848550)
@ -741,7 +741,10 @@ setOption("DBUSServices.WhiteList", (
"os-autoinst-openvswitch.service", "os-autoinst-openvswitch.service",
# thunderbolt (bsc#1033554) # thunderbolt (bsc#1033554)
"thunderbolt.conf", "thunderbolt.conf",
"thunderbolt.service" "thunderbolt.service",
# backintime (bsc#1007723, bsc#1032717)
"net.launchpad.backintime.serviceHelper.conf",
"net.launchpad.backintime.serviceHelper.service",
)) ))
setOption("PAMModules.WhiteList", ( setOption("PAMModules.WhiteList", (

View File

@ -1,3 +1,7 @@
Fri Apr 28 14:07:50 CEST 2017 - mgerstner@suse.com
- whitelisting backintime (bsc#1007723, bsc#1032717)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 19 13:21:58 UTC 2017 - krahmer@suse.com Wed Apr 19 13:21:58 UTC 2017 - krahmer@suse.com