From f8c6117e50ff3de9598195461b4d0f59be84497e5160b6cf932e72b4d84be897 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 6 Feb 2017 15:37:20 +0000 Subject: [PATCH 1/2] Accepting request 455040 from home:krahmer:branches:devel:openSUSE:Factory:rpmlint - adding blueman (bsc#987141) OBS-URL: https://build.opensuse.org/request/show/455040 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=427 --- config | 6 +++++- rpmlint.changes | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config b/config index ff7af38..7235e81 100644 --- a/config +++ b/config @@ -727,7 +727,11 @@ setOption("DBUSServices.WhiteList", ( "org.kde.powerdevil.discretegpuhelper.service", # rebootmgr (bsc#1019644) "org.opensuse.RebootMgr.conf", - "rebootmgr.service" + "rebootmgr.service", + # blueman (bsc#987141) + "org.blueman.Mechanism.conf", + "org.blueman.Mechanism.service", + "org.blueman.Applet.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint.changes b/rpmlint.changes index 70e25dd..0e47e8f 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 6 15:31:53 UTC 2017 - krahmer@suse.com + +- adding blueman (bsc#987141) + ------------------------------------------------------------------- Tue Jan 31 15:55:45 UTC 2017 - zaitor@opensuse.org From 1ea0b2e0059f37c76f810749b127cb5dd655612c95409cea967161206afb54ff Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 9 Feb 2017 14:12:24 +0000 Subject: [PATCH 2/2] Accepting request 455133 from home:lrupp:branches:devel:openSUSE:Factory:rpmlint - rename user/group sks to _sks following https://github.com/LinuxStandardBase/lsb/pull/21 OBS-URL: https://build.opensuse.org/request/show/455133 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=428 --- config | 4 ++-- rpmlint.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config b/config index 7235e81..59f6f0e 100644 --- a/config +++ b/config @@ -211,7 +211,7 @@ setOption('StandardGroups', ( 'shadow', 'shibd', 'siproxd', - 'sks', + '_sks', 'snort', 'squid', 'sshd', @@ -378,7 +378,7 @@ setOption('StandardUsers', ( 'sensu', 'shibd', 'siproxd', - 'sks', + '_sks', 'snort', 'squid', 'sshd', diff --git a/rpmlint.changes b/rpmlint.changes index 0e47e8f..5c6d77e 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 6 18:59:55 UTC 2017 - lars@linux-schulserver.de + +- rename user/group sks to _sks following + https://github.com/LinuxStandardBase/lsb/pull/21 + ------------------------------------------------------------------- Mon Feb 6 15:31:53 UTC 2017 - krahmer@suse.com