Compare commits

...

No commits in common. "a8" and "a10s" have entirely different histories.
a8 ... a10s

View File

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