update config to ignore non-readable /etc/ovirt-engine/isouploader.conf
This commit is contained in:
parent
139a2c4b32
commit
0536d0406f
@ -407,6 +407,9 @@ addFilter("non-conffile-in-etc /etc/rpm/.*$")
|
|||||||
addFilter("non-conffile-in-etc /etc/rc.d/init.d/.*$")
|
addFilter("non-conffile-in-etc /etc/rc.d/init.d/.*$")
|
||||||
# Fixed in rpm >= 4.7.1
|
# Fixed in rpm >= 4.7.1
|
||||||
addFilter("broken-syntax-in-scriptlet-requires")
|
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
|
# https://bugzilla.redhat.com/496737, https://bugzilla.redhat.com/646455
|
||||||
for pkg, exe in (("coreutils", "/bin/su"),
|
for pkg, exe in (("coreutils", "/bin/su"),
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Tool for checking common errors in RPM packages
|
Summary: Tool for checking common errors in RPM packages
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -111,6 +111,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 10 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-8
|
||||||
- filter out broken-syntax-in-scriptlet-requires (except on el4/5)
|
- filter out broken-syntax-in-scriptlet-requires (except on el4/5)
|
||||||
- update license list
|
- update license list
|
||||||
|
Loading…
Reference in New Issue
Block a user