From Fedora Project Wiki
(Add to proper category) |
(fix repoclosure command to only check the provided repo, not system repos) |
||
Line 3: | Line 3: | ||
|actions= | |actions= | ||
# Download DVD or CD images | # Download DVD or CD images | ||
# Mount the ISO, for example: <pre>#mount -o loop Fedora-12-x86_64-DVD.iso /media/ </pre> | # Mount the ISO, for example: <pre># mount -o loop Fedora-12-x86_64-DVD.iso /media/ </pre> | ||
# Check the dependencies of all packages | # Check the dependencies of all packages. If you have a physical media, the process is the same. <pre># repoclosure --repofrompath myrepo,/media/ -t -r myrepo</pre> | ||
|results= | |results= | ||
# Checking dependencies finished successfully | # Checking dependencies finished successfully |
Revision as of 10:36, 12 February 2010
Description
This test will read in metadata of a mediakit and check dependencies in all packages for resolution.
How to test
- Download DVD or CD images
- Mount the ISO, for example:
# mount -o loop Fedora-12-x86_64-DVD.iso /media/
- Check the dependencies of all packages. If you have a physical media, the process is the same.
# repoclosure --repofrompath myrepo,/media/ -t -r myrepo
Expected Results
- Checking dependencies finished successfully
- There are no packages with unresolved dependencies from myrepo in the output