a10-beta #1

Merged
eabdullin merged 3 commits from a10-beta into a10 2025-11-11 07:42:21 +00:00

View File

@ -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
@ -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"