mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-25 05:30:04 +00:00
trivial: fedora: Fix the signed file to match what fwupd is expecting
This commit is contained in:
parent
76447b2df4
commit
f0eee65f01
@ -172,9 +172,7 @@ Data files for installed tests.
|
|||||||
%global efiarch aa64
|
%global efiarch aa64
|
||||||
%endif
|
%endif
|
||||||
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwup%{efiarch}.efi
|
%global fwup_efi_fn $RPM_BUILD_ROOT%{_libexecdir}/fwupd/efi/fwup%{efiarch}.efi
|
||||||
mv %{fwup_efi_fn} %{fwup_efi_fn}.old
|
%pesign -s -i %{fwup_efi_fn} -o %{fwup_efi_fn}.signed
|
||||||
%pesign -s -i %{fwup_efi_fn}.old -o %{fwup_efi_fn}
|
|
||||||
rm %{fwup_efi_fn}.old
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
||||||
@ -205,6 +203,7 @@ mkdir -p --mode=0700 $RPM_BUILD_ROOT%{_localstatedir}/lib/fwupd/gnupg
|
|||||||
%{_libexecdir}/fwupd/fwupdtool
|
%{_libexecdir}/fwupd/fwupdtool
|
||||||
%if 0%{?have_uefi}
|
%if 0%{?have_uefi}
|
||||||
%{_libexecdir}/fwupd/efi/*.efi
|
%{_libexecdir}/fwupd/efi/*.efi
|
||||||
|
%{_libexecdir}/fwupd/efi/*.efi.signed
|
||||||
%{_libexecdir}/fwupd/fwupdate
|
%{_libexecdir}/fwupd/fwupdate
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/dfu-tool
|
%{_bindir}/dfu-tool
|
||||||
|
Loading…
Reference in New Issue
Block a user