diff --git a/config b/config index 7acc7c0..54e9f39 100644 --- a/config +++ b/config @@ -173,6 +173,8 @@ setOption('StandardGroups', ( 'swift', 'trove', 'otrs', + 'pcp', + 'pcpqa', 'pdns', 'pegasus', 'pkcs11', @@ -331,6 +333,8 @@ setOption('StandardUsers', ( 'otrs', 'ovirtagent', 'partimag', + 'pcp', + 'pcpqa', 'pdns', 'pegasus', 'polipo', @@ -650,7 +654,10 @@ setOption("DBUSServices.WhiteList", ( # libKF5Auth4 (bnc#864716) "org.kde.kf5auth.conf", # firewalld (bnc#907625) - "org.fedoraproject.FirewallD1" + "org.fedoraproject.FirewallD1", + # storaged (bnc#915769) + "com.redhat.storaged", + "com.redhat.lvm2" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index e4fcab5..94f7463 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed diff --git a/rpmlint.changes b/rpmlint.changes index 5eb4ac2..d3fd889 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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 diff --git a/rpmlint.spec b/rpmlint.spec index 155e711..8ee19e2 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed