forked from pool/rpmlint
Accepting request 285639 from devel:openSUSE:Factory:rpmlint
- added storaged DBUS service (bnc#915769) (forwarded request 285637 from krahmer) OBS-URL: https://build.opensuse.org/request/show/285639 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=233
This commit is contained in:
commit
57a569e9f1
9
config
9
config
@ -173,6 +173,8 @@ setOption('StandardGroups', (
|
|||||||
'swift',
|
'swift',
|
||||||
'trove',
|
'trove',
|
||||||
'otrs',
|
'otrs',
|
||||||
|
'pcp',
|
||||||
|
'pcpqa',
|
||||||
'pdns',
|
'pdns',
|
||||||
'pegasus',
|
'pegasus',
|
||||||
'pkcs11',
|
'pkcs11',
|
||||||
@ -331,6 +333,8 @@ setOption('StandardUsers', (
|
|||||||
'otrs',
|
'otrs',
|
||||||
'ovirtagent',
|
'ovirtagent',
|
||||||
'partimag',
|
'partimag',
|
||||||
|
'pcp',
|
||||||
|
'pcpqa',
|
||||||
'pdns',
|
'pdns',
|
||||||
'pegasus',
|
'pegasus',
|
||||||
'polipo',
|
'polipo',
|
||||||
@ -650,7 +654,10 @@ setOption("DBUSServices.WhiteList", (
|
|||||||
# libKF5Auth4 (bnc#864716)
|
# libKF5Auth4 (bnc#864716)
|
||||||
"org.kde.kf5auth.conf",
|
"org.kde.kf5auth.conf",
|
||||||
# firewalld (bnc#907625)
|
# firewalld (bnc#907625)
|
||||||
"org.fedoraproject.FirewallD1"
|
"org.fedoraproject.FirewallD1",
|
||||||
|
# storaged (bnc#915769)
|
||||||
|
"com.redhat.storaged",
|
||||||
|
"com.redhat.lvm2"
|
||||||
))
|
))
|
||||||
|
|
||||||
setOption("PAMModules.WhiteList", (
|
setOption("PAMModules.WhiteList", (
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpmlint-tests
|
# spec file for package rpmlint-tests
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 11 13:06:02 UTC 2015 - krahmer@suse.com
|
||||||
|
|
||||||
|
- added storaged DBUS service (bnc#915769)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 10 16:55:33 UTC 2015 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- add standard users and groups pcp and pcpqa for pcp
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 10 15:51:33 UTC 2014 - hrvoje.senjan@gmail.com
|
Wed Dec 10 15:51:33 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpmlint
|
# spec file for package rpmlint
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user