diff --git a/SPECS/efitools/efitools.spec b/SPECS/efitools/efitools.spec index ffad613427f..c7eac23265b 100644 --- a/SPECS/efitools/efitools.spec +++ b/SPECS/efitools/efitools.spec @@ -10,6 +10,7 @@ URL: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.gi Source0: %{url}/snapshot/%{name}-%{version}.tar.gz Patch1: efitools-c99-1.patch Patch2: efitools-c99-2.patch +Patch3: fix_make_dep.patch # same as gnu-efi ExclusiveArch: x86_64 diff --git a/SPECS/efitools/fix_make_dep.patch b/SPECS/efitools/fix_make_dep.patch new file mode 100644 index 00000000000..f166152f93e --- /dev/null +++ b/SPECS/efitools/fix_make_dep.patch @@ -0,0 +1,12 @@ +diff -urpN efitools-1.9.2/Make.rules b/Make.rules +--- efitools-1.9.2/Make.rules 2019-01-08 17:13:13.000000000 -0500 ++++ b/Make.rules 2024-06-14 12:07:24.222089038 -0400 +@@ -71,7 +71,7 @@ endif + %.hash: %.efi hash-to-efi-sig-list + ./hash-to-efi-sig-list $< $@ + +-%-blacklist.esl: %.crt cert-to-efi-hash-list ++%-blacklist.esl: %.crt cert-to-efi-sig-list + ./cert-to-efi-sig-list $< $@ + + %-hash-blacklist.esl: %.crt cert-to-efi-hash-list