filter out info-files-without-install-info-postin/postun check
This commit is contained in:
parent
5a6293221c
commit
0e13c403f8
@ -453,6 +453,9 @@ addFilter("library-without-ldconfig-postun")
|
|||||||
# Ignore 700 dir perms here
|
# Ignore 700 dir perms here
|
||||||
addFilter("non-standard-dir-perm /etc/.* 700")
|
addFilter("non-standard-dir-perm /etc/.* 700")
|
||||||
addFilter("non-standard-dir-perm /var/lib/.* 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 = \
|
bad_crypto_warning = \
|
||||||
'''This application package calls a function to explicitly set crypto ciphers
|
'''This application package calls a function to explicitly set crypto ciphers
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 19%{?dist}
|
Release: 20%{?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
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -145,6 +145,9 @@ make check PYTHON=%{python} PYTEST=%{pytest} FLAKE8=%{flake8}
|
|||||||
%{_mandir}/man1/rpmlint.1*
|
%{_mandir}/man1/rpmlint.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 16 2019 Tom Callaway <spot@fedoraproject.org> - 1.10-20
|
||||||
|
- ignore info-files-without-install-info-postin/postun checks
|
||||||
|
|
||||||
* Fri Dec 7 2018 Tom Callaway <spot@fedoraproject.org> - 1.10-19
|
* Fri Dec 7 2018 Tom Callaway <spot@fedoraproject.org> - 1.10-19
|
||||||
- ignore non-standard-dir-perm error for 700 dirs in /etc and /var/lib
|
- ignore non-standard-dir-perm error for 700 dirs in /etc and /var/lib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user