From 303495d1bfde6dbc048cb43609df939ab6365974 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 23 Mar 2021 16:31:10 +0100 Subject: [PATCH] Add ruby.rpmlintrc. Ignore the false positive errors and warnings by the `rpmlint --file ruby.rpmlintrc`, that is executed by Zuul CI. You can run the command on your local like this. ``` $ rpmlint --file ruby.rpmlintrc ruby.spec /var/lib/mock/fedora-rawhide-x86_64/result/*.rpm ``` The `rpmlint` without `--file` option shows the original result. --- ruby.rpmlintrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 ruby.rpmlintrc diff --git a/ruby.rpmlintrc b/ruby.rpmlintrc new file mode 100644 index 0000000..3fca5a2 --- /dev/null +++ b/ruby.rpmlintrc @@ -0,0 +1 @@ +# Keep matching patterns enough not to hide unintended errors and warnings.