Tool for checking common errors in RPM packages
Before:
$ rpmlint python-setuptools.spec
python-setuptools.spec: E: specfile-error warning: extra tokens at the end of %endif directive in line 58: %endif # with tests
python-setuptools.spec: E: specfile-error
python-setuptools.spec: E: specfile-error warning: extra tokens at the end of %endif directive in line 67: %endif # without bootstrap
python-setuptools.spec: E: specfile-error
python-setuptools.spec: E: specfile-error warning: extra tokens at the end of %endif directive in line 181: %endif # with tests
0 packages and 1 specfiles checked; 5 errors, 0 warnings.
After:
$ rpmlint python-setuptools.spec
python-setuptools.spec: E: specfile-error warning: extra tokens at the end of %endif directive in line 58: %endif # with tests
python-setuptools.spec: E: specfile-error warning: extra tokens at the end of %endif directive in line 67: %endif # without bootstrap
python-setuptools.spec: E: specfile-error warning: extra tokens at the end of %endif directive in line 181: %endif # with tests
0 packages and 1 specfiles checked; 3 errors, 0 warnings.
|
||
|---|---|---|
| .gitignore | ||
| rpmlint-1.10-suppress-locale-error.patch | ||
| rpmlint-1.11-libc-warnings.patch | ||
| rpmlint-1.11-no-python-macro.patch | ||
| rpmlint-1.11-rpm4.15.patch | ||
| rpmlint-CHANGES.package.old | ||
| rpmlint-etc.config | ||
| rpmlint.config | ||
| rpmlint.spec | ||
| sources | ||