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:
parent
ba577ef846
commit
0f35b3a4de
8
config
8
config
@ -472,6 +472,8 @@ setOption("DBUSServices.WhiteList", (
|
|||||||
# kdepim4/kalarm (bnc#707723)
|
# kdepim4/kalarm (bnc#707723)
|
||||||
"org.kde.kalarmrtcwake.conf",
|
"org.kde.kalarmrtcwake.conf",
|
||||||
"org.kde.kalarmrtcwake.service",
|
"org.kde.kalarmrtcwake.service",
|
||||||
|
# NetworkManager-openvpn (bnc#732915)
|
||||||
|
"nm-openconnect-service.conf",
|
||||||
))
|
))
|
||||||
|
|
||||||
# Output filters
|
# 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("perl\.\S+: \w: suse-filelist-forbidden-perl-dir ")
|
||||||
addFilter("info\.\S+: \w: info-dir-file .*/usr/share/info/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
|
# 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
|
# installed. It's still a dirty hack to make an exception. The
|
||||||
# packages should either be built in a separate project with
|
# packages should either be built in a separate project with
|
||||||
|
@ -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
|
Sun Aug 28 17:11:34 UTC 2011 - opensuse@cboltz.de
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Name: rpmlint
|
|||||||
BuildRequires: rpm-python xz
|
BuildRequires: rpm-python xz
|
||||||
Summary: Rpm correctness checker
|
Summary: Rpm correctness checker
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 2
|
Release: 4
|
||||||
Source0: http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
|
Source0: http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz
|
||||||
Source1: config
|
Source1: config
|
||||||
Source1001: config.in
|
Source1001: config.in
|
||||||
|
Loading…
Reference in New Issue
Block a user