[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: e2fsprogs: Downgrade to 1.46.6.
From: |
guix-commits |
Subject: |
01/12: gnu: e2fsprogs: Downgrade to 1.46.6. |
Date: |
Mon, 27 May 2024 03:27:15 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit dd8364cfae6f666187eda62684cdbcd704fd9081
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 12 13:18:24 2024 +0300
gnu: e2fsprogs: Downgrade to 1.46.6.
1.47.0 would, by default, create an ext4 filesystem which was not
readable by our current version of grub. This should also address a
number of the system test failures.
* gnu/packages/linux.scm (e2fsprogs): Downgrade to 1.46.6.
Change-Id: Ifa6841185ab85d24479f981afc1b42a349716d80
---
gnu/packages/linux.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ac5bef8920..c555ebdb47 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2585,10 +2585,12 @@ Linux kernel module and the server needs the
@file{usbip_host} Linux kernel
module.")
(license license:gpl2)))
+;; XXX: Before updating to 1.47+ check if grub supports the ext4 flag
+;; metadata_csum_seed, otherwise grub will complain about an unknown
filesystem.
(define-public e2fsprogs
(package
(name "e2fsprogs")
- (version "1.47.0")
+ (version "1.46.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2597,7 +2599,7 @@ module.")
"e2fsprogs-" version ".tar.xz"))
(sha256
(base32
- "1nymjw801lmlr5y6bg1zv9jsip5dkyxqislbdzpir4mx5czzajhl"))))
+ "1z7lqkvrw97jym2w2gz1aj3d9maxhrk6alv3vrzfkr7mkzqifxd7"))))
(build-system gnu-build-system)
(inputs (list `(,util-linux "lib")))
(native-inputs (list pkg-config
- branch master updated (a3e5caa222 -> 4c39f6edeb), guix-commits, 2024/05/27
- 07/12: gnu: ovmf-arm: Update to 202402., guix-commits, 2024/05/27
- 04/12: gnu: Add ovmf-x86-64., guix-commits, 2024/05/27
- 01/12: gnu: e2fsprogs: Downgrade to 1.46.6.,
guix-commits <=
- 12/12: tests: install: Use a default qemu machine for arm architectures., guix-commits, 2024/05/27
- 06/12: gnu: ovmf-aarch64: Update to 202402., guix-commits, 2024/05/27
- 02/12: gnu: edk2-tools: Update to 202402., guix-commits, 2024/05/27
- 03/12: gnu: edk2-tools: Enable submodules., guix-commits, 2024/05/27
- 08/12: gnu: ovmf-riscv64: Update to 202402., guix-commits, 2024/05/27
- 11/12: gnu: ovmf: Deprecate in favor of ovmf-x86-64., guix-commits, 2024/05/27
- 05/12: gnu: Add ovmf-i686., guix-commits, 2024/05/27
- 09/12: gnu: Use new ovmf firmware packages., guix-commits, 2024/05/27
- 10/12: tests: install: Add support for aarch64 UEFI tests., guix-commits, 2024/05/27