Build rpm for packages
Can any one tell me how to create an rpm which would install another rpm,how to f开发者_C百科ind the spec file for this.Or please indicate the tutorial for building such a spec file
You cannot. Specify the package you want installed as well in Requires:
and let the depsolver handle it.
精彩评论