SHA256
1
0
forked from pool/rpmlint

Accepting request 491831 from devel:openSUSE:Factory:rpmlint

- whitelisting backintime (bsc#1007723, bsc#1032717) (forwarded request 491827 from mgerstner)

OBS-URL: https://build.opensuse.org/request/show/491831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=270
This commit is contained in:
Dominique Leuenberger 2017-05-04 06:53:12 +00:00 committed by Git OBS Bridge
commit 7bd6f3397c
8 changed files with 71 additions and 13 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">http://github.com/openSUSE/rpmlint-tests.git</param>
<param name="changesrevision">f92cea5d87db040fb36a08ab1b58bce68ca4035d</param></service><service name="tar_scm">
<param name="changesrevision">092177d4fccb48dfb4164faddf11442b63249bff</param></service><service name="tar_scm">
<param name="url">http://github.com/openSUSE/rpmlint-checks.git</param>
<param name="changesrevision">95d3b0f320ed291184a382c3949602aef53e4f43</param></service></servicedata>
<param name="changesrevision">75f6bab936af24fc25dbac3ac1911f3b73c754b0</param></service></servicedata>

20
config
View File

@ -1,5 +1,5 @@
# -*- python -*-
# vim: syntax=python sw=4 et
# vim: syntax=python sw=4 ts=4 sts=4 et
# Configuration for the rpmlint utility.
# Loaded before ~/.rpmlintrc
# $Id: config,v 1.39 2003/12/22 11:20:55 flepied Exp $
@ -20,7 +20,6 @@ addCheck("CheckBuildRoot")
addCheck("CheckExecDocs")
addCheck("CheckPkgConfig")
addCheck("CheckCommonFiles")
addCheck("CheckInitScripts")
addCheck("DuplicatesCheck")
addCheck("LibraryPolicyCheck")
addCheck("CheckIconSizes")
@ -32,7 +31,6 @@ addCheck("CheckPolkitPrivs")
addCheck("CheckDBUSServices")
addCheck("CheckDBusPolicy")
addCheck("CheckFilelist")
addCheck("CheckKDE4Deps")
addCheck("KMPPolicyCheck")
addCheck("CheckUpdateAlternatives")
addCheck("BashismsCheck")
@ -657,7 +655,7 @@ setOption("DBUSServices.WhiteList", (
# mate dbus serice (bnc#831404)
"org.mate.SettingsDaemon.DateTimeMechanism.service",
"org.mate.SettingsDaemon.DateTimeMechanism.conf",
# tuned DBUS service (bnc#787379)
# tuned DBUS service (bnc#787379, bnc#1007279)
"com.redhat.tuned.conf",
"com.redhat.tuned.service",
# policycoreutils (bnc#848550)
@ -669,6 +667,9 @@ setOption("DBUSServices.WhiteList", (
# kwallet (bnc#849739)
"org.kde.kcontrol.kcmkwallet.conf",
"org.kde.kcontrol.kcmkwallet.service",
# kwallet (bnc#1033296)
"org.kde.kcontrol.kcmkwallet5.conf",
"org.kde.kcontrol.kcmkwallet5.service",
# neard (bnc#837978)
"org.neard.conf",
"org.neard.service",
@ -734,7 +735,16 @@ setOption("DBUSServices.WhiteList", (
# blueman (bsc#987141)
"org.blueman.Mechanism.conf",
"org.blueman.Mechanism.service",
"org.blueman.Applet.service"
"org.blueman.Applet.service",
# os-autoinst (bsc#1032649)
"org.opensuse.os_autoinst.switch.conf",
"os-autoinst-openvswitch.service",
# thunderbolt (bsc#1033554)
"thunderbolt.conf",
"thunderbolt.service",
# backintime (bsc#1007723, bsc#1032717)
"net.launchpad.backintime.serviceHelper.conf",
"net.launchpad.backintime.serviceHelper.service",
))
setOption("PAMModules.WhiteList", (

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:675175b9fde9d16b8873c51d8dc88c41f5ab63aea772134dc42a6adddb8fd7f8
size 24916
oid sha256:ace2e3fda8d75bfa2a17d69b505e157c1f46accc7216df0aaef78ad3ef7f177a
size 22312

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3ab942bb2b9b1c15fb4ac66da824f9c4fdc237b9959d04d56bf2defc468d04c
size 11952

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31d10b7286df08b73336c314ade702381f09913ad141a6a2b5c16cefe3ddf784
size 11452

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 18 13:49:18 UTC 2017 - opensuse-packaging@opensuse.org
- Update to version master:
* remote unused/outdated checks
-------------------------------------------------------------------
Tue Apr 18 13:49:16 UTC 2017 - opensuse-packaging@opensuse.org
- Update to version 84.87+git20170418.092177d:
* Remove initscript related tests, systemd FTW!
-------------------------------------------------------------------
Mon Mar 20 14:20:12 UTC 2017 - lnussel@suse.de

View File

@ -23,7 +23,7 @@ BuildRequires: rpmlint-Factory-strict
BuildRequires: rpmlint-mini
Name: rpmlint-tests
Version: 84.87+git20170320.f92cea5
Version: 84.87+git20170418.092177d
Release: 0
Summary: rpmlint regression tests
License: SUSE-Public-Domain

View File

@ -1,3 +1,39 @@
Fri Apr 28 14:07:50 CEST 2017 - mgerstner@suse.com
- whitelisting backintime (bsc#1007723, bsc#1032717)
-------------------------------------------------------------------
Wed Apr 19 13:21:58 UTC 2017 - krahmer@suse.com
- whitelisting thunderbolt (bsc#1033554)
-------------------------------------------------------------------
Tue Apr 18 13:49:18 UTC 2017 - opensuse-packaging@opensuse.org
- Update to version master:
* remote unused/outdated checks
-------------------------------------------------------------------
Tue Apr 18 13:49:16 UTC 2017 - opensuse-packaging@opensuse.org
- Update to version 84.87+git20170418.092177d:
* Remove initscript related tests, systemd FTW!
-------------------------------------------------------------------
Tue Apr 11 15:31:12 CEST 2017 - mgerstner@suse.com
- Adding kwalletmanager5 (bsc#1033296)
-------------------------------------------------------------------
Tue Apr 11 12:40:54 UTC 2017 - krahmer@suse.com
- Adding os-autoinst (bsc#1032649)
-------------------------------------------------------------------
Mon Apr 10 08:34:01 UTC 2017 - dmueller@suse.com
- remove CheckKDE4Deps, CheckInitScripts
-------------------------------------------------------------------
Mon Mar 20 12:25:05 UTC 2017 - lnussel@suse.de