Skip to content

Commit

Permalink
fixup! transaction: Handle reporting not found due to versionlock
Browse files Browse the repository at this point in the history
  • Loading branch information
m-blaha committed Jan 4, 2024
1 parent 8a44110 commit 7fd481e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libdnf5/base/transaction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ GoalProblem Transaction::Impl::report_not_found(
log_level);
return GoalProblem::ONLY_SRC;
}
// XXX handle versionlock excludes
query.filter_versionlock();
if (query.empty()) {
add_resolve_log(
Expand Down

0 comments on commit 7fd481e

Please sign in to comment.