I would like to build an RPM that allows the installer to select which components of the software are installed.
More specifically we have 5 EAR files that are in the RPM I would like to let the installer specify an option when installing to select which EAR to install or to install all.
Is this possible with RPM?
Thanks.