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.
This commit is contained in:
Jun Aruga 2021-03-23 16:31:10 +01:00
parent dae90ef93d
commit 303495d1bf
1 changed files with 1 additions and 0 deletions

1
ruby.rpmlintrc Normal file
View File

@ -0,0 +1 @@
# Keep matching patterns enough not to hide unintended errors and warnings.