1From 4d4dae6a52b1749642261a15f5dcc1e3d4150b36 Mon Sep 17 00:00:00 2001
2From: Julien Olivain <ju.o@free.fr>
3Date: Fri, 22 Dec 2023 19:02:53 +0100
4Subject: [PATCH] Add missing grub-core/extra_deps.lst file in release tarball
5
6A file is missing in the grub-2.12 release tarballs (both .gz and .xz).
7See [1]. The issue was reported in [2] and fixed upstream in [3].
8
9This patch adds the missing file, on top of the release tarball. This
10patch won't apply on upstream git, since the file is present in the
11source repository. Since the issue is fixed upstream in [3], it is
12expected upcoming releases tarballs will include the file.
13
14The file content was fetched from the upstream git repo:
15https://git.savannah.gnu.org/gitweb/?p=grub.git;a=blob_plain;f=grub-core/extra_deps.lst;hb=refs/tags/grub-2.12
16
17[1] https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz
18[2] https://lists.gnu.org/archive/html/grub-devel/2023-12/msg00054.html
19[3] https://git.savannah.gnu.org/gitweb/?p=grub.git;a=commit;h=b835601c7639ed1890f2d3db91900a8506011a8e
20
21Signed-off-by: Julien Olivain <ju.o@free.fr>
22Upstream: Fixed by: https://git.savannah.gnu.org/gitweb/?p=grub.git;a=commit;h=b835601c7639ed1890f2d3db91900a8506011a8e
23---
24 grub-core/extra_deps.lst | 1 +
25 1 file changed, 1 insertion(+)
26 create mode 100644 grub-core/extra_deps.lst
27
28diff --git a/grub-core/extra_deps.lst b/grub-core/extra_deps.lst
29new file mode 100644
30index 0000000..f44ad6a
31--- /dev/null
32+++ b/grub-core/extra_deps.lst
33@@ -0,0 +1 @@
34+depends bli part_gpt
35--
362.43.0
37
38