0001-Add-missing-grub-core-extra_deps.lst-file-in-release.patch 1.5 KB

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