From 6d6e506d422d2710bb499940fa41d0a9543dca34 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Dec 21 2022 19:20:30 +0000 Subject: fix changed rpmlint parameters --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 2b33adc..8b3b609 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -722,12 +722,12 @@ So you'd want to use `+Requires: /sbin/ifconfig+` in your spec file. Run rpmlint on binary and source rpms to examine them for common errors, and fix them (unless rpmlint is wrong, which can happen, too). If you find rpmlint's output cryptic, -the `+-i+` switch to it can be used +the `+-e+` switch to it can be used to get more verbose descriptions of most errors and warnings. Note that rpmlint will perform additional checks if given the name of an installed package. For example, -`+dnf install foo-1.0-1.f20.x86_64.rpm; rpmlint foo+` +`+dnf install foo-1.0-1.f20.x86_64.rpm; rpmlint -i foo+` will perform a set of tests on the foo package that `+rpmlint foo-1.0-1.f20.x86_64.rpm+` cannot. A community-maintained page on rpmlint issues can be found