How to create many sub packages automatically in rpm spec

ぐ巨炮叔叔 提交于 2019-12-02 08:40:54

Natively, no there isn't. You'll have to use an external templating language like jinja2 to create the spec file on-the-fly.

That being said, having 300 subpackages is going to be an absolute nightmare for both your CM folks and for your users. You might want to ask another question explaining the use case to see if there are better alternatives.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!