diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-20 13:45:37 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-20 13:45:37 +0200 |
commit | e0d0af6ec6bdcda9d638ca87a35c0873748f0257 (patch) | |
tree | b2bb4a12b6e835298a7a65f238ace03ccf9980d1 | |
parent | b70798561a6acac5834322fc5524242c96c52892 (diff) | |
download | seabios-e0d0af6ec6bdcda9d638ca87a35c0873748f0257.tar.gz |
rename files
-rw-r--r-- | seabios.git.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/seabios.git.spec b/seabios.git.spec index 68b4752..36f1144 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -125,9 +125,9 @@ ln -s bios-qemu-256k.bin %{buildroot}/usr/share/%{name}/bios-256k.bin mkdir -p %{buildroot}/usr/share/qemu/firmware %{SOURCE1} "/usr/share/%{name}/bios-qemu-256k.bin" "SeaBIOS (git master, default)" \ - > %{buildroot}/usr/share/qemu/firmware/90-seabios-git-default.json + > %{buildroot}/usr/share/qemu/firmware/80-seabios-git-default.json %{SOURCE1} "/usr/share/%{name}/bios-qemu-fast.bin" "SeaBIOS (git master, fastboot)" \ - > %{buildroot}/usr/share/qemu/firmware/90-seabios-git-fastboot.json + > %{buildroot}/usr/share/qemu/firmware/80-seabios-git-fastboot.json %files %doc rpm.doc/*.config |