Merge pull request 'a10-beta' (#1) from a10-beta into a10
Reviewed-on: #1
This commit is contained in:
commit
dfa53d090a
@ -9,7 +9,7 @@ actions:
|
|||||||
%endif
|
%endif
|
||||||
%else
|
%else
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
%define sb_key redhatsecureboot502
|
%define sb_key redhatsecureboot802
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
%define sb_key redhatsecureboot702
|
%define sb_key redhatsecureboot702
|
||||||
@ -49,6 +49,10 @@ actions:
|
|||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: "sed -e \"s,@@VERSION@@,%{version},g\" -e \"s,@@VERSION_RELEASE@@,%{version}-%{release},g\" \\"
|
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\" \\"
|
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:
|
- modify_release:
|
||||||
- suffix: ".alma.1"
|
- suffix: ".alma.1"
|
||||||
@ -59,3 +63,4 @@ actions:
|
|||||||
email: "eabdullin@almalinux.org"
|
email: "eabdullin@almalinux.org"
|
||||||
line:
|
line:
|
||||||
- "Debrand for AlmaLinux"
|
- "Debrand for AlmaLinux"
|
||||||
|
- "Build btrfs module"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user