From 698ac127ed03fc3e2ed1d3b60086c71471af17610436ae58db664f90871ed766 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Sep 2020 13:37:09 +0000 Subject: [PATCH 1/3] Accepting request 833828 from home:szotsaki:branches:devel:openSUSE:Factory:rpmlint In two different commits: - Alphabetise StandardGroups and StandardUsers - Add 'radicale' as a standard user and group OBS-URL: https://build.opensuse.org/request/show/833828 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=748 --- config | 48 +++++++++++++++++++++++++----------------------- rpmlint.changes | 6 ++++++ 2 files changed, 31 insertions(+), 23 deletions(-) diff --git a/config b/config index caff194..0250437 100644 --- a/config +++ b/config @@ -80,8 +80,6 @@ addFilter('.*no-group-tag.*') addFilter('.*non-standard-group.*') setOption('StandardGroups', ( - '_cscreen', - '_gns3', 'aegis', 'antivir', 'arangodb', @@ -91,17 +89,19 @@ setOption('StandardGroups', ( 'bacula', 'beagleindex', 'bigsister', - 'bitlbee', 'bin', 'bird', 'bitcoin', + 'bitlbee', 'boinc', 'casaauth', 'cdrom', + 'ceilometer', 'ceph', 'cephadm', 'chef', 'chrony', + 'cinder', 'citadel', 'colord', 'conman', @@ -110,6 +110,7 @@ setOption('StandardGroups', ( 'coturn', 'crowbar', 'cwbconv', + '_cscreen', 'daapd', 'daemon', 'davfs2', @@ -134,10 +135,13 @@ setOption('StandardGroups', ( 'games', 'gdm', 'geronimo', + 'glance', + '_gns3', 'grafana', 'guixbuild', 'haclient', 'haldaemon', + 'heat', 'hsqldb', 'icecast', 'icecream', @@ -151,6 +155,7 @@ setOption('StandardGroups', ( 'jetty5', 'jitsi', 'jonas', + 'keystone', 'kmem', 'kolab', 'kolab-n', @@ -182,10 +187,12 @@ setOption('StandardGroups', ( 'nagcmd', 'nagios', 'named', + 'neutron', 'news', 'nginx', 'nobody', 'nogroup', + 'nova', 'novell_nogroup', 'novlxtier', '_nsd', @@ -195,17 +202,8 @@ setOption('StandardGroups', ( 'oinstall', 'openvswitch', 'orthanc', - 'ovirtagent', - 'ceilometer', - 'cinder', - 'glance', - 'heat', - 'keystone', - 'nova', - 'neutron', - 'swift', - 'trove', 'otrs', + 'ovirtagent', 'pcp', 'pcpqa', 'pdns', @@ -218,8 +216,8 @@ setOption('StandardGroups', ( 'pound', 'powersave', 'privoxy', - 'prosody', 'prometheus', + 'prosody', 'ptokax', 'public', 'pulse', @@ -230,6 +228,7 @@ setOption('StandardGroups', ( 'quagga', 'quasselcore', 'rabbitmq', + 'radicale', 'radiusd', 'root', 'sabayon-admin', @@ -250,6 +249,7 @@ setOption('StandardGroups', ( 'sshd', 'suse-ncc', 'svn', + 'swift', 'synapse', 'sys', 'systemd-journal', @@ -260,10 +260,11 @@ setOption('StandardGroups', ( 'tomcat4', 'tor', 'tox', + 'trove', 'trusted', 'tryton', - 'ts-shell', 'tss', + 'ts-shell', 'tty', 'unbound', 'users', @@ -291,8 +292,6 @@ setOption('StandardGroups', ( )) setOption('StandardUsers', ( - '_cscreen', - '_gns3', 'aegis', 'amanda', 'aodh', @@ -327,9 +326,10 @@ setOption('StandardUsers', ( 'coturn', 'crowbar', 'cyrus', + '_cscreen', + 'daapd', 'daemon', 'davfs2', - 'daapd', 'ddclient', 'dehydrated', 'designate', @@ -355,6 +355,7 @@ setOption('StandardUsers', ( 'glance', 'gnats', 'gnocchi', + '_gns3', 'gnump3d', 'grafana', 'hacluster', @@ -370,12 +371,12 @@ setOption('StandardUsers', ( 'ironic', 'jabber', 'jboss', - 'jetty5', 'jenkins', + 'jetty5', 'jibri', 'jicofo', - 'jvb', 'jonas', + 'jvb', 'keystone', 'kolab', 'kolab-n', @@ -437,8 +438,8 @@ setOption('StandardUsers', ( 'postgrey', 'pound', 'privoxy', - 'prosody', 'prometheus', + 'prosody', 'ptokax', 'pulse', 'puppet', @@ -446,10 +447,11 @@ setOption('StandardUsers', ( 'quagga', 'quasselcore', 'rabbitmq', + 'radicale', 'radiusd', 'radvd', - 'root', '_rmt', + 'root', 'sabayon-admin', 'sahara', 'salt', @@ -480,8 +482,8 @@ setOption('StandardUsers', ( 'tryton', 'tss', 'ulogd', - 'upsd', 'unbound', + 'upsd', 'uucp', 'uuidd', 'vacation', diff --git a/rpmlint.changes b/rpmlint.changes index a2c8a81..f3fe0b1 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 11 15:57:57 UTC 2020 - Ákos Szőts + +- Alphabetise StandardGroups and StandardUsers +- Add 'radicale' as a standard user and group + ------------------------------------------------------------------- Fri Aug 14 06:43:39 UTC 2020 - Marco Strigl From 7825840ab7217af80e3f6718b68c2f26e7fd37611c0d014ca383370b9067df66 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Thu, 1 Oct 2020 11:45:29 +0000 Subject: [PATCH 2/3] Accepting request 838926 from home:polslinux:branches:devel:openSUSE:Factory:rpmlint - Add 'gerbera' as standard user and group OBS-URL: https://build.opensuse.org/request/show/838926 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=749 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index 0250437..c0d5605 100644 --- a/config +++ b/config @@ -134,6 +134,7 @@ setOption('StandardGroups', ( 'ftp', 'games', 'gdm', + 'gerbera', 'geronimo', 'glance', '_gns3', @@ -351,6 +352,7 @@ setOption('StandardUsers', ( 'ftp', 'games', 'gdm', + 'gerbera', 'geronimo', 'glance', 'gnats', diff --git a/rpmlint.changes b/rpmlint.changes index f3fe0b1..0286eca 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 07:51:10 UTC 2020 - Paolo Stivanin + +- Add 'gerbera' as standard user and group + ------------------------------------------------------------------- Fri Sep 11 15:57:57 UTC 2020 - Ákos Szőts From 1c67a9bbbe01081d932baad6e46a3f7026f40d50bb4778a98026ebd5b32934c8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Oct 2020 21:12:25 +0000 Subject: [PATCH 3/3] Accepting request 838983 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint - whitelist D-Bus files for powerdevil chargethreshold (bsc#1176474) OBS-URL: https://build.opensuse.org/request/show/838983 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=750 --- config | 5 ++++- rpmlint.changes | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config b/config index c0d5605..d1e568d 100644 --- a/config +++ b/config @@ -788,7 +788,10 @@ setOption("DBUSServices.WhiteList", ( "oddjob-mkhomedir.conf", # libvirt-dbus (bsc#1173093) "org.libvirt.service", - "org.libvirt.conf" + "org.libvirt.conf", + # powerdevil chargethreshold helper (bsc#1176474) + "org.kde.powerdevil.chargethresholdhelper.service", + "org.kde.powerdevil.chargethresholdhelper.conf", )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 0286eca..685dc74 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 1 12:43:35 UTC 2020 - Matthias Gerstner + +- whitelist D-Bus files for powerdevil chargethreshold (bsc#1176474) + ------------------------------------------------------------------- Thu Oct 1 07:51:10 UTC 2020 - Paolo Stivanin