From 2558052c6cd463d421bffd12cdb1cc3ebdfcebe259bab7ef6b19a93ff9c3b930 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 14 Dec 2018 22:46:18 +0000 Subject: [PATCH 1/2] Accepting request 657687 from home:mnhauke:branches:devel:openSUSE:Factory:rpmlint - Add user/group 'bird' for package bird (network/bird) OBS-URL: https://build.opensuse.org/request/show/657687 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=641 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index de69d10..eda1add 100644 --- a/config +++ b/config @@ -331,6 +331,7 @@ setOption('StandardGroups', ( 'bigsister', 'bitlbee', 'bin', + 'bird', 'bitcoin', 'boinc', 'casaauth', @@ -522,6 +523,7 @@ setOption('StandardUsers', ( 'beagleindex', 'bigsister', 'bin', + 'bird', 'bitcoin', 'bitlbee', 'boinc', diff --git a/rpmlint.changes b/rpmlint.changes index 496ef12..05a5b23 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 12 20:14:29 UTC 2018 - mardnh@gmx.de + +- Add user/group 'bird' for package bird (network/bird) + ------------------------------------------------------------------- Fri Dec 7 17:45:26 UTC 2018 - Todd R From 654bda1f1a2bc73f963298b046299b63f614b29bbbda38ea0c53ab08406f1032 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Fri, 21 Dec 2018 17:10:15 +0000 Subject: [PATCH 2/2] - Corrected tpm2-abrmd (bnc#1049694). The D-Bus activation file is named differently than the configuration file. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=642 --- config | 3 +++ rpmlint.changes | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/config b/config index eda1add..705fef8 100644 --- a/config +++ b/config @@ -1078,6 +1078,9 @@ setOption("DBUSServices.WhiteList", ( "org.freedesktop.timesync1.conf", # keepalived (bsc#1015141) "org.keepalived.Vrrp1.conf", + # boltd (bsc#1119975) + "org.freedesktop.bolt.conf", + "org.freedesktop.bolt.service", )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 05a5b23..27df954 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 21 17:08:47 UTC 2018 - matthias.gerstner@suse.com + +- whitelist boltd dbus service (bsc#1119975) + ------------------------------------------------------------------- Wed Dec 12 20:14:29 UTC 2018 - mardnh@gmx.de