From c59d75c3015c9c37e0e6a613cffa514e04c2d22878fb9923823e997a1396bbfd Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 8 Apr 2013 18:55:30 +0000 Subject: [PATCH] - force paths to supermin/supermin-helper even if package is not available at buildtime OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=209 --- libguestfs.changes | 5 +++++ libguestfs.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/libguestfs.changes b/libguestfs.changes index a190a7c..55c429a 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 8 20:55:11 CEST 2013 - ohering@suse.de + +- force paths to supermin/supermin-helper even if package is not available at buildtime + ------------------------------------------------------------------- Tue Apr 2 14:43:33 CEST 2013 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index c52bf60..a7521cc 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -422,8 +422,11 @@ export PERLLIB=`echo $PWD/Pod-Simple-*/lib` # disable qemu test. # If the package is built within kvm the configure test will fail because it starts kvm within kvm # With QEMU in environment qemu and kvm packages are not needed at build time. +# With SUPERMIN and SUPERMIN_HELPER in environment, supermin package is not needed at build time. export vmchannel_test=no export QEMU=/usr/bin/qemu-kvm +export SUPERMIN=supermin +export SUPERMIN_HELPER=supermin-helper # for configure macro below CFLAGS="$RPM_OPT_FLAGS -Wno-unused" CXXFLAGS="$RPM_OPT_FLAGS -Wno-unused"