RPM -- plans, goals, etc.
Posted Dec 19, 2006 11:52 UTC (Tue) by
seyman (subscriber, #1172)
In reply to:
RPM -- plans, goals, etc. by cortana
Parent article:
RPM -- plans, goals, etc.
> At the risk of starting a huge OT discussion... why?
Because the dependencies for a package can be in any number of packages, all of which would resolve them.
If I need the mysql client libs, it doesn't matter whether the package is called mysql-client or MySQL-client or anything else. It just matters that the library that I'm linking against is installed on my system.
> How does 'foo depends on /usr/lib/libbar.so.3' express the fact that foo uses symbols that were introduced into libbar.so.3 in version 4.2?
Package dependencies should be used for symbol versioning but these should compliment file dependencies, not replace them (IMHO, of course).
(
Log in to post comments)