Skip to content

Commit

Permalink
Disable genpeimg in fedora spec
Browse files Browse the repository at this point in the history
Fedora seems to pass --auto-features=enabled to meson which enables
any features that aren't explicitely disabled. As such we need to
disable genpeimg since fedora uses python3-pefile instead.

Signed-off-by: James Hilliard <[email protected]>
  • Loading branch information
jameshilliard authored and superm1 committed Jul 3, 2024
1 parent fb1cf07 commit 7d67c7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/fwupd-efi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ the EFI binary that is used for updating using UpdateCapsule.
-Defi_sbat_distro_summary="The Fedora Project" \
-Defi_sbat_distro_pkgname="%{name}" \
-Defi_sbat_distro_version="%{version}-%{release}" \
-Defi_sbat_distro_url="https://src.fedoraproject.org/rpms/%{name}"
-Defi_sbat_distro_url="https://src.fedoraproject.org/rpms/%{name}" \
-Dgenpeimg=disabled

%meson_build

Expand Down

0 comments on commit 7d67c7c

Please sign in to comment.