diff options
Diffstat (limited to 'coreboot.git.spec')
-rw-r--r-- | coreboot.git.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreboot.git.spec b/coreboot.git.spec index 02690a4..9af7b4a 100644 --- a/coreboot.git.spec +++ b/coreboot.git.spec @@ -92,10 +92,10 @@ cp util/inteltool/inteltool.8 \ mkdir -p %{buildroot}/usr/share/qemu/firmware %{SOURCE9} "/usr/share/%{name}/coreboot-i440fx-seabios.rom" \ "coreboot (git master, i440fx, seabios)" "i440fx" \ - > %{buildroot}/usr/share/qemu/firmware/90-coreboot-git-i440fx-seabios.json + > %{buildroot}/usr/share/qemu/firmware/81-coreboot-git-i440fx-seabios.json %{SOURCE9} "/usr/share/%{name}/coreboot-q35-seabios.rom" \ "coreboot (git master, q35, seabios)" "q35" \ - > %{buildroot}/usr/share/qemu/firmware/90-coreboot-git-q35-seabios.json + > %{buildroot}/usr/share/qemu/firmware/81-coreboot-git-q35-seabios.json %files %doc rpm.doc/*.config |