diff options
author | Ilya Palachev <i.palachev@samsung.com> | 2014-09-08 19:26:04 +0400 |
---|---|---|
committer | Ilya Palachev <i.palachev@samsung.com> | 2014-09-08 19:42:43 +0400 |
commit | 7f4492b0e820a55d5b3a63aa133963e90c794217 (patch) | |
tree | 3ef000c6228d2aa5f64d5111d197adff4c8d6d4c | |
parent | 5b48385a5e5d6e501a11c0372d58a60c6dacd385 (diff) | |
download | qemu-sandbox/ipalachev/devel.tar.gz qemu-sandbox/ipalachev/devel.tar.bz2 qemu-sandbox/ipalachev/devel.zip |
packaging: add qemu-ppc64le to the list of packaged filessandbox/ipalachev/devel
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 <i.palachev@samsung.com>
-rw-r--r-- | packaging/qemu.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/qemu.spec b/packaging/qemu.spec index d18243626..549b81d4f 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 |