Compare commits
No commits in common. "a8" and "a10" have entirely different histories.
16
config.yaml
16
config.yaml
@ -1,8 +1,14 @@
|
||||
actions:
|
||||
- replace:
|
||||
- target: "macros"
|
||||
find: "%_include_frame_pointers %{undefined rhel} || 0%{?rhel} >= 11"
|
||||
replace: "%_include_frame_pointers %{undefined rhel} || 0%{?rhel} >= 10"
|
||||
count: 1
|
||||
|
||||
- replace:
|
||||
- target: "dist.sh"
|
||||
find: " egrep -q \"(Enterprise|Advanced)\" $RELEASEFILE && echo $DISTNUM"
|
||||
replace: " egrep -q \"(Enterprise|Advanced|AlmaLinux)\" $RELEASEFILE && echo $DISTNUM"
|
||||
find: ' grep -Eq "(Enterprise|Advanced|CentOS)" $RELEASEFILE && echo $DISTNUM'
|
||||
replace: ' grep -Eq "(Enterprise|Advanced|CentOS|AlmaLinux)" $RELEASEFILE && echo $DISTNUM'
|
||||
count: 1
|
||||
|
||||
- modify_release:
|
||||
@ -10,7 +16,7 @@ actions:
|
||||
enabled: true
|
||||
|
||||
- changelog_entry:
|
||||
- name: "Andrei Lukoshko"
|
||||
email: "alukoshko@almalinux.org"
|
||||
- name: "Eduard Abdullin"
|
||||
email: "eabdullint@almalinux.org"
|
||||
line:
|
||||
- "Fix AlmaLinux detection"
|
||||
- "Enable frame pointers for AlmaLinux 10+"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user