forked from pool/rpmlint
- 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
This commit is contained in:
parent
192888ea35
commit
e91e194417
6
config
6
config
@ -697,6 +697,9 @@ setOption("DBUSServices.WhiteList", (
|
|||||||
# sysprof (bsc#996111)
|
# sysprof (bsc#996111)
|
||||||
"org.gnome.Sysprof2.service",
|
"org.gnome.Sysprof2.service",
|
||||||
"org.gnome.Sysprof2.conf",
|
"org.gnome.Sysprof2.conf",
|
||||||
|
# sysprof (bsc#1151418)
|
||||||
|
"org.gnome.Sysprof3.service",
|
||||||
|
"org.gnome.Sysprof3.conf",
|
||||||
# flatpak (bsc#984817)
|
# flatpak (bsc#984817)
|
||||||
"org.freedesktop.Flatpak.SystemHelper.service",
|
"org.freedesktop.Flatpak.SystemHelper.service",
|
||||||
"org.freedesktop.Flatpak.SystemHelper.conf",
|
"org.freedesktop.Flatpak.SystemHelper.conf",
|
||||||
@ -776,6 +779,9 @@ setOption("DBUSServices.WhiteList", (
|
|||||||
# systemd-portabled (boo#1145639)
|
# systemd-portabled (boo#1145639)
|
||||||
"org.freedesktop.portable1.service",
|
"org.freedesktop.portable1.service",
|
||||||
"org.freedesktop.portable1.conf",
|
"org.freedesktop.portable1.conf",
|
||||||
|
# sssd (bsc#1157663, bsc#1106600)
|
||||||
|
"org.freedesktop.sssd.infopipe.service",
|
||||||
|
"org.freedesktop.sssd.infopipe.conf",
|
||||||
))
|
))
|
||||||
|
|
||||||
setOption("PAMModules.WhiteList", (
|
setOption("PAMModules.WhiteList", (
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpmlint-tests
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
# icecream 0
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ Summary: rpmlint regression tests
|
|||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://www.opensuse.org/
|
URL: http://www.opensuse.org/
|
||||||
Source: rpmlint-tests-%version.tar.xz
|
Source: rpmlint-tests-%version.tar.xz
|
||||||
Patch0: rpmlint-tests-sle15.patch
|
Patch0: rpmlint-tests-sle15.patch
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 28 11:58:21 UTC 2019 - Malte Kraus <malte.kraus@suse.com>
|
||||||
|
|
||||||
|
- whitelist sssd infopipe (bsc#1157663)
|
||||||
|
- whitelist sysprof3 D-Bus services (bsc#1151418)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 15 07:12:22 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
Tue Oct 15 07:12:22 UTC 2019 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rpmlint
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Summary: RPM file correctness checker
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Packages
|
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
|
Source0: https://github.com/rpm-software-management/rpmlint/archive/rpmlint-%{version}.tar.gz
|
||||||
Source1: rpmlint-checks-master.tar.xz
|
Source1: rpmlint-checks-master.tar.xz
|
||||||
Source2: config
|
Source2: config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user