Add i586 qemu-linux-user already-built bin 95/295495/2 accepted/tizen_8.0_base accepted/tizen_base_test tizen_8.0_base accepted/tizen/8.0/base/20231005.045211 accepted/tizen/base/20230714.003517 accepted/tizen/base/test/20230710.103034 tizen_8.0_m2_release
authorsk7.park <sk7.park@samsung.com>
Mon, 10 Jul 2023 05:33:50 +0000 (14:33 +0900)
committersk7.park <sk7.park@samsung.com>
Mon, 10 Jul 2023 05:36:24 +0000 (14:36 +0900)
Change-Id: I23ceb22d1e0211ce37199393f6e695688bd530b7

packaging/qemu-linux-user-5.2.0-2.1.i586.rpm [new file with mode: 0644]
packaging/qemu-linux-user.spec

diff --git a/packaging/qemu-linux-user-5.2.0-2.1.i586.rpm b/packaging/qemu-linux-user-5.2.0-2.1.i586.rpm
new file mode 100644 (file)
index 0000000..12f7201
Binary files /dev/null and b/packaging/qemu-linux-user-5.2.0-2.1.i586.rpm differ
index 2a56563..05bfd60 100644 (file)
@@ -34,8 +34,9 @@ Version:        %qemuver
 Release:        20.1
 Source:         https://wiki.qemu.org/download/%{srcname}-%{srcver}.tar.xz
 Source1001:     qemu-linux-user-5.2.0-2.1.x86_64.rpm
+Source1002:     qemu-linux-user-5.2.0-2.1.i586.rpm
 
-ExclusiveArch:  x86_64
+ExclusiveArch:  %{ix86} x86_64
 
 # Common BuildRequires listed here:
 %if 0%{?qemu_user_space_build:1}
@@ -51,7 +52,11 @@ syscall layer occurs on the native hardware and operating system.
 
 %prep
 %setup -q
+%ifarch x86_64
 rpm2cpio %{SOURCE1001} | cpio -idv
+%else
+rpm2cpio %{SOURCE1002} | cpio -idv
+%endif
 
 %build