From e91e194417642308939a015eab2e02abd5cec63349826275742235c44f2f6156 Mon Sep 17 00:00:00 2001 From: Malte Kraus Date: Thu, 28 Nov 2019 12:04:28 +0000 Subject: [PATCH] - whitelist sssd infopipe (bsc#1157663) - whitelist sysprof3 D-Bus services (bsc#1151418) OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=696 --- config | 6 ++++++ rpmlint-tests.spec | 6 +++--- rpmlint.changes | 6 ++++++ rpmlint.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/config b/config index 59f0e00..c639fd2 100644 --- a/config +++ b/config @@ -697,6 +697,9 @@ setOption("DBUSServices.WhiteList", ( # sysprof (bsc#996111) "org.gnome.Sysprof2.service", "org.gnome.Sysprof2.conf", + # sysprof (bsc#1151418) + "org.gnome.Sysprof3.service", + "org.gnome.Sysprof3.conf", # flatpak (bsc#984817) "org.freedesktop.Flatpak.SystemHelper.service", "org.freedesktop.Flatpak.SystemHelper.conf", @@ -776,6 +779,9 @@ setOption("DBUSServices.WhiteList", ( # systemd-portabled (boo#1145639) "org.freedesktop.portable1.service", "org.freedesktop.portable1.conf", + # sssd (bsc#1157663, bsc#1106600) + "org.freedesktop.sssd.infopipe.service", + "org.freedesktop.sssd.infopipe.conf", )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 5b8485f..18a0208 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # icecream 0 @@ -30,7 +30,7 @@ Summary: rpmlint regression tests License: SUSE-Public-Domain Group: Development/Tools/Building BuildRoot: %{_tmppath}/%{name}-%{version}-build -Url: http://www.opensuse.org/ +URL: http://www.opensuse.org/ Source: rpmlint-tests-%version.tar.xz Patch0: rpmlint-tests-sle15.patch diff --git a/rpmlint.changes b/rpmlint.changes index f673c10..785d709 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 28 11:58:21 UTC 2019 - Malte Kraus + +- whitelist sssd infopipe (bsc#1157663) +- whitelist sysprof3 D-Bus services (bsc#1151418) + ------------------------------------------------------------------- Tue Oct 15 07:12:22 UTC 2019 - Ludwig Nussel diff --git a/rpmlint.spec b/rpmlint.spec index c84d7e5..232addf 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Release: 0 Summary: RPM file correctness checker License: GPL-2.0-or-later Group: System/Packages -Url: https://github.com/rpm-software-management/rpmlint +URL: https://github.com/rpm-software-management/rpmlint Source0: https://github.com/rpm-software-management/rpmlint/archive/rpmlint-%{version}.tar.gz Source1: rpmlint-checks-master.tar.xz Source2: config