Mário Gamito wrote: > Hi, > > I want to build a single RPM that has more than one software in it and a > different name from them. > > Let's imagine for the sake of example that i want to make an RPM called > databases.rpm that installs both MySQL and Postgres. > > How can i do this with a single spec file ? Requires: package1 Requires: package2 ...