Tool for checking common errors in RPM packages
Go to file
Miro Hrončok 8c896377da Filter out empty specfile-errors, they are duplicates
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.
2021-04-13 10:48:05 +02:00
.gitignore Simplify and improve git ignore rules 2018-05-04 00:46:14 -04:00
rpmlint-1.10-suppress-locale-error.patch Suppress locale error in order to work in default mock (#1668400) 2019-03-10 12:19:03 +01:00
rpmlint-1.11-libc-warnings.patch turn *-not-linked-against-libc from errors to warnings (bz1749738) 2020-06-16 11:02:09 -04:00
rpmlint-1.11-no-python-macro.patch Don't use the %python_sitelib macro, because it errors 2020-07-16 18:01:14 +02:00
rpmlint-1.11-rpm4.15.patch Make it build 2019-07-04 01:14:11 +02:00
rpmlint-CHANGES.package.old - Update to 0.91; fixes #513811, #515185, #516492, #519694, and #521630. 2009-09-13 22:15:36 +00:00
rpmlint-etc.config - Apply upstream patch to load all *config from /etc/rpmlint. 2008-10-30 22:01:09 +00:00
rpmlint.config Filter out empty specfile-errors, they are duplicates 2021-04-13 10:48:05 +02:00
rpmlint.spec Filter out empty specfile-errors, they are duplicates 2021-04-13 10:48:05 +02:00
sources 1.11 2019-06-21 10:49:39 -04:00