|
Bugzilla – Full Text Bug Listing |
| Summary: | Packager - Call SCR::RegisterNewAgents() when package is installed by YaST | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Lukas Ocilka <locilka> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | mvidner |
| Version: | Alpha 1plus | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Fixed in yast2-2.15.15 |
Some YaST modules install another packages on-the-fly. These packages might be also YaST packages and these YaST packages might contain some SCR agents. These agents will not be useful until YaST is rebooted. However, there is some possibility how to sue these new agents: via calling SCR::RegisterNewAgents() Package.ycp / PackageSystem.ycp should call this SCR command after it installs some package. Enhancement, but important :) I guess.