From 5d44fabb7698a8a055991a2203c4aa90aafa5b60 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:11:43 -0500 Subject: [PATCH 1/8] bump: submarine Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/submarine/submarine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/submarine/submarine.spec b/anda/system/submarine/submarine.spec index 3cc428b943..cd08c9af11 100644 --- a/anda/system/submarine/submarine.spec +++ b/anda/system/submarine/submarine.spec @@ -9,7 +9,7 @@ Name: submarine -Version: 0.3.0 +Version: 0.4.0 Release: 1%?dist Summary: Experimental bootloader for ChomeOS's depthcharge License: GPL-3.0 From ef4e5a55112fe061c52c61eacff4c4ec1d5b942c Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:02:34 -0500 Subject: [PATCH 2/8] Need this too? Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/submarine/submarine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/submarine/submarine.spec b/anda/system/submarine/submarine.spec index cd08c9af11..8075e1873d 100644 --- a/anda/system/submarine/submarine.spec +++ b/anda/system/submarine/submarine.spec @@ -14,7 +14,7 @@ Release: 1%?dist Summary: Experimental bootloader for ChomeOS's depthcharge License: GPL-3.0 URL: https://github.com/FyraLabs/submarine -BuildRequires: make gcc flex bison elfutils-devel parted vboot-utils golang xz bc openssl-devel git depthcharge-tools uboot-tools +BuildRequires: make gcc flex bison elfutils-devel parted vboot-utils golang xz bc openssl-devel git depthcharge-tools uboot-tools openssl-devel-engine %description An experimental bootloader for ChomeOS's depthcharge. From 91f4147c63eaf813dae9a909039496bc580da886 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Oct 2025 23:58:36 -0500 Subject: [PATCH 3/8] bump Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/submarine/submarine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/submarine/submarine.spec b/anda/system/submarine/submarine.spec index 8075e1873d..5ef01c8031 100644 --- a/anda/system/submarine/submarine.spec +++ b/anda/system/submarine/submarine.spec @@ -9,7 +9,7 @@ Name: submarine -Version: 0.4.0 +Version: 0.4.1 Release: 1%?dist Summary: Experimental bootloader for ChomeOS's depthcharge License: GPL-3.0 From ef168ccddfa9aa431091e26918af135c74db5396 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:15:01 -0500 Subject: [PATCH 4/8] arm dep Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/submarine/submarine.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/system/submarine/submarine.spec b/anda/system/submarine/submarine.spec index 5ef01c8031..cd02716f32 100644 --- a/anda/system/submarine/submarine.spec +++ b/anda/system/submarine/submarine.spec @@ -15,6 +15,9 @@ Summary: Experimental bootloader for ChomeOS's depthcharge License: GPL-3.0 URL: https://github.com/FyraLabs/submarine BuildRequires: make gcc flex bison elfutils-devel parted vboot-utils golang xz bc openssl-devel git depthcharge-tools uboot-tools openssl-devel-engine +%ifarch aarch64 +BuildRequires: python3-importlib-metadata +%endif %description An experimental bootloader for ChomeOS's depthcharge. From 952ae74c6f7d7454832929416d164b2ac8e96b11 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Oct 2025 02:40:25 -0500 Subject: [PATCH 5/8] Another arm dep lol lmao Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/submarine/submarine.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/system/submarine/submarine.spec b/anda/system/submarine/submarine.spec index cd02716f32..69a1326f4d 100644 --- a/anda/system/submarine/submarine.spec +++ b/anda/system/submarine/submarine.spec @@ -17,6 +17,7 @@ URL: https://github.com/FyraLabs/submarine BuildRequires: make gcc flex bison elfutils-devel parted vboot-utils golang xz bc openssl-devel git depthcharge-tools uboot-tools openssl-devel-engine %ifarch aarch64 BuildRequires: python3-importlib-metadata +BuildRequires: python3-packaging %endif %description From a7a3da7c41ea01d3a87b4592276a4a4390ba4db8 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Oct 2025 02:56:27 -0500 Subject: [PATCH 6/8] Omfg --- anda/system/submarine/submarine.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/system/submarine/submarine.spec b/anda/system/submarine/submarine.spec index 69a1326f4d..827ba6ad75 100644 --- a/anda/system/submarine/submarine.spec +++ b/anda/system/submarine/submarine.spec @@ -18,6 +18,7 @@ BuildRequires: make gcc flex bison elfutils-devel parted vboot-utils golang xz b %ifarch aarch64 BuildRequires: python3-importlib-metadata BuildRequires: python3-packaging +BuildRequires: python3-importlib-resources %endif %description From 5db2b38c71a7fe9816036e9ca27393203926cd87 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Oct 2025 12:34:12 -0500 Subject: [PATCH 7/8] Maybe this will work Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/submarine/submarine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/submarine/submarine.spec b/anda/system/submarine/submarine.spec index 827ba6ad75..2e7b78459d 100644 --- a/anda/system/submarine/submarine.spec +++ b/anda/system/submarine/submarine.spec @@ -18,7 +18,7 @@ BuildRequires: make gcc flex bison elfutils-devel parted vboot-utils golang xz b %ifarch aarch64 BuildRequires: python3-importlib-metadata BuildRequires: python3-packaging -BuildRequires: python3-importlib-resources +BuildRequires: python3.8 %endif %description From 69b623b15f74395964b0e3d385423903b48b5031 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Oct 2025 12:37:15 -0500 Subject: [PATCH 8/8] ok nevermind Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/submarine/submarine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/submarine/submarine.spec b/anda/system/submarine/submarine.spec index 2e7b78459d..827ba6ad75 100644 --- a/anda/system/submarine/submarine.spec +++ b/anda/system/submarine/submarine.spec @@ -18,7 +18,7 @@ BuildRequires: make gcc flex bison elfutils-devel parted vboot-utils golang xz b %ifarch aarch64 BuildRequires: python3-importlib-metadata BuildRequires: python3-packaging -BuildRequires: python3.8 +BuildRequires: python3-importlib-resources %endif %description