Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid upgrade conflict with unchanged effective path | Allan McRae | 2012-12-14 |
| | | | | | | | | | | | | This applies to a case such as when /lib is a symlink to /usr/lib. If a package is installed which contains /lib/libfoo.so, pacman will complain if this package is then "fixed" to contain /usr/lib/libfoo.so. Since these have the same effective path and it exists within the same package, ignore the conflict. Fixes FS#30681. Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | pactest: avoid upgrade conflict with unchanged effective path | Dave Reisner | 2012-08-02 |
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> |