FS#2332 - pacman doesn't check for moving files on upgrade
Attached to Project:
Pacman
Opened by Tobias Powalowski (tpowa) - Monday, 07 March 2005, 14:01 GMT
Last edited by Judd Vinet (judd) - Monday, 07 March 2005, 19:42 GMT
Opened by Tobias Powalowski (tpowa) - Monday, 07 March 2005, 14:01 GMT
Last edited by Judd Vinet (judd) - Monday, 07 March 2005, 19:42 GMT
|
Details
hi
i add this, that i can do a link to the bug that is already known. problem: if files move between packages pacman doesn't recognize it and updates packages in wrong order. example: packaga A provides: testfile-A package B provides: testfile-B now testfile-A moves to package-B: on upgrade this will happen: package B gets first updated, provides testfile-A after it package A gets updated --> testfile A gets removed --> missing files will happen problem is the upgrade order of packages. hope it was clear enough :) |
This task depends upon
Closed by Judd Vinet (judd)
Friday, 22 April 2005, 00:25 GMT
Reason for closing: Fixed
Additional comments about closing: I've fixed this using Paul's suggestion. 2.9.6 will be released soon.
Friday, 22 April 2005, 00:25 GMT
Reason for closing: Fixed
Additional comments about closing: I've fixed this using Paul's suggestion. 2.9.6 will be released soon.
I *think* this might be easier to implement and also accomplishes what is needed.