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:
parent
0b1e98046b
commit
377bfbb3ae
9
config
9
config
@ -1,5 +1,5 @@
|
||||
# -*- python -*-
|
||||
# vim: syntax=python sw=4 et
|
||||
# vim: syntax=python sw=4 ts=4 sts=4 et
|
||||
# Configuration for the rpmlint utility.
|
||||
# Loaded before ~/.rpmlintrc
|
||||
# $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)
|
||||
"org.mate.SettingsDaemon.DateTimeMechanism.service",
|
||||
"org.mate.SettingsDaemon.DateTimeMechanism.conf",
|
||||
# tuned DBUS service (bnc#787379)
|
||||
# tuned DBUS service (bnc#787379, bnc#1007279)
|
||||
"com.redhat.tuned.conf",
|
||||
"com.redhat.tuned.service",
|
||||
# policycoreutils (bnc#848550)
|
||||
@ -741,7 +741,10 @@ setOption("DBUSServices.WhiteList", (
|
||||
"os-autoinst-openvswitch.service",
|
||||
# thunderbolt (bsc#1033554)
|
||||
"thunderbolt.conf",
|
||||
"thunderbolt.service"
|
||||
"thunderbolt.service",
|
||||
# backintime (bsc#1007723, bsc#1032717)
|
||||
"net.launchpad.backintime.serviceHelper.conf",
|
||||
"net.launchpad.backintime.serviceHelper.service",
|
||||
))
|
||||
|
||||
setOption("PAMModules.WhiteList", (
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user