Tool for checking common errors in RPM packages
8221668e34
On installs where documentation or additional languages are not installed, rpmlint fails while attempting to iterate over the file list. The files are only opened for their 'magic numbers' which is used in a few tests in BinariesCheck and SourceCheck. Fedora container images sets nodocs and '%_install_langs en_US' (which causes locale files not to be installed). Running rpmlint in such a container results in a traceback when rpmlint attempts to check the packages files. Backport patch from upstream to fix the issue. Resolves: https://bugzilla.redhat.com/1574509 Source: https://github.com/rpm-software-management/rpmlint/commit/d59bc2a |
||
---|---|---|
.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-CHANGES.package.old | ||
rpmlint-etc.config | ||
rpmlint.config | ||
rpmlint.config.el4 | ||
rpmlint.config.el5 | ||
rpmlint.spec | ||
sources |