]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Add match_solvables function to SnapperZyppCommitPlugin 1162/head
authorArvin Schnell <aschnell@suse.com>
Fri, 26 Jun 2026 08:33:00 +0000 (08:33 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 08:33:00 +0000 (08:33 +0000)
zypp-plugin/snapper-zypp-plugin.cc

index bd8701d1ecbbce4266ba38278d1fda589d4a8188..be86907271b6687fc90552e54121072a8b249ec9 100644 (file)
@@ -403,6 +403,7 @@ SnapperZyppCommitPlugin::get_solvables(const Message& msg, Phase phase) const
     return result;
 }
 
+
 void
 SnapperZyppCommitPlugin::match_solvables(const set<string>& solvables, bool& found, bool& important) const
 {