- Specify all build requirements - Simplify find command using -delete - Drop redundant buildroot cleaning in %install section - Use %license where possibleepel9
parent
91d73a3580
commit
6588e12ed9
@ -0,0 +1,12 @@
|
||||
from Config import *
|
||||
|
||||
# Unexpanded macro warnings are expected from time to time:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=551366
|
||||
addFilter("unexpanded-macro Summary\(C\) %ENV")
|
||||
addFilter("unexpanded-macro %description -l C %ENV")
|
||||
|
||||
# These are written as they are intended
|
||||
addFilter("spelling-error Summary\(en_US\) Lexically -> ")
|
||||
addFilter("spelling-error %description -l en_US lexically -> ")
|
||||
addFilter("spelling-error %description -l en_US regexen -> ")
|
||||
addFilter("spelling-error %description -l en_US automagically -> ")
|
Loading…
Reference in new issue