Bug 412496

Summary: zypper inconsistent argument parsing
Product: [openSUSE] openSUSE 11.0 Reporter: Casual J. Programmer <casualprogrammer>
Component: libzyppAssignee: Jan Kupec <jkupec>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P4 - Low    
Version: Final   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.0   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Casual J. Programmer 2008-07-27 10:00:45 UTC
Trying to reinstall MPlayer i experience the following:

 # zypper in mplayer
Reading installed packages...
'MPlayer' is already installed.
Nothing to do.

 # zypper in -f mplayer
Reading installed packages...
'mplayer' not found
Nothing to do.

 # zypper in -f MPlayer
Reading installed packages...

The following package is going to be reinstalled:
  MPlayer 


Overall download size: 11.0 M. No additional space will be used or freed after the operation.
Continue? [YES/no]: 

So zypper is case insensitive without -f option and case aware with -f option, which seems a bit weird...
Comment 1 Jan Kupec 2008-07-28 13:24:30 UTC
agreed, fixed in svn, to be in zypper 0.12.1
Comment 2 Jan Kupec 2008-09-02 08:30:35 UTC
submitted