2014/10/31 -The Requires(post) tag tells rpm that your package requires that package to be installed before the %post scriplet of your RPM can run ...

この章で説明するセクションは、SPECファイルからRPMパッケージを作るときには、実行されることはありません。 %pre %post %preun %postun %triggerin %triggerun ...

RPM spec files have several sections which allow packages to run code on installation and removal. These bits of code are called scriptlets and are mostly ...

2018/12/18 -specファイルってなんぞ. rpmパッケージを作る時に必要になるレシピ的なもの. rpmbuild コマンドを実行するときspecファイルに沿ってrpmパッケージ ...

2019/4/17 -Hello, I am working on building an RPM from scratch and have a few requirements to meet for the complete functionality of the software suite.

2022/1/24 -You could omit the conditionals and depend on the semanage exectutable instead of the policycoreutils-python package: Requires(post): ...

SPECファイルで使用できる便利なタグ · 更新記録(1999 ... ( ) の中は、Requires(pre,preun,post ... インストールしたいhoge-1.1-2.rpmがgsを必要(Requires)としてるとしま ...

Here is a complete, working RPM Spec file with several things skipped and simplified. ... There can be multiple entries of Requires , each on its own line in the ...

Introduction-Your First RPM Package-Advanced Topics

各エントリーに対する行が、SPEC ファイル行に含まれます。 Requires. インストール後のソフトウェアの実行に必要なパッケージのコンマ区切りまたは空白区切りのリスト ...

2015/9/18 -たとえば Requires: libqt4 などの形で明示的に依存関係を示す必要はなく、 RPM 側で自動的に共有ライブラリを検出し、依存関係を構築させてください。

一般的なルール-前書き部分-構築セクション (%build)