Skip to content

Commit

Permalink
trivial: Backport example spec file from downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Apr 15, 2024
1 parent c3a77da commit 423f571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/fwupd-efi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Summary: Firmware update EFI binaries
Name: fwupd-efi
Version: #VERSION#
Release: 0.#BUILD#%{?alphatag}%{?dist}
License: LGPLv2+
License: LGPL-2.1-or-later
URL: https://github.com/fwupd/fwupd-efi
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
Source0: https://github.com/fwupd/fwupd-efi/releases/download/%{version}/%{name}-%{version}.tar.xz

# these are the only architectures supporting UEFI UpdateCapsule
ExclusiveArch: x86_64 aarch64

BuildRequires: gcc
BuildRequires: meson
BuildRequires: gnu-efi-devel
BuildRequires: gnu-efi-devel >= 3.0.18
BuildRequires: pesign
BuildRequires: python3-pefile

Expand Down

0 comments on commit 423f571

Please sign in to comment.