From 0e9ca33eb02379c4d20039142058741f2a1e16e4 Mon Sep 17 00:00:00 2001 From: srbala Date: Sun, 18 Dec 2022 02:08:24 +0000 Subject: [PATCH] Update reference to qemu folder for openqa support Signed-off-by: srbala --- SPECS/SLOF.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SPECS/SLOF.spec b/SPECS/SLOF.spec index c3a3c19..5ad7524 100644 --- a/SPECS/SLOF.spec +++ b/SPECS/SLOF.spec @@ -48,14 +48,21 @@ make qemu %{?_smp_mflags} V=2 %install mkdir -p $RPM_BUILD_ROOT%{_datadir}/qemu-kvm install -c -m 0644 boot_rom.bin $RPM_BUILD_ROOT%{_datadir}/qemu-kvm/slof.bin +mkdir -p $RPM_BUILD_ROOT%{_datadir}/qemu +install -c -m 0644 boot_rom.bin $RPM_BUILD_ROOT%{_datadir}/qemu/slof.bin %files %doc LICENSE %doc README %dir %{_datadir}/qemu-kvm %{_datadir}/qemu-kvm/slof.bin +%dir %{_datadir}/qemu +%{_datadir}/qemu/slof.bin %changelog +* Thu Dec 17 2022 Bala Raman - 20210217-1.el9 +- Add reference to qemu + * Thu Sep 2 2021 Danilo C. L. de Paula - 20210217-1.el8 - Resolves: bz#2000225 (Rebase virt:rhel module:stream based on AV-8.6)