From 67f0fb105cd1c5b0c890e9a6e334cfae886e6f34 Mon Sep 17 00:00:00 2001 From: Ilya Palachev Date: Mon, 8 Sep 2014 19:26:04 +0400 Subject: [PATCH] packaging: add qemu-ppc64le to the list of packaged files Otherwise the build fails at the execution of the %packagind section: [ 662s] error: Installed (but unpackaged) file(s) found: [ 662s] /usr/bin/qemu-ppc64le Change-Id: Iae46712a3a94893e99516972d5163a83897bb41b Signed-off-by: Ilya Palachev --- packaging/qemu.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/qemu.spec b/packaging/qemu.spec index d182436..549b81d 100644 --- a/packaging/qemu.spec +++ b/packaging/qemu.spec @@ -203,6 +203,7 @@ rm -rf ${RPM_BUILD_ROOT} %_bindir/qemu-or32 %_bindir/qemu-ppc64abi32 %_bindir/qemu-ppc64 +%_bindir/qemu-ppc64le %_bindir/qemu-ppc %_bindir/qemu-s390x %_bindir/qemu-sh4 -- 2.7.4