[Rpm-maint] [rpm-software-management/rpm] elfdeps: Add full multiarch deps support (#360)

Neal Gompa (ニール・ゴンパ) notifications at github.com
Tue Feb 27 09:33:23 UTC 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180227/62d175bc/attachment.html>


More information about the Rpm-maint mailing list