How can I make an RPM depend on package a OR package b?

后端 未结 3 915
误落风尘
误落风尘 2021-01-11 20:16

This seems like a simple question, but the docs don\'t seem to have anything to say on the subject. I would like to do something like Requires: vim or emacs bu

3条回答
  •  [愿得一人]
    2021-01-11 20:54

    There is no such capability in rpm. Require a virtual provides that the packages have in common, if there is one.

提交回复
热议问题