From Fedora Project Wiki
Description
This is to verify that there are no file conflicts between packages located on the DVD.iso
image.
How to test
- Mount the
DVD.iso
image using a loopback to a directory, for example:# mount -o loop Fedora-42-x86_64-DVD.iso /media/
- Alternatively, if you have a physical media, insert it into the computer and make sure it is mounted.
- Download the potential_conflict.py script.
- Check for file conflicts by running the script:
python potential_conflict.py --repofrompath=media,/media -r media
Expected Results
- The
potential_conflict.py
script completes successfully. - No file conflicts were detected.