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

Tom Callaway spot at fedoraproject.org
Mon May 12 19:26:48 UTC 2014


commit 0536d0406fae54abe98a6a368a1cff7f910462ca
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon May 12 15:26:34 2014 -0400

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

 rpmlint.config |    3 +++
 rpmlint.spec   |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/rpmlint.config b/rpmlint.config
index cf6c52b..120f20d 100644
--- a/rpmlint.config
+++ b/rpmlint.config
@@ -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"),
diff --git a/rpmlint.spec b/rpmlint.spec
index b12519a..fb9ada0 100644
--- a/rpmlint.spec
+++ b/rpmlint.spec
@@ -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 at fedoraproject.org> - 1.5-9
+- update config to ignore non-readable /etc/ovirt-engine/isouploader.conf
+
 * Mon Feb 10 2014 Tom Callaway <spot at fedoraproject.org> - 1.5-8
 - filter out broken-syntax-in-scriptlet-requires (except on el4/5)
 - update license list


More information about the scm-commits mailing list