Re: [Rpm-maint] [rpm-software-management/rpm] RFE: add explicit file dependency on the elf loader to use if not implied by glibc libc.so.6 dependency (#489)

2018-08-21 Thread Jeff Johnson
Closed #489.

-- 
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/issues/489#event-1800042005___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] RFE: add explicit file dependency on the elf loader to use if not implied by glibc libc.so.6 dependency (#489)

2018-08-01 Thread Jeff Johnson
RPM used to extract not only the libc soname, but also the elf loader to use 
that is found in elf headers.

The dependency on the elf interpreter was removed after much discussion 
regarding bloat and redundant dependencies in depsolver metadata more than a 
decade ago.

While it is true that the elf loader and the libc soname dependencies are 
redundant for glibc, this isn't true in general. Even if glibc is being used, 
LSB chose to use a different elf interpreter, to give a known usage case.

UClibc also has a different elf interpreter than glibc. 

The elf loader file dependency should be added if the path is not what glibc 
uses to have both bloat removal (when glibc is in use) and completeness when a 
different elf loader is being used.



-- 
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/issues/489___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint