https://qa.mandrakesoft.com/show_bug.cgi?id=1001
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|52 |[EMAIL PROTECTED]
Status|UNCONFIRMED |resolved
Resolution| |WONTFIX
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |minor
Status|RESOLVED |UNCONFIRMED
Priority|P2 |P4
Resolution|WONTFIX |
------- Additional Comments From [EMAIL PROTECTED] 2003-01-22 22:00 -------
I think urpmi chooses the "best" package when two packages are
the same.
------- Additional Comments From [EMAIL PROTECTED] 2003-01-22 23:06 -------
OK, you're right in the following cases :
- 2 identical local sources -> rpmdrake displays only one of them
- 2 identical ftp sources -> rpmdrake displays only one of them
But I've seen a tiny problem in the following case :
- 1 ftp source called "cooker" with packages a, b, c, d
- 1 local source called "local" with packages a, b
When selecting the package "a", rpmdrake shows that the source is "cooker", but
urpmi/rpmdrake will actually install from "local".
So the install behaviour is correct, but the display of the field "source" is
incorrect : there is no indication that the package will be installed from
"local" and not from "cooker". And the "local" source, although still active, is
never displayed in rpmdrake.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: __UNKNOWN__
description:
-Create two directories /tmp/toto and /tmp/toto2
and put some rpms in both.
-Add them as urpmi sources :
urpmi.addmedia toto file:///tmp/toto
urpmi.addmedia toto2 file:///tmp/toto2
- start rpmdrake and sort by source repository
--> Only toto2 is displayed
-------------------------------------------------------
The same thing can be done with two ftp cooker sources:
urpmi.addmedia cooker1 ftp:///...mirror1.../RPMS with ../base/synthesis.hdlist.cz
urpmi.addmedia cooker2 ftp:///...mirror2.../RPMS with ../base/synthesis.hdlist.cz
start rpmdrake and sort by source --> only cooker2 is displayed.
---------------------
expected behaviour : "display by source" in rpmdrake should display all the
sources present in the source manager.