[opensuse-packaging] suppressing rpmlint errors and warnings
How does one hide things that rpmlint reports as errors? This "rpmlintrc" is not enough to avoid the build errors due to new polkit things. addFilter("filename-too-long-for-joliet") addFilter("missing-dependency-to-logrotate") addFilter("no-changelogname-tag") addFilter("no-description-tag") addFilter("obsolete-suse-version-check") addFilter("polkit-unauthorized-privilege") addFilter("polkit-untracked-privilege") addFilter("shlib-fixed-dependency") addFilter("shlib-policy-name-error") addFilter("suse-missing-rclink") This is my own pkg, so polkit-* reports are of no concern. Olaf
On 06/28/2018 11:36 AM, Olaf Hering wrote:
How does one hide things that rpmlint reports as errors? This "rpmlintrc" is not enough to avoid the build errors due to new polkit things.
addFilter("filename-too-long-for-joliet") addFilter("missing-dependency-to-logrotate") addFilter("no-changelogname-tag") addFilter("no-description-tag") addFilter("obsolete-suse-version-check") addFilter("polkit-unauthorized-privilege") addFilter("polkit-untracked-privilege") addFilter("shlib-fixed-dependency") addFilter("shlib-policy-name-error") addFilter("suse-missing-rclink")
This is my own pkg, so polkit-* reports are of no concern.
Hi Olaf, It's documented on https://en.opensuse.org/openSUSE:Package_security_guidelines#Suppressing_rpm... Greetings, Stephan -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Olaf Hering
-
Stephan Kulow