From c04920389805c811d665fa38c0bfe9b3fd55a4dd Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Oct 12 2020 10:28:39 +0000 Subject: [generic_tests] Turn rpmdeplint checks into 3rd level headers --- diff --git a/modules/ROOT/pages/generic_tests.adoc b/modules/ROOT/pages/generic_tests.adoc index 2b3a995..9582533 100644 --- a/modules/ROOT/pages/generic_tests.adoc +++ b/modules/ROOT/pages/generic_tests.adoc @@ -19,10 +19,10 @@ All of them run on packages that are being pushed to Rawhide via automatic Bodhi There are four different checks that the test performs: -check-sat:: +=== check-sat === This checks if all runtime dependencies of the given RPM packages would be satisfied if the packages are pushed to the given repository (like Rawhide). -check-repoclosure:: +=== check-repoclosure === This is similar to check check-sat test, but check-repoclosure checks that all packages in the given repository that don't have any runtime dependency problems before the new packages are added, won't have any dependency problems after the packages are added to the repository. Packages are only considered to be available for dependency resolution if they are the latest version and not obsoleted by any other package. @@ -30,7 +30,7 @@ Therefore this check can detect problems where a package under test is updating Packages with pre-existing repoclosure problems are ignored. -check-conflicts:: +=== check-conflicts === This checks for undeclared file conflicts in the given RPM packages: that is, when one of the given package contains a file which is also contained in some other package. @@ -51,7 +51,7 @@ In order to properly check that there are no file conflicts, `rpmdeplint` would This would be very slow, so only a single other package is downloaded and checked. ==== -check-upgrade:: +=== check-upgrade === Checks that there are no existing packages in the repositories which would upgrade or obsolete the given packages. If this check fails, it means that the package under test will never be installed (since the package manager will always pick the newer or obsoleting package from the repositories instead) which is not desirable, assuming the package is intended as an update.