> Kyle J. McDonald wrote at 11/28/06 14:09: > > As it is I found several dependencies trails that > make no sense... Like why does GNOME accessibility > depend on Solaris Zones? I know, I know, I know ;)
The SUNWgnome-a11y-libs-share package have a %postinstall script to create a symlink inside java's jre/lib dir and copy a file to the jre/lib/ext dir. When the package is installed into a zone it calls some zones binaries to get info about the zone, hence the dependencies on SUNWzoner, SUNWzoneu and SUNWpkgcmdsu. I suppose we could modify the code to check whether these packages are installed and remove the dependencies. Obviously if the packages aren't installed, then it's not being installed in a zone. This message posted from opensolaris.org
