update config to ignore non-readable /etc/ovirt-engine/isouploader.conf

This commit is contained in:
Tom Callaway 2014-05-12 15:26:34 -04:00
parent 139a2c4b32
commit 0536d0406f
2 changed files with 7 additions and 1 deletions

View File

@ -407,6 +407,9 @@ addFilter("non-conffile-in-etc /etc/rpm/.*$")
addFilter("non-conffile-in-etc /etc/rc.d/init.d/.*$")
# Fixed in rpm >= 4.7.1
addFilter("broken-syntax-in-scriptlet-requires")
# Files that are intentionally not supposed to be readable
# Contains passwords
addFilter("non-readable /etc/ovirt-engine/isouploader.conf")
# https://bugzilla.redhat.com/496737, https://bugzilla.redhat.com/646455
for pkg, exe in (("coreutils", "/bin/su"),

View File

@ -1,6 +1,6 @@
Name: rpmlint
Version: 1.5
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Tool for checking common errors in RPM packages
Group: Development/Tools
@ -111,6 +111,9 @@ make check
%changelog
* Mon May 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-9
- update config to ignore non-readable /etc/ovirt-engine/isouploader.conf
* Mon Feb 10 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-8
- filter out broken-syntax-in-scriptlet-requires (except on el4/5)
- update license list