There are unfinished transactions remaining

yumコマンドでupdate中に失敗してから、下記のようなエラーがでてアップデートできなくなりました。

# yum update libvirt
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
 * extras: www.ftp.ne.jp
依存性の解決をしています
There are unfinished transactions remaining. You might consider running yum-complete-transaction,
or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them.
If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).
プログラム yum-complete-transaction は yum-utils パッケージ内で見つかりました。
~~~~省略~~~~

yumのトランザクションが残ってるようなので、yum-utilsをインストールして
yum-complete-transactionを実行しました。

# yum instal yum-utils
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
 * extras: www.ftp.ne.jp
依存性の解決をしています
There are unfinished transactions remaining. You might consider running yum-complete-transaction, or
"yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them.
If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).
プログラム yum-complete-transaction は yum-utils パッケージ内で見つかりました。
--> トランザクションの確認を実行しています。
---> パッケージ yum-utils.noarch 0:1.1.31-25.el7_0 を インストール
--> 依存性の処理をしています: python-kitchen のパッケージ: yum-utils-1.1.31-25.el7_0.noarch
--> トランザクションの確認を実行しています。
---> パッケージ python-kitchen.noarch 0:1.1.1-5.el7 を インストール
--> 依存性の処理をしています: python-chardet のパッケージ: python-kitchen-1.1.1-5.el7.noarch
--> トランザクションの確認を実行しています。
---> パッケージ python-chardet.noarch 0:2.0.1-7.el7 を インストール
--> 依存性解決を終了しました。

依存性を解決しました

=============================================================================================
 Package                          アーキテクチャー   バージョン         リポジトリー    容量
=============================================================================================
インストール中:
 yum-utils                        noarch             1.1.31-25.el7_0    updates        111 k
依存性関連でのインストールをします:
 python-chardet                   noarch             2.0.1-7.el7        base           222 k
 python-kitchen                   noarch             1.1.1-5.el7        base           267 k

トランザクションの要約
=============================================================================================
インストール  1 パッケージ (+2 個の依存関係のパッケージ)

総ダウンロード容量: 599 k
インストール容量: 2.8 M
~~~~省略~~~~

# yum-complete-transaction
読み込んだプラグイン:fastestmirror
Loading mirror speeds from cached hostfile
 * extras: www.ftp.ne.jp
There are 1 outstanding transactions to complete. Finishing the most recent one
The remaining transaction had 88 elements left to run

~~~~省略~~~~
Cleaning up completed transaction file

参考:http://d.hatena.ne.jp/shibainu55/20100519/1274338139