This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RPM notes


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

Anthony> * We currently create two kinds of RPMs..
Anthony> rhug-PACKAGE-VERSION and rhug-PACKAGE-VERSION-devel.

I think it would make sense to generate all the RPMs for a given
package at once: the ordinary bytecode RPM, plus the corresponding
devel package, plus both rhug packages.  This might mean coordinating
with the vendors in some way.  What do you think of that?  The benefit
is version consistency, and also single ownership of the .jar file.

Anthony> * Normally non-devel library RPMs contain *.so.* , and not
Anthony> *.so files (which go in -devel).  However, our classloader
Anthony> currently looks for *.so files, so we must include those in
Anthony> the non-devel package.  Should we change the classloader?
Anthony> How would it know which version to load?

Actually the problem is lower than the classloader; we use libltdl to
load the libraries.  Whatever it decides is what happens.

This is great work, btw.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]