update config file to reflect new licenses and to ignore devel files in debugsource packages

This commit is contained in:
Tom Callaway 2017-09-08 17:25:17 -04:00
parent 22599c5362
commit 12ea7db6f2
2 changed files with 9 additions and 2 deletions

View File

@ -40,7 +40,7 @@ setOption("DanglingSymlinkExceptions", (
setOption("ValidLicenses", (
# These are the short names for all of the Fedora approved licenses.
# The master list is kept here: http://fedoraproject.org/wiki/Licensing
# Last synced with revision "2.31, 12 January 2016" of that page.
# Last synced with revision "2.36, 18 April 2017" of that page.
'AAL',
'Abstyles',
'Adobe',
@ -100,6 +100,7 @@ setOption("ValidLicenses", (
'Dotseqn',
'DSDP',
'dvipdfm',
'DWPL',
'ECL 1.0',
'ECL 2.0',
'eCos',
@ -247,6 +248,7 @@ setOption("ValidLicenses", (
'SPL',
'STMPL',
'SWL',
'TCGL',
'TCL',
'Teeworlds',
'TGPPL',
@ -434,6 +436,8 @@ addFilter("invalid-url .*github\.com/.*HTTP Error 403")
# They automatically include the package name and are always
# quite long.
addFilter("-debuginfo.* description-line-too-long")
# ignore debugsource packages and where they put their files
addFilter("-debugsource.* devel-file-in-non-devel-package")
bad_crypto_warning = \
'''This application package calls a function to explicitly set crypto ciphers

View File

@ -16,7 +16,7 @@
Name: rpmlint
Version: 1.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tool for checking common errors in RPM packages
Group: Development/Tools
License: GPLv2
@ -127,6 +127,9 @@ make check PYTHON=%{python} PYTEST=%{pytest} FLAKE8=%{flake8}
%{_mandir}/man1/rpmlint.1*
%changelog
* Fri Sep 8 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-2
- update config file to reflect new licenses and to ignore devel files in debugsource packages
* Tue Sep 5 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-1
- update to 1.10