suggest to use 'yum remove' rather than 'rpm -e' for VM removal so avoid yum's warning of noticing rpm changes outside of yum

Šī revīzija ir iekļauta:
Patrick Schleizer 2015-08-10 18:02:18 +02:00
vecāks e3ae3cdf34
revīzija f4a38f0540

Parādīt failu

@ -75,7 +75,7 @@ def main():
if vm.installed_by_rpm and not options.remove_from_db_only:
if options.verbose:
print >> sys.stderr, "This VM has been installed by RPM, use rpm -e <pkg name> to remove it!"
print >> sys.stderr, "This VM has been installed by RPM, use yum remove <pkg name> to remove it!"
exit (1)
try: