On Fri, 2014-11-07 at 12:21 +0100, Miroslav Suchý wrote: > When installing package I will get: > Installing : zsh-5.0.7-1.fc21.x86_64 > 1/1 > Verifying : zsh-5.0.7-1.fc21.x86_64 > 1/1 > > What actually Verifying does? Is it the same as -V? Why it is in transaction? > I tried to search for documentation of > this step, but found nothing.
It's inside yum, after the transaction runs, in a function called verifyTransaction(). The two main parts of it are making sure that each transaction member that was supposed to be installed was actually installed (and dito. for those that were supposed to be removed), and installing/removing the yumdb information. _______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel