Reputation: 46899
Can any one tell me how to create an rpm which would install another rpm,how to find the spec file for this.Or please indicate the tutorial for building such a spec file
Upvotes: 0
Views: 206
Reputation: 798436
You cannot. Specify the package you want installed as well in Requires:
and let the depsolver handle it.
Upvotes: 3