|
Bugzilla – Full Text Bug Listing |
| Summary: | selecting Console tools deselects AppArmor | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Per Jessen <per> |
| Component: | libzypp | Assignee: | Stefan Schubert <schubi> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Stanislav Visnovsky <visnov> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | andreas.hanke, holgi |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Per Jessen
2006-10-10 10:13:16 UTC
Are you sure the dependencies are set up correctly for the involved patterns?
The UI only calls
void
YQPkgObjListItem::solveResolvableCollections()
{
zypp::Resolver_Ptr resolver = zypp::getZYpp()->resolver();
resolver->transactReset( zypp::ResStatus::APPL_LOW );
resolver->transactResKind( zypp::ResTraits<zypp::Product >::kind );
resolver->transactResKind( zypp::ResTraits<zypp::Selection>::kind );
resolver->transactResKind( zypp::ResTraits<zypp::Pattern >::kind );
resolver->transactResKind( zypp::ResTraits<zypp::Language >::kind );
resolver->transactResKind( zypp::ResTraits<zypp::Patch >::kind );
resolver->transactResKind( zypp::ResTraits<zypp::Atom >::kind );
}
-> libzypp problem
*** Bug 206940 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 206940 *** |