Tool for checking common errors in RPM packages
9d8f6ca034
When readying parlatype[1] for package review[2], I discovered that rpmlint was giving me an explicit-lib-dependency error on the parlatype-libreoffice-helpers package, due to its "Requires: libreoffice-pyuno%{?isa}" component. Obviously, a libreoffice package is not a library, even though the package name starts with 'lib'. This change adds an additional filter to the rpmlint.config , excluding `libreoffice.*$` from the explicit-lib-dependency check. [1]: https://github.com/gkarsay/parlatype [2]: https://bugzilla.redhat.com/show_bug.cgi?id=1624208 |
||
---|---|---|
.gitignore | ||
rpmlint-1.9-buildid-fixes.patch | ||
rpmlint-1.9-fix-uep.patch | ||
rpmlint-1.9-py3_b2s.patch | ||
rpmlint-1.9-py3_test_b2s.patch | ||
rpmlint-1.9-py35magic.patch | ||
rpmlint-1.9-py36magic.patch | ||
rpmlint-1.9-unicodefix.patch | ||
rpmlint-1.10-flake-cleanups.patch | ||
rpmlint-1.10-ignore-debuginfo-useless-provides.patch | ||
rpmlint-1.10-missing-files-exception.patch | ||
rpmlint-1.10-py37magic.patch | ||
rpmlint-1.10-py37mtime.patch | ||
rpmlint-CHANGES.package.old | ||
rpmlint-etc.config | ||
rpmlint.config | ||
rpmlint.spec | ||
sources |