[packages/fwupd-efi] - disable debug packages (binary is PE*, not ELF), fixed efi_arch on x86_64

qboosh qboosh at pld-linux.org
Tue Jun 15 20:08:43 CEST 2021


commit 90a7ae19f1b21e713c546499150ca93aa8db6bff
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jun 15 20:11:35 2021 +0200

    - disable debug packages (binary is PE*, not ELF), fixed efi_arch on x86_64

 fwupd-efi.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/fwupd-efi.spec b/fwupd-efi.spec
index 5055723..a6e5617 100644
--- a/fwupd-efi.spec
+++ b/fwupd-efi.spec
@@ -21,7 +21,9 @@ BuildRequires:	xz
 Requires:	fwupd >= 1.6.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		efi_arch	%(echo %{_target_base_arch} | sed -e 's/i386/ia32/')
+%define		efi_arch	%(echo %{_target_base_arch} | sed -e 's/i386/ia32/;s/x86_64/x64/')
+
+%define		_enable_debug_packages	0
 
 %description
 fwupd is a project to allow updating device firmware, and this package
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fwupd-efi.git/commitdiff/90a7ae19f1b21e713c546499150ca93aa8db6bff



More information about the pld-cvs-commit mailing list