From f4a38f05409640607984671aa6261c28a3fee0b4 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 10 Aug 2015 18:02:18 +0200 Subject: [PATCH] suggest to use 'yum remove' rather than 'rpm -e' for VM removal so avoid yum's warning of noticing rpm changes outside of yum --- qvm-tools/qvm-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qvm-tools/qvm-remove b/qvm-tools/qvm-remove index a5973d28..ccb10212 100755 --- a/qvm-tools/qvm-remove +++ b/qvm-tools/qvm-remove @@ -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 to remove it!" + print >> sys.stderr, "This VM has been installed by RPM, use yum remove to remove it!" exit (1) try: