diff --git a/qemu.spec b/qemu.spec index 7f8b35240f9c1d0b3c921596cb50e20e11a935ba..2fe5dd229bc991515de437c62dfe80e7633a3a88 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 8.2.0 -Release: 52 +Release: 53 Epoch: 11 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -1197,6 +1197,9 @@ BuildRequires: spice-server-devel BuildRequires: qatzip-devel BuildRequires: intel-qpl-devel %endif +%ifarch aarch64 +BuildRequires: umdk-urma-devel +%endif BuildRequires: glibc-static glib2-static zlib-static libatomic-static @@ -1454,6 +1457,9 @@ cd ../ --enable-zstd \ --disable-brlapi \ --disable-plugins \ +%ifarch aarch64 + --enable-urma-migration \ +%endif --enable-debug make %{?_smp_mflags} $buildldflags V=1