Re: Build a special RPM
"Thornton Prime" <[email protected]>
| Newsgroups | org.kernel.vger.linux-admin |
|---|---|
| Message-ID | <[email protected]> |
If all you want to do is require two packages, and you have a good RPM-based package dependency system, just put both packages in Requires: and build an empty RPM. (I do this all the time). If you want something more complicated, go read the book at www.rpm.org, download the SRPMs for one or both packages, and start merging them. ~ thornton