[virt-tools-list] [PATCH] virt-manager: Fix KVM_PACKAGES substitution variable

Marc Deslauriers marc.deslauriers at canonical.com
Wed Aug 22 17:25:25 UTC 2012


Hello,

Commit 68e78244e851f1f3829f711249d1f375103a2a4d changed the HV_PACKAGES
variable to KVM_PACKAGES in src/virt-manager.py.in, but the
corresponding change was never made to src/Makefile.am.

Here is a patch to correct the issue.

Thanks,

Marc.


commit 93ba787355736733c189e6809b9108a70f0e02d4
Author: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Date:   Wed Aug 22 13:21:48 2012 -0400

    Fix incorrect substitution variable

diff --git a/src/Makefile.am b/src/Makefile.am
index e51d7b2..3f4ee8f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -65,7 +65,7 @@ endif
 	  -e "s,::DEFAULT_QEMU_USER::,$(DEFAULT_QEMU_USER)," \
 	  -e "s,::ENABLE_UNSUPPORTED_RHEL_OPTS::,$(ENABLE_UNSUPPORTED_RHEL_OPTS)," \
 	  -e "s|::PREFERRED_DISTROS::|$(PREFERRED_DISTROS)|" \
-	  -e "s|::HV_PACKAGES::|$(KVM_PACKAGES)|" \
+	  -e "s|::KVM_PACKAGES::|$(KVM_PACKAGES)|" \
 	  -e "s|::ASKPASS_PACKAGE::|$(ASKPASS_PACKAGE)|" \
 	  -e "s|::LIBVIRT_PACKAGES::|$(LIBVIRT_PACKAGES)|" \
 	  < $< > $@





More information about the virt-tools-list mailing list