]> git.pld-linux.org Git - packages/fwupd-efi.git/commitdiff
- disable debug packages (binary is PE*, not ELF), fixed efi_arch on x86_64
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Jun 2021 18:11:35 +0000 (20:11 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Jun 2021 18:11:35 +0000 (20:11 +0200)
fwupd-efi.spec

index 50557230a029f5a462840c2c713b8aeb3a645ef5..a6e5617544ee08b4ea022e8699ede4726c9e0755 100644 (file)
@@ -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
This page took 0.197772 seconds and 4 git commands to generate.