From 90e0ca781a49e4a88bb56349105ccdd7933a88fa Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 10 Jun 2025 13:56:18 +0000 Subject: [PATCH 1/3] Build btrfs module --- config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.yaml b/config.yaml index 9518e36..ee2ecaa 100644 --- a/config.yaml +++ b/config.yaml @@ -49,6 +49,10 @@ actions: - target: "spec" find: "sed -e \"s,@@VERSION@@,%{version},g\" -e \"s,@@VERSION_RELEASE@@,%{version}-%{release},g\" \\" replace: "sed -e \"s,@@VERSION@@,%{version},g\" -e \"s,@@VERSION_RELEASE@@,%{version}-%{release},g\" -e \"s,@@RHEL_VERSION_RELEASE@@,%{rhel_version_release},g\" \\" + - target: "grub.macros" + find: "%global grub_modules " all_video boot blscfg \\\" + replace: "%global grub_modules " all_video boot blscfg btrfs \\\" + count: 1 - modify_release: - suffix: ".alma.1" @@ -59,3 +63,4 @@ actions: email: "eabdullin@almalinux.org" line: - "Debrand for AlmaLinux" + - "Build btrfs module" -- 2.47.3 From ba06da7a49fe6fcb80f4c924e68221afbe797870 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 11 Jun 2025 09:46:59 +0300 Subject: [PATCH 2/3] Fix --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index ee2ecaa..4c86b6a 100644 --- a/config.yaml +++ b/config.yaml @@ -50,8 +50,8 @@ actions: find: "sed -e \"s,@@VERSION@@,%{version},g\" -e \"s,@@VERSION_RELEASE@@,%{version}-%{release},g\" \\" replace: "sed -e \"s,@@VERSION@@,%{version},g\" -e \"s,@@VERSION_RELEASE@@,%{version}-%{release},g\" -e \"s,@@RHEL_VERSION_RELEASE@@,%{rhel_version_release},g\" \\" - target: "grub.macros" - find: "%global grub_modules " all_video boot blscfg \\\" - replace: "%global grub_modules " all_video boot blscfg btrfs \\\" + find: '%global grub_modules " all_video boot blscfg \\\' + replace: '%global grub_modules " all_video boot blscfg btrfs \\\' count: 1 - modify_release: -- 2.47.3 From 2bb15e38f3f59d86df51f8ed17d642cb0c8c7546 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 8 Oct 2025 10:21:31 +0300 Subject: [PATCH 3/3] Update config --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 4c86b6a..0d13e74 100644 --- a/config.yaml +++ b/config.yaml @@ -9,7 +9,7 @@ actions: %endif %else %ifarch x86_64 aarch64 - %define sb_key redhatsecureboot502 + %define sb_key redhatsecureboot802 %endif %ifarch ppc64le %define sb_key redhatsecureboot702 -- 2.47.3