]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Unbreak code to not end a proof with SOLVER_RULE_RPM_SAME_NAME
authorMichael Schroeder <mls@suse.de>
Wed, 10 Apr 2024 08:40:43 +0000 (10:40 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 10 Apr 2024 08:40:43 +0000 (10:40 +0200)
commitd2215f08e6fab4245d6ce1143423a577a1ead5f5
tree7773779b363207eb7f7f20f4f70ba4f138e523cd
parent29ebc283f819dc4c24534fa50a62931e262a5c32
Unbreak code to not end a proof with SOLVER_RULE_RPM_SAME_NAME

We broke it with commit f6b47040159e905e62317ef846b26ffcaa8dad8f
when we added the reason to the decisionlist entry but forgot
to adapt the code.

We need to add decisionlist testcases...
src/decision.c