diff --git a/check.rpmlintrc b/check.rpmlintrc new file mode 100644 index 0000000..aa9d2d2 --- /dev/null +++ b/check.rpmlintrc @@ -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') diff --git a/check.spec b/check.spec index c26ed70..daf0497 100644 --- a/check.spec +++ b/check.spec @@ -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