diff --git a/rpmlint.config b/rpmlint.config index 19ee69d..4ada9e3 100644 --- a/rpmlint.config +++ b/rpmlint.config @@ -453,6 +453,9 @@ addFilter("library-without-ldconfig-postun") # Ignore 700 dir perms here addFilter("non-standard-dir-perm /etc/.* 700") addFilter("non-standard-dir-perm /var/lib/.* 700") +# Fedora no longer requires install-info scriptlets +addFilter("info-files-without-install-info-postin") +addFilter("info-files-without-install-info-postun") bad_crypto_warning = \ '''This application package calls a function to explicitly set crypto ciphers diff --git a/rpmlint.spec b/rpmlint.spec index 97a9842..259dc36 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ Name: rpmlint Version: 1.10 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Tool for checking common errors in RPM packages Group: Development/Tools License: GPLv2 @@ -145,6 +145,9 @@ make check PYTHON=%{python} PYTEST=%{pytest} FLAKE8=%{flake8} %{_mandir}/man1/rpmlint.1* %changelog +* Wed Jan 16 2019 Tom Callaway - 1.10-20 +- ignore info-files-without-install-info-postin/postun checks + * Fri Dec 7 2018 Tom Callaway - 1.10-19 - ignore non-standard-dir-perm error for 700 dirs in /etc and /var/lib