@pmatilai 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()))

Oh yup, that's just an accidental leftove caused by "wrong" refactoring order - 
reordered the two relevant commits and voila the issue goes away :sweat_smile: 
Thanks for spotting.

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

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

Reply via email to