]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Split is_obsoleting() from policy_findupdatepackages
authorMichael Schroeder <mls@suse.de>
Tue, 20 Dec 2022 10:36:11 +0000 (11:36 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 21 Dec 2022 13:06:15 +0000 (14:06 +0100)
commit2f60e1253bfd1255c34ccb2ee8fe4b3cd9bdbd3f
tree12a807f6e041b7f261f69aaffe501a9f15a50870
parent779673739c8d24ed32a05aa1c080e1e9f7a8d069
Split is_obsoleting() from policy_findupdatepackages

This makes the code a bit more readable. Plus, we can reuse
this function in the future.
src/policy.c