Opened 14 years ago
Closed 13 years ago
#7 closed enhancement (fixed)
rpm: automatic requires clause for DLLs
Reported by: | Yuri Dario | Owned by: | Yuri Dario |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | rpm | Version: | |
Severity: | Keywords: | ||
Cc: |
Description
Under unix, RPM is able to parse ELF binaries and detect which shared libraries are needed to execute code.
It will be nice to get the same feature under OS/2; this will require a virtual package for OS/2 system libraries.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
(changeset:161) adds .dll to provides and requires automatic tags, to avoid name clash between dll name and package name.
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
2010-10-25 changeset:61 rpm: add LX header parsing to extract Requires and Provides rules automatically.