diff options
author | Ilya Palachev <i.palachev@samsung.com> | 2014-09-08 19:26:04 +0400 |
---|---|---|
committer | Yury Usishchev <y.usishchev@samsung.com> | 2014-12-10 14:51:43 +0300 |
commit | abac0dd3631b8d3c774b0ff41d9fc9cfb78d8cd9 (patch) | |
tree | bc2ac55e406da0fda6a356ed6b94393de4ea3c79 /packaging | |
parent | 0abe1f8ad0bf9088137e6f73e3b0027b8c8c6ad4 (diff) | |
download | qemu-abac0dd3631b8d3c774b0ff41d9fc9cfb78d8cd9.tar.gz qemu-abac0dd3631b8d3c774b0ff41d9fc9cfb78d8cd9.tar.bz2 qemu-abac0dd3631b8d3c774b0ff41d9fc9cfb78d8cd9.zip |
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 <i.palachev@samsung.com>
Diffstat (limited to 'packaging')
-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 |