SHA256
1
0
forked from pool/rpmlint

- add synche-connector (bnc#683956) to dbus whitelist

- update system-config-printer (bnc#694640) in dbus whiteliste

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=27
This commit is contained in:
Ludwig Nussel 2011-05-20 14:48:08 +00:00 committed by Git OBS Bridge
parent a940a1e458
commit 847d9a25cf
2 changed files with 12 additions and 3 deletions

9
config
View File

@ -314,9 +314,9 @@ setOption("DBUSServices.WhiteList", (
# gconf2
"org.gnome.GConf.Defaults.service",
"org.gnome.GConf.Defaults.conf",
# system-config-printer
"newprinternotification.conf",
"printerdriversinstaller.conf",
# system-config-printer (bnc#694640)
"com.redhat.NewPrinterNotification.conf",
"com.redhat.PrinterDriversInstaller.conf",
# rtkit
"org.freedesktop.RealtimeKit1.conf",
"org.freedesktop.RealtimeKit1.service",
@ -420,6 +420,9 @@ setOption("DBUSServices.WhiteList", (
# account services (bnc#676638)
"org.freedesktop.Accounts.service",
"org.freedesktop.Accounts.conf",
# synche-connector (bnc#683956)
"org.synce.dccm.service",
"org.synce.dccm.conf",
))
# Output filters

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 20 14:47:40 UTC 2011 - lnussel@suse.de
- add synche-connector (bnc#683956) to dbus whitelist
- update system-config-printer (bnc#694640) in dbus whiteliste
-------------------------------------------------------------------
Fri May 20 10:04:36 CEST 2011 - dmueller@suse.de