Please review the patch which adds a retry mechanism if a semanage
transaction lock could not be acquired by a pkispawn/pkidestroy
execution. Normally, if a process does not get SELinux transaction lock
it throws an error and quits.
This patch allows pkispawn/pkidestroy to retry 10 times with a 5 second
interval between each try.
--Abhishek