From Fedora Project Wiki
Line 3: | Line 3: | ||
= Steps To Reproduce = | = Steps To Reproduce = | ||
# Download | # 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, if you have a physical media, the process is the same:<pre>#repoclosure --repofrompath myrepo,/media/ </pre> | # Check the dependencies of all packages, if you have a physical media, the process is the same:<pre>#repoclosure --repofrompath myrepo,/media/ </pre> |
Revision as of 06:38, 25 November 2009
Description
This test will read in metadata of a mediakit and check dependencies in all packages for resolution.
Steps To Reproduce
- 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/
Expected Results
- Checking dependencies finished successfully
- There are no packages with unresolved dependencies from myrepo