From 24897f77ef7c1bd594bb7d7fa969f8194580c648d280febf9d9cc3a94062fcdb Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Fri, 31 Jan 2020 09:24:06 +0000 Subject: [PATCH] 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 --- config | 3 +++ rpmlint.changes | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/config b/config index 6522b78..d293931 100644 --- a/config +++ b/config @@ -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', diff --git a/rpmlint.changes b/rpmlint.changes index 4a2ec4e..131ae37 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 30 16:18:29 UTC 2020 - James Fehlig + +- config: add 'sanlock' to StandardGroups and StandardUsers +- config: add 'libvirt' to StandardGroups + ------------------------------------------------------------------- Thu Jan 30 08:06:15 UTC 2020 - jsegitz@suse.de