SHA256
1
0
forked from pool/rpmlint

- add NetworkManager-openconnect to dbus whitelist (bnc#732915)

- add global filter for SuSEfirewall2's sysconfig file as setBadness in the
  package is not allowed

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=66
This commit is contained in:
Ludwig Nussel 2011-11-28 11:01:56 +00:00 committed by Git OBS Bridge
parent ba577ef846
commit 0f35b3a4de
3 changed files with 16 additions and 1 deletions

8
config
View File

@ -472,6 +472,8 @@ setOption("DBUSServices.WhiteList", (
# kdepim4/kalarm (bnc#707723)
"org.kde.kalarmrtcwake.conf",
"org.kde.kalarmrtcwake.service",
# NetworkManager-openvpn (bnc#732915)
"nm-openconnect-service.conf",
))
# Output filters
@ -639,6 +641,12 @@ addFilter("nfs-client\.\S+: \w: suse-filelist-forbidden-backup-file /var/lib/nfs
addFilter("perl\.\S+: \w: suse-filelist-forbidden-perl-dir ")
addFilter("info\.\S+: \w: info-dir-file .*/usr/share/info/dir")
# fillup is known to break SuSEfirewall's sysconfig file on many
# systems as people tend to break up long lines into several ones.
# This bug remains unfixed since years (bnc#340926).
# So we have to avoid fillup and therefore break the SUSE policy
addFilter("SuSEfirewall2\.\S+: \w: suse-filelist-forbidden-sysconfig /etc/sysconfig/SuSEfirewall2")
# these packages are used for CD creation and are not supposed to be
# installed. It's still a dirty hack to make an exception. The
# packages should either be built in a separate project with

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 28 11:00:43 UTC 2011 - lnussel@suse.de
- add NetworkManager-openconnect to dbus whitelist (bnc#732915)
- add global filter for SuSEfirewall2's sysconfig file as setBadness in the
package is not allowed
-------------------------------------------------------------------
Sun Aug 28 17:11:34 UTC 2011 - opensuse@cboltz.de

View File

@ -23,7 +23,7 @@ Name: rpmlint
BuildRequires: rpm-python xz
Summary: Rpm correctness checker
Version: 1.3
Release: 2
Release: 4
Source0: http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
Source1: config
Source1001: config.in