Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package_query: Fix filter_version with non EQ comparator
The current implementation of the filter_version and filter_release filters always uses the cmp_eq comparator. This means that these filters only work with EQ and NEQ comparisons. The patch fixes these filters to work correctly with LT, LTE, GT, and GTE comparisons as well.
- Loading branch information