Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RPM (「私のもの」) を作成して、別の「その他」の RPM (私が管理していない) のインストールを容易にしようとしています。このサードパーティの RPM には、パッケージ「foo」と「bar」が必要です。自分の RPM でパッケージ "foo" と "bar" を提供したいのですが、独自の実装が必要です。他のパッケージを提供することを指定する RPM を定義することはできますか?
パッケージ名に別名を付ける方法を探していたので、明らかな「Provides」セクションを見逃していたと確信していました。
Provides: foo bar
問題を解決します。