Bug 211256 - selecting Console tools deselects AppArmor
Summary: selecting Console tools deselects AppArmor
Status: RESOLVED DUPLICATE of bug 206940
Alias: None
Product: openSUSE 10.2
Classification: openSUSE
Component: libzypp (show other bugs)
Version: Beta 1
Hardware: i686 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Stefan Schubert
QA Contact: Stanislav Visnovsky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-10 10:13 UTC by Per Jessen
Modified: 2006-11-03 10:17 UTC (History)
2 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Per Jessen 2006-10-10 10:13:16 UTC
When changing the software selection, I tick to install "Console Tools", which automagically then deselects "AppArmor".  This only seems to happen right after you've entered the "Software Selection and System Tasks" page.
Comment 1 Stefan Hundhammer 2006-10-16 11:21:49 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
Comment 4 Stefan Schubert 2006-10-19 07:36:14 UTC
*** Bug 206940 has been marked as a duplicate of this bug. ***
Comment 5 Stefan Schubert 2006-11-03 10:17:30 UTC

*** This bug has been marked as a duplicate of bug 206940 ***