]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Support SOLVABLE_PREREQ_IGNOREINST in the ordering code
authorMichael Schroeder <mls@suse.de>
Thu, 3 Mar 2022 13:42:46 +0000 (14:42 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 3 Mar 2022 13:42:46 +0000 (14:42 +0100)
commit412b2391dc8e69fa9b9011b2ee7a84f876537217
tree36c22f868a0c60508d13e5190dcfb9f473eafcee
parentdc886371e22ae50d1ecd750ecbac43b2beccc356
Support SOLVABLE_PREREQ_IGNOREINST in the ordering code

This helps to avoid a couple of dependency cycles.

This commit also fixes the cycle breaking code looking at the
wrong package for uninst->uninst edges.
src/order.c