Conan-Kudo commented on this pull request.


> @@ -146,6 +244,8 @@ static void processVerDef(Elf_Scn *scn, GElf_Shdr *shdr, 
> elfInfo *ei)
                    continue;
                } else if (soname && !soname_only && !skipPrivate(s)) {
                    addDep(&ei->provides, soname, s, ei->marker);
+                   if (multiarch_deps)
+                       addDep(&ei->provides, soname, s, ei->archmarker);

This is for backwards compatibility, especially for supporting third party 
packages.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/360#discussion_r170861453
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to