Friends:<div><br></div><div>Thanks for your time and attention in advance.<br><div><br></div><div>Here is the scenario.</div><div><br></div><div>a. I have created a RPM for apache-tomcat-7.0.42 and it installs. (relocatable package)</div>
<div><br></div><div>b. I have to now create a RPM for the applications aka the wars.(non-relocatable)</div><div><br></div><div>It has the dependency on the above apache-tomcat-7.0.42.rpm package.  I have that mentioned in the Requires tag.</div>
<div>Now I need to know where the package mentioned in the line above is installed.</div><div><br></div><div>I need that because relative to that location of where the package in line-a is installed I have to install the war files.</div>
<div><br></div><div>I know that in the %pre line of war-rpm, I can do somethings.  I can do rpm-qip of the line-a package and get the install location.  The question is how to make it available to subsequent sections.</div>
<div><br></div><div>Essentially I need to know where package in line-a is installed and how can I get that variable and make it available to subsequent sections of line-b package.</div><div><br></div><div>-N</div></div>