Skip to content

Commit

Permalink
repo: Invalidate provides after adding groups xml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-blaha committed Feb 18, 2025
1 parent deea3f6 commit 460a416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libdnf5/repo/repo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ void Repo::add_xml_comps(const std::string & path) {
throw RepoCompsError(
M_("Failed to load xml Comps \"{}\": {}"), path, std::string(pool_errstr(p_impl->solv_repo->repo->pool)));
}
p_impl->base->get_rpm_package_sack()->p_impl->invalidate_provides();
}

rpm::Package Repo::add_rpm_package(const std::string & path, bool with_hdrid) {
Expand Down

0 comments on commit 460a416

Please sign in to comment.