シナリオ 1:インストール済み rpm の変更ログを確認する
構文:
# rpm -q --changelog [rpm name]
例:
# rpm -q --changelog rsync-3.0.9-17.el7.x86_64 - Resolves: #1032637 - rsync unit tests cannot be compiled - switch to hardened build * Tue Jan 28 2014 Pavel Šimerda- 3.0.9-14 - Resolves: #1052814 - rsync command is terminated with SIGSEGV - Resolves: #1052814 - add missing patch file [Output truncated]
シナリオ 2:インストールせずに rpm の変更ログを確認する (rpm ファイルを使用)
構文:
# rpm -qp --changelog [path to rpm file]
例:
# rpm -qp --changelog rsync-3.0.6-12.el6.x86_64.rpm * Fri Mar 28 2014 Pavel Šimerda- 3.0.6-12 - Resolves: #1011219 - Typo in manpage * Wed Mar 26 2014 Pavel Šimerda - 3.0.6-11 - Resolves: #981797 - rsync -X is ineffective when setting owner/group [Output truncated]