Add an rpmlintrc file. Use find's -delete feature.

This commit is contained in:
Jerry James 2020-01-13 15:53:16 -07:00
parent aca9b707e1
commit 8177f9a806
2 changed files with 6 additions and 1 deletions

5
check.rpmlintrc Normal file
View File

@ -0,0 +1,5 @@
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# Documentation is in the devel subpackage
addFilter(r'check-static\.[^:]+: W: no-documentation')

View File

@ -64,7 +64,7 @@ sed -e 's/\(Check: (check)\)Introduction./\1. A unit testing frame
-i doc/check.texi
# Get rid of version control files
find . -name .cvsignore -exec rm {} +
find . -name .cvsignore -delete
# Regenerate configure due to patch 0
autoreconf -ivf