@dmnks commented on this pull request.


>  
-    if (skipSoname(soname))
+static void addSoDep(std::vector<std::string> & deps,
+                    const std::string & soname,
+                    const std::string & ver, const std::string & marker)
+{
+    if (skipSoname(soname.c_str()))

This was probably forgotten as part of the "Use a C++ string for skipSoname() 
convenience" commit :sweat_smile: 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3581#pullrequestreview-2637867429
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3581/review/2637867...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to