Bug 156590

Summary: Package Manager is missing "Reset Ignored Dependency Conflicts"
Product: [openSUSE] SUSE Linux 10.1 Reporter: Stephan Binner <stbinner>
Component: YaST2Assignee: Stefan Hundhammer <shundhammer>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Normal    
Priority: P5 - None CC: suse-beta
Version: Beta 7   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stephan Binner 2006-03-09 16:42:40 UTC
The YaST Software Management tool is missing the "Extras/Reset Ignored Dependency Conflicts" menu entry. There doesn't seem to be an obvious way to reset previously ignored conflicts.
Comment 1 Stefan Schubert 2006-03-25 16:11:23 UTC
I have added it to Resolver.h:
    /*
     * Undo solver changes done in resolvePool()
     * Throwing away all ignored dependencies.
     */
    void undo( void );

Stefan, what happens, if the user click "Abort" in the installation workflow ?
Shall we implementet this menue entry, or is it too late ?
Comment 2 Stefan Hundhammer 2006-03-27 13:45:20 UTC
Added a call to that function to the "Extras" menu.
Comment 3 Stefan Hundhammer 2006-03-27 13:46:14 UTC
fixed
Comment 4 Stephan Binner 2006-04-04 15:33:16 UTC
In 10.0 the "Reset Ignored Dependency Conflicts" menu item was disabled when there was nothing to reset. In 10.1 it seems to be always active.

Shall I reopen or file a separate bug report?
Comment 5 Stefan Hundhammer 2006-04-05 14:29:44 UTC
The UI has no way of knowing if there is anything to reset.
Comment 6 Stephan Binner 2006-04-07 07:43:09 UTC
Then it should be added for the UI in the backend, no?