|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2-country doesn't need yast2-installation | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Lukas Ocilka <locilka> |
| Component: | YaST2 | Assignee: | Jiří Suchomel <jsuchome> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | Alpha 1plus | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
I removed it in yast2-country-2.15.9 |
Currently, yast2-country requires yast2-installation. This requirement is not used at all in the running system only in inst-sys and inst-sys solves dependencies another way. country # grep -r "Installation::" * | grep -v "\.svn" language/src/proposal/language_proposal.ycp: Installation::destdir + "/etc/sysconfig/language"); yast2-country.spec.in contains: # common proposal (rich_text_raw_title) Requires: yast2-installation >= 2.13.139 this should be changed to Conflicts: yast2-installation < 2.13.139 or completely removed ("Conflicts" works a bit like "Requires" but doesn't add the dependency itself).