From: Arvin Schnell Date: Fri, 26 Jun 2026 08:33:00 +0000 (+0000) Subject: Add match_solvables function to SnapperZyppCommitPlugin X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dcb101d25bd76c0def4438f4347613a557ad269;p=thirdparty%2Fsnapper.git Add match_solvables function to SnapperZyppCommitPlugin --- diff --git a/zypp-plugin/snapper-zypp-plugin.cc b/zypp-plugin/snapper-zypp-plugin.cc index bd8701d1..be869072 100644 --- a/zypp-plugin/snapper-zypp-plugin.cc +++ b/zypp-plugin/snapper-zypp-plugin.cc @@ -403,6 +403,7 @@ SnapperZyppCommitPlugin::get_solvables(const Message& msg, Phase phase) const return result; } + void SnapperZyppCommitPlugin::match_solvables(const set& solvables, bool& found, bool& important) const {