Accepting request 199402 from devel:openSUSE:Factory:rpmlint

- whitelisted mate DBUS Service (bnc#831404) (forwarded request 199373 from abergmann)

OBS-URL: https://build.opensuse.org/request/show/199402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=200
This commit is contained in:
Stephan Kulow 2013-09-17 14:27:55 +00:00 committed by Git OBS Bridge
commit 72f01fd73f
3 changed files with 15 additions and 0 deletions

3
config
View File

@ -567,6 +567,9 @@ setOption("DBUSServices.WhiteList", (
# GeoClue2 DBUS Service (bnc#838360) # GeoClue2 DBUS Service (bnc#838360)
"org.freedesktop.GeoClue2.service", "org.freedesktop.GeoClue2.service",
"org.freedesktop.GeoClue2.conf", "org.freedesktop.GeoClue2.conf",
# mate dbus serice (bnc#831404)
"org.mate.SettingsDaemon.DateTimeMechanism.service",
"org.mate.SettingsDaemon.DateTimeMechanism.conf",
)) ))
setOption("PAMModules.WhiteList", ( setOption("PAMModules.WhiteList", (

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Sep 17 10:03:53 UTC 2013 - abergmann@suse.com
- whitelisted mate DBUS Service (bnc#831404)
-------------------------------------------------------------------
Sat Sep 14 17:16:49 UTC 2013 - matwey.kornilov@gmail.com
- add requirement for ErlangCheck.py (pull request #2)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 11 13:02:09 UTC 2013 - abergmann@suse.de Wed Sep 11 13:02:09 UTC 2013 - abergmann@suse.de

View File

@ -47,6 +47,8 @@ Requires: file
Requires: findutils Requires: findutils
Requires: python-magic Requires: python-magic
Requires: rpm-python Requires: rpm-python
# Requirement for ErlangCheck.py (pull-request #2).
Requires: python-pybeam
BuildArch: noarch BuildArch: noarch
# #
# Read README.packaging.txt before making any changes to this # Read README.packaging.txt before making any changes to this