From Fedora Project Wiki

Note.png
Associated release criterion
This test case is associated with the Fedora_40_Final_Release_Criteria#no-broken-packages release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.


Description

This is to verify that there are no broken dependencies between packages located on an offline install-type image (e.g. the Server-DVD.iso image).


How to test

  1. Mount the image using a loopback to a directory, for example:
    # mount -o loop Fedora-Server-DVD-x86_64-40.iso /media
  2. Check the dependencies of all packages using a dnf repoclosure command:
    $ dnf repoclosure --repofrompath testdeps,/media --repo testdeps

Expected Results

  1. dnf repoclosure command hasn't reported any error