update config file to reflect new licenses and to ignore devel files in debugsource packages
This commit is contained in:
parent
22599c5362
commit
12ea7db6f2
@ -40,7 +40,7 @@ setOption("DanglingSymlinkExceptions", (
|
|||||||
setOption("ValidLicenses", (
|
setOption("ValidLicenses", (
|
||||||
# These are the short names for all of the Fedora approved licenses.
|
# These are the short names for all of the Fedora approved licenses.
|
||||||
# The master list is kept here: http://fedoraproject.org/wiki/Licensing
|
# 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',
|
'AAL',
|
||||||
'Abstyles',
|
'Abstyles',
|
||||||
'Adobe',
|
'Adobe',
|
||||||
@ -100,6 +100,7 @@ setOption("ValidLicenses", (
|
|||||||
'Dotseqn',
|
'Dotseqn',
|
||||||
'DSDP',
|
'DSDP',
|
||||||
'dvipdfm',
|
'dvipdfm',
|
||||||
|
'DWPL',
|
||||||
'ECL 1.0',
|
'ECL 1.0',
|
||||||
'ECL 2.0',
|
'ECL 2.0',
|
||||||
'eCos',
|
'eCos',
|
||||||
@ -247,6 +248,7 @@ setOption("ValidLicenses", (
|
|||||||
'SPL',
|
'SPL',
|
||||||
'STMPL',
|
'STMPL',
|
||||||
'SWL',
|
'SWL',
|
||||||
|
'TCGL',
|
||||||
'TCL',
|
'TCL',
|
||||||
'Teeworlds',
|
'Teeworlds',
|
||||||
'TGPPL',
|
'TGPPL',
|
||||||
@ -434,6 +436,8 @@ addFilter("invalid-url .*github\.com/.*HTTP Error 403")
|
|||||||
# They automatically include the package name and are always
|
# They automatically include the package name and are always
|
||||||
# quite long.
|
# quite long.
|
||||||
addFilter("-debuginfo.* description-line-too-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 = \
|
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
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -127,6 +127,9 @@ make check PYTHON=%{python} PYTEST=%{pytest} FLAKE8=%{flake8}
|
|||||||
%{_mandir}/man1/rpmlint.1*
|
%{_mandir}/man1/rpmlint.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 5 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-1
|
||||||
- update to 1.10
|
- update to 1.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user