Bug 412496 - zypper inconsistent argument parsing
Summary: zypper inconsistent argument parsing
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: libzypp (show other bugs)
Version: Final
Hardware: x86 openSUSE 11.0
: P4 - Low : Minor (vote)
Target Milestone: ---
Assignee: Jan Kupec
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-27 10:00 UTC by Casual J. Programmer
Modified: 2008-09-02 08:30 UTC (History)
0 users

See Also:
Found By: Beta-Customer
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 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