SHA256
1
0
forked from pool/rpmlint

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

- whitelist D-Bus files for libvirt-dbus (bsc#1173093)

OBS-URL: https://build.opensuse.org/request/show/821044
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=738
This commit is contained in:
Johannes Segitz 2020-07-15 08:12:23 +00:00 committed by Git OBS Bridge
parent 71dc6baf16
commit d940dd7a53
2 changed files with 8 additions and 0 deletions

3
config
View File

@ -774,6 +774,9 @@ setOption("DBUSServices.WhiteList", (
# oddjob (bsc#1169494)
"oddjob.conf",
"oddjob-mkhomedir.conf",
# libvirt-dbus (bsc#1173093)
"org.libvirt.service",
"org.libvirt.conf"
))
setOption("PAMModules.WhiteList", (

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 15 07:40:08 UTC 2020 - matthias.gerstner@suse.com
- whitelist D-Bus files for libvirt-dbus (bsc#1173093)
-------------------------------------------------------------------
Fri Jun 19 11:18:06 UTC 2020 - Egbert Eich <eich@suse.com>