Ticket #117 (closed defect: fixed)
Opened 6 years ago
Last modified 4 years ago
erase doesn't understand epoch as an argument
Reported by: tuju Assigned to: akozumpl
Priority: minor Milestone:
Component: rpm Version: RPM 4.7.x
Keywords: Cc:
Description
Previously when rpm whined something about dependencies, one could double click the string in terminal window and paste those nvr:s into next command's argument list.
New rpm outputs also epoch (nevr) in error messages, but does not understand it as input.
An example:
error: Failed dependencies:
iscsitarget-kmod >= 1:1.4.18 is needed by (installed) iscsitarget-1:1.4.18-1.fc11.x86_64
and then as an input:
# rpm -e iscsitarget-1:1.4.18-1.fc11.x86_64
error: package iscsitarget-1:1.4.18-1.fc11.x86_64 is not installed
and this succeeds when erased with plain:
# rpm -e iscsitarget
It would be nice if this (much needed) epoch handling would be expanded into erase too at some point of development.
Change History
11/11/11 14:03:40 changed by akozumpl
- owner changed from RpmTickets to akozumpl.
- status changed from new to assigned.
11/18/11 08:54:59 changed by akozumpl
- status changed from assigned to closed.
- resolution set to fixed.
Fixed by fa428c5bc143d2d7ac073654b602c27d80f96559 on the master branch.