Accepting request 768836 from home:jfehlig:branches:devel:openSUSE:Factory:rpmlint

Add 'sanlock' and 'libvirt' to config. The sanlock package adds
the 'sanlock' user and group. The libvirt package adds the 'libvirt'
group and makes use of the 'sanlock' group. These changes are needed
to squelch rpmlint warnings in the sanlock and libvirt packages.

- config: add 'sanlock' to StandardGroups and StandardUsers
- config: add 'libvirt' to StandardGroups

OBS-URL: https://build.opensuse.org/request/show/768836
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=707
This commit is contained in:
Matthias Gerstner 2020-01-31 09:24:06 +00:00 committed by Git OBS Bridge
parent 32adcd543d
commit 24897f77ef
2 changed files with 9 additions and 0 deletions

3
config
View File

@ -148,6 +148,7 @@ setOption('StandardGroups', (
'kvm',
'ldap',
'libstoragemgmt',
'libvirt',
'lightdm',
'lighttpd',
'localham',
@ -220,6 +221,7 @@ setOption('StandardGroups', (
'root',
'sabayon-admin',
'salt',
'sanlock',
'sapdb',
'sddm',
'sensu',
@ -424,6 +426,7 @@ setOption('StandardUsers', (
'sabayon-admin',
'sahara',
'salt',
'sanlock',
'sapdb',
'sddm',
'sensu',

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 30 16:18:29 UTC 2020 - James Fehlig <jfehlig@suse.com>
- config: add 'sanlock' to StandardGroups and StandardUsers
- config: add 'libvirt' to StandardGroups
-------------------------------------------------------------------
Thu Jan 30 08:06:15 UTC 2020 - jsegitz@suse.de