Bug 108170
| Summary: | PackageTool should check 'requires' tag dependencies against what is in the DB shcema | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Web Application Framework | Reporter: | Daniel Berrangé <berrange> |
| Component: | other | Assignee: | ccm-bugs-list |
| Status: | CLOSED WONTFIX | QA Contact: | Jon Orris <jorris> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | nightly | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-02 17:25:59 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Closing old tickets |
From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.9 (X11; Linux i686; U;) Gecko/20030314 Description of problem: The package tool checks the <table> dependencies within the <requires> tag based on what is in previously processed '<provides>' tags. So, a dependent table *has* been loaded, but wasn't listed in the '<provides>' tag an error will be thrown. The package tool should check with the DB directly to see if a table is present rather than trying to maintain its own imcomplete data dictionary. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Add <requires> <table name="cms_items"/> </requires> to a content type .load file. 2. Load CMS 3. Load the content type Actual Results: Loading schema for ccm-cms-types-article required tables: [cms_items] Expected Results: The article content type is loaded. Additional info: