From e308097af5420ae64d1ef7cab5b997c405e4bc91 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 12 Jul 2014 09:41:37 +0200 Subject: [PATCH] lib/transaction_ops.c: also check conflicts for pkgs without rdeps. --- lib/transaction_ops.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/transaction_ops.c b/lib/transaction_ops.c index 3090f5bd..7c6814bc 100644 --- a/lib/transaction_ops.c +++ b/lib/transaction_ops.c @@ -192,7 +192,10 @@ trans_find_pkg(struct xbps_handle *xhp, const char *pkg, bool reinstall) if (!xbps_dictionary_set_cstring_nocopy(pkg_repod, "transaction", reason)) return EINVAL; - + /* + * Check if package has matched conflicts. + */ + xbps_pkg_find_conflicts(xhp, unsorted, pkg_repod); /* * Add the pkg dictionary from repository's index dictionary into * the "unsorted" queue.