Fix broken ARM64 REC build
The REC ARM64 build has been broken for a while, likely due to the
change of Jenkins builder nodes from Ubuntu 16.04 to 18.04. A number of
fixes are needed, not all known at this time. This change is a start at
fixing them.
1) Force installation of libvirt-daemon-system because the start of
libvirt is failing when it used to succeed.
2) Install "rename" command. This was present in Ubuntu 16.04, missing
in 18.04 and back again in 20.04. The Arm build hosts were changed
from 16.04 to 18.04 a while back and the build has been broken ever
since (due to multiple issues).
Change-Id: I1cf7ed62bd796bb20da21c9205487c0c6a079e85
Signed-off-by: Paul Carver <pcarver@att.com>