From 5c9f250572cd932f8f2c6adca29a8b329f615da0 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 19 Mar 2019 23:13:34 -0400 Subject: [PATCH] Add rpmlint config Ignore warnings about spelling and the missing asciidoctor-safe manpage. Upstream removed the asciidoctor-safe command in 6dfaaed8 ("remove asciidoctor-safe binary", 2019-02-05). --- rubygem-asciidoctor.rpmlintrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rubygem-asciidoctor.rpmlintrc diff --git a/rubygem-asciidoctor.rpmlintrc b/rubygem-asciidoctor.rpmlintrc new file mode 100644 index 0000000..49fecec --- /dev/null +++ b/rubygem-asciidoctor.rpmlintrc @@ -0,0 +1,7 @@ +from Config import * + +# the dictionary is a bit limited +addFilter("rubygem-asciidoctor\..*: W: spelling-error %description -l en_US toolchain") + +# the asciidoctor-safe command is removed upstream for the next major release +addFilter("rubygem-asciidoctor\..*: W: no-manual-page-for-binary asciidoctor-safe")