update license list, add github.com to the filter ignore list for 403 errors (bz1326855)

This commit is contained in:
Tom Callaway 2016-04-18 14:42:40 -05:00
parent 2072b03141
commit 20f2bcffd2
2 changed files with 8 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.30, 11 September 2015" of that page.
# Last synced with revision "2.31, 12 January 2016" of that page.
'AAL',
'Abstyles',
'Adobe',
@ -200,6 +200,7 @@ setOption("ValidLicenses", (
'Nokia',
'NOSL',
'Noweb',
'OGL',
'OML',
'OpenLDAP',
'OpenPBS',
@ -426,6 +427,7 @@ addFilter("non-readable /etc/ovirt-engine/isouploader.conf")
addFilter("invalid-url .*\.googlecode\.com/.*HTTP Error 404")
addFilter("invalid-url .*\.jboss\.org/.*HTTP Error 403")
addFilter("invalid-url .*bitbucket\.org/.*HTTP Error 403")
addFilter("invalid-url .*\.github\.com/.*HTTP Error 403")
bad_crypto_warning = \
'''This application package calls a function to explicitly set crypto ciphers

View File

@ -14,7 +14,7 @@
Name: rpmlint
Version: 1.8
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Tool for checking common errors in RPM packages
Group: Development/Tools
License: GPLv2
@ -129,6 +129,10 @@ make check PYTHON=%{python} PYTEST=%{pytest}
%{_mandir}/man1/rpmlint.1*
%changelog
* Mon Apr 18 2016 Tom Callaway <spot@fedoraproject.org> - 1.8-6
- update license list
- add github.com to the filter ignore list for 403 errors (bz1326855)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild